Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 18.224.53.19
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
temmmp /
goldenreviveplus.online /
wp-content /
themes /
twentytwentyone /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
.stylelintignore
89
B
-rw-r--r--
.stylelintrc-css.json
689
B
-rw-r--r--
.stylelintrc.json
425
B
-rw-r--r--
404.php
721
B
-rw-r--r--
archive.php
995
B
-rw-r--r--
comments.php
2.57
KB
-rw-r--r--
footer.php
2.2
KB
-rw-r--r--
functions.php
18.84
KB
-rw-r--r--
header.php
1
KB
-rw-r--r--
image.php
3.37
KB
-rw-r--r--
index.php
1.17
KB
-rw-r--r--
package-lock.json
604.73
KB
-rw-r--r--
package.json
2.46
KB
-rw-r--r--
page.php
590
B
-rw-r--r--
postcss.config.js
319
B
-rw-r--r--
readme.txt
5.6
KB
-rw-r--r--
screenshot.png
276.27
KB
-rw-r--r--
search.php
1.61
KB
-rw-r--r--
searchform.php
1.4
KB
-rw-r--r--
single.php
1.66
KB
-rw-r--r--
style-rtl.css
151.64
KB
-rw-r--r--
style.css
151.94
KB
-rw-r--r--
style.css.map
22.92
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * The header. * * This is the template that displays all of the <head> section and everything up until main. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package WordPress * @subpackage Twenty_Twenty_One * @since Twenty Twenty-One 1.0 */ ?> <!doctype html> <html <?php language_attributes(); ?> <?php twentytwentyone_the_html_classes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <?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. */ esc_html_e( 'Skip to content', 'twentytwentyone' ); ?> </a> <?php get_template_part( 'template-parts/header/site-header' ); ?> <div id="content" class="site-content"> <div id="primary" class="content-area"> <main id="main" class="site-main">
Close