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 : 404.php
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package Signify */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <?php if ( is_active_sidebar( 'sidebar-notfound' ) ) : dynamic_sidebar( 'sidebar-notfound' ); else : ?> <section class="error-404 not-found"> <div class="singular-content-wrap"> <?php $header_image = signify_featured_overall_image(); if ( 'disable' === $header_image ) : ?> <header class="page-header"> <h2 class="page-title section-title"><?php esc_html_e( 'Nothing Found', 'signify' ); ?></h2> <div class="section-description-wrapper"> <p><?php esc_html_e( 'Oops! That page can’t be found.', 'signify' ); ?></p> </div> </header><!-- .entry-header --> <?php endif; ?> <div class="page-content"> <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'signify' ); ?></p> <?php get_search_form(); ?> </div><!-- .page-content --> </div> <!-- .singular-content-wrap --> </section><!-- .error-404 --> <?php endif; ?> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
Close