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 /
signify /
[ 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
sass
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
404.php
1.28
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
1.6
KB
-rw-r--r--
comments.php
2.04
KB
-rw-r--r--
footer.php
715
B
-rw-r--r--
functions.php
18.72
KB
-rw-r--r--
header.php
1.17
KB
-rw-r--r--
index.php
1.88
KB
-rw-r--r--
page.php
840
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
6.01
KB
-rw-r--r--
rtl.css
16.61
KB
-rw-r--r--
screenshot.png
173.25
KB
-rw-r--r--
search.php
1.55
KB
-rw-r--r--
searchform.php
843
B
-rw-r--r--
sidebar.php
376
B
-rw-r--r--
single.php
1.24
KB
-rw-r--r--
style.css
328.65
KB
-rw-r--r--
style.scss
4.55
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : single.php
<?php /** * The template for displaying all single posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @package Signify */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <div class="singular-content-wrap"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content/content', 'single' ); //the_post_navigation(); the_post_navigation( array( 'prev_text' => '<span class="screen-reader-text">' . __( 'Previous Post', 'signify' ) . '</span><span aria-hidden="true" class="nav-subtitle">' . __( 'Prev Post', 'signify' ) . '</span> <span class="nav-title">%title</span>', 'next_text' => '<span class="screen-reader-text">' . __( 'Next Post', 'signify' ) . '</span><span aria-hidden="true" class="nav-subtitle">' . __( 'Next Post', 'signify' ) . '</span> <span class="nav-title">%title</span>', ) ); get_template_part( 'template-parts/content/content', 'comment' ); endwhile; // End of the loop. ?> </div><!-- .singular-content-wrap --> </main><!-- #main --> </div><!-- #primary --> <?php get_sidebar(); get_footer();
Close