Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
wp900 /
culture /
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
693
B
-rw-r--r--
SECURITY.md
1.59
KB
-rw-r--r--
archive.php
735
B
-rw-r--r--
auth.json
97
B
-rw-r--r--
changelog.txt
145.23
KB
-rw-r--r--
comments.php
4.52
KB
-rw-r--r--
footer.php
619
B
-rw-r--r--
functions.php
8.42
KB
-rw-r--r--
header.php
1.46
KB
-rw-r--r--
index.php
913
B
-rw-r--r--
page.php
874
B
-rw-r--r--
readme.txt
5.85
KB
-rw-r--r--
screenshot.jpg
357.85
KB
-rw-r--r--
search.php
777
B
-rw-r--r--
searchform.php
2.08
KB
-rw-r--r--
sidebar.php
1006
B
-rw-r--r--
single.php
701
B
-rw-r--r--
style.css
4.44
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 ); endif; astra_sidebars_after(); ?> </div><!-- .sidebar-main --> </div><!-- #secondary -->
Close