Linux sothorn202 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 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 /
Test_FMS /
wp-content /
themes /
blocksy /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
admin
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
static
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
tutor
[ DIR ]
drwxr-xr-x
woocommerce
[ DIR ]
drwxr-xr-x
404.php
662
B
-rw-r--r--
LICENSE
17.62
KB
-rw-r--r--
archive.php
344
B
-rw-r--r--
changelog.txt
172.5
KB
-rw-r--r--
comments.php
2.53
KB
-rw-r--r--
footer.php
527
B
-rw-r--r--
functions.php
326
B
-rw-r--r--
gulpfile.js
15.66
KB
-rw-r--r--
header.php
1.36
KB
-rw-r--r--
index.php
466
B
-rw-r--r--
package.json
2.8
KB
-rw-r--r--
page.php
395
B
-rw-r--r--
readme.txt
7.32
KB
-rw-r--r--
screenshot.jpg
363.97
KB
-rw-r--r--
searchform.php
8.51
KB
-rw-r--r--
sidebar.php
409
B
-rw-r--r--
single.php
358
B
-rw-r--r--
style.css
1.39
KB
-rw-r--r--
theme.json
1.41
KB
-rw-r--r--
wpml-config.xml
4.06
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 Blocksy */ ?><!doctype html> <html <?php language_attributes(); ?><?php echo blocksy_html_attr() ?>> <head> <?php do_action('blocksy:head:start') ?> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, viewport-fit=cover"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> <?php do_action('blocksy:head:end') ?> </head> <?php ob_start(); blocksy_output_header(); $global_header = ob_get_clean(); ?> <body <?php body_class(); ?> <?php echo blocksy_body_attr() ?>> <a class="skip-link show-on-focus" href="<?php echo apply_filters('blocksy:head:skip-to-content:href', '#main') ?>"> <?php echo __('Skip to content', 'blocksy'); ?> </a> <?php if (function_exists('wp_body_open')) { wp_body_open(); } ?> <div id="main-container"> <?php do_action('blocksy:header:before'); echo $global_header; do_action('blocksy:header:after'); do_action('blocksy:content:before'); ?> <main <?php echo blocksy_main_attr() ?>> <?php do_action('blocksy:content:top'); blocksy_before_current_template(); ?>
Close