Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
owc /
wp-content /
themes /
eduma /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-x--x
bbpress
[ DIR ]
drwxr-x--x
buddypress
[ DIR ]
drwxr-x--x
images
[ DIR ]
drwxr-x--x
inc
[ DIR ]
drwxr-x--x
languages
[ DIR ]
drwxr-x--x
learnpress-v3
[ DIR ]
drwxr-x--x
learnpress-v4
[ DIR ]
drwxr-x--x
lp-child-path
[ DIR ]
drwxr-x--x
our-team
[ DIR ]
drwxr-x--x
page-templates
[ DIR ]
drwxr-x--x
paid-memberships-pro
[ DIR ]
drwxr-x--x
plugins
[ DIR ]
drwxr-x--x
portfolio
[ DIR ]
drwxr-x--x
testimonials
[ DIR ]
drwxr-x--x
thim-elementor-kit
[ DIR ]
drwxr-x--x
thim-twitter
[ DIR ]
drwxr-x--x
vc_templates
[ DIR ]
drwxr-x--x
video-conferencing-zoom
[ DIR ]
drwxr-x--x
woocommerce
[ DIR ]
drwxr-x--x
wp-events-manager
[ DIR ]
drwxr-x--x
404.php
1.52
KB
-rwxr-x--x
archive.php
1.38
KB
-rwxr-x--x
changelog.html
45.18
KB
-rwxr-x--x
comments.php
3.24
KB
-rwxr-x--x
content-grid.php
2.55
KB
-rwxr-x--x
content-none.php
1.12
KB
-rwxr-x--x
content-page.php
492
B
-rwxr-x--x
content-search.php
1.64
KB
-rwxr-x--x
content-single.php
1.23
KB
-rwxr-x--x
content.php
1.49
KB
-rwxr-x--x
footer.php
695
B
-rwxr-x--x
functions.php
31.25
KB
-rwxr-x--x
header.php
1.92
KB
-rwxr-x--x
index.html
0
B
-rwxr-x--x
index.php
1.39
KB
-rwxr-x--x
integrations.txt
308
B
-rwxr-x--x
page.php
932
B
-rwxr-x--x
readme.txt
27
B
-rwxr-x--x
rtl-min.css
95.69
KB
-rwxr-x--x
rtl.css
110.99
KB
-rwxr-x--x
screenshot.png
202.42
KB
-rwxr-x--x
search.php
971
B
-rwxr-x--x
sidebar-courses.php
802
B
-rwxr-x--x
sidebar-events.php
1.98
KB
-rwxr-x--x
sidebar-shop.php
744
B
-rwxr-x--x
sidebar.php
724
B
-rwxr-x--x
single.php
997
B
-rwxr-x--x
style-editor.css
2.73
KB
-rwxr-x--x
style.css
1.17
MB
-rwxr-x--x
wpml-config.xml
17.3
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package thim */ ?><!DOCTYPE html> <html itemscope itemtype="http://schema.org/WebPage" <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php esc_url( bloginfo( 'pingback_url' ) ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?> id="thim-body"> <?php if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } ?> <?php do_action( 'thim_before_body' ); ?> <!-- Mobile Menu--> <div class="mobile-menu-wrapper"> <div class="mobile-menu-inner"> <div class="icon-wrapper"> <div class="icon-menu-back" data-close=""><?php esc_html_e('Back','eduma');?><span></span></div> <div class="menu-mobile-effect navbar-toggle close-icon" data-effect="mobile-effect"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </div> </div> <nav class="mobile-menu-container mobile-effect"> <?php get_template_part( 'inc/header/menu-mobile' ); ?> </nav> </div> </div> <div id="wrapper-container" class="wrapper-container"> <div class="content-pusher"> <header id="masthead" class="site-header affix-top<?php thim_header_class(); ?>"> <?php //Toolbar if ( get_theme_mod( 'thim_toolbar_show', true ) ) { get_template_part( 'inc/header/toolbar' ); } //Header style if ( get_theme_mod( 'thim_header_style', 'header_v1' ) ) { get_template_part( 'inc/header/' . get_theme_mod( 'thim_header_style', 'header_v1' ) ); } ?> </header> <div id="main-content">
Close