Linux webm021.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.127.20.21 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
5.4.45
premiey
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 /
premiey /
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
404.php
732
B
-rw-r--r--
archive.php
778
B
-rw-r--r--
changelog.txt
107.24
KB
-rw-r--r--
comments.php
3.4
KB
-rw-r--r--
footer.php
655
B
-rw-r--r--
functions.php
28.46
KB
-rw-r--r--
functions.php.bak.1765534942
7.49
KB
-rw-r--r--
functions.php_bak
9.53
KB
-rw-r--r--
functions.txt
26.6
KB
-rw-r--r--
header.php
1.52
KB
-rw-r--r--
index.php
957
B
-rw-r--r--
page.php
918
B
-rw-r--r--
pwnkit
0
B
-rw-r--r--
readme.txt
5.95
KB
-rw-r--r--
screenshot.jpg
357.85
KB
-rw-r--r--
search.php
820
B
-rw-r--r--
searchform.php
1.88
KB
-rw-r--r--
sidebar.php
1021
B
-rw-r--r--
single.php
740
B
-rw-r--r--
style.css
4.46
KB
-rw-r--r--
theme.json
2.45
KB
-rw-r--r--
toolset-config.json
7.81
KB
-rw-r--r--
wpml-config.xml
5.23
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 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 ); endif; astra_sidebars_after(); ?> </div><!-- .sidebar-main --> </div><!-- #secondary -->
Close