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 /
human /
wp-content /
themes /
entr /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
404.php
467
B
-rwxr-xr-x
archive.php
79
B
-rwxr-xr-x
comments.php
1.55
KB
-rwxr-xr-x
content-none.php
971
B
-rwxr-xr-x
content.php
449
B
-rwxr-xr-x
footer.php
193
B
-rwxr-xr-x
functions.php
12.96
KB
-rwxr-xr-x
header-builders.php
669
B
-rwxr-xr-x
header.php
792
B
-rwxr-xr-x
index.php
243
B
-rwxr-xr-x
readme.txt
3.3
KB
-rwxr-xr-x
rtl.css
31.65
KB
-rwxr-xr-x
screenshot.png
205.18
KB
-rwxr-xr-x
search.php
426
B
-rwxr-xr-x
sidebar.php
176
B
-rwxr-xr-x
single-elementor_library.php
373
B
-rwxr-xr-x
singular.php
167
B
-rwxr-xr-x
style.css
22.4
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : comments.php
<?php /* * If the current post is protected by a password and * the visitor has not yet entered the password we will * return early without loading the comments. */ if ( post_password_required() ) { return; } if ( is_single() || is_page() ) : ?> <div id="comments" class="comments-template"> <?php if ( have_comments() ) : ?> <h4 id="comments"> <?php $comments_number = get_comments_number(); if ( '1' === $comments_number ) { /* translators: %s: post title */ printf( esc_html_x( 'One thought on “%s”', 'comments title', 'entr' ), esc_html( get_the_title() ) ); } else { /* translators: 1: number of comments, 2: post title */ printf( esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $comments_number, 'comments title', 'entr' ) ), esc_html( number_format_i18n( $comments_number ) ), esc_html( get_the_title() ) ); } ?> </h4> <ul class="commentlist list-unstyled"> <?php wp_list_comments(); paginate_comments_links(); if ( is_singular() ) { wp_enqueue_script( 'comment-reply' ); } ?> </ul> <?php comment_form(); else : if ( comments_open() ) : comment_form(); endif; endif; // If comments are closed and there are comments, let's leave a little note, shall we? if ( !comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <p class="no-comments"> <?php esc_html_e( 'Comments are closed.', 'entr' ); ?> </p> <?php endif; ?> </div> <?php endif;
Close