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-single-topic-lead.php
<?php /** * Single Topic Lead Content Part * * @package bbPress * @subpackage Theme */ ?> <?php do_action( 'bbp_template_before_lead_topic' ); ?> <ul id="bbp-topic-<?php bbp_topic_id(); ?>-lead" class="bbp-lead-topic"> <li class="bbp-header"> <div class="bbp-topic-author"><?php esc_html_e( 'Creator', 'eduma' ); ?></div><!-- .bbp-topic-author --> <div class="bbp-topic-content"> <?php esc_html_e( 'Topic', 'eduma' ); ?> <?php bbp_topic_subscription_link(); ?> <?php bbp_topic_favorite_link(); ?> </div><!-- .bbp-topic-content --> </li><!-- .bbp-header --> <li class="bbp-body"> <div class="bbp-topic-header"> <div class="bbp-meta"> <span class="bbp-topic-post-date"><?php bbp_topic_post_date(); ?></span> <a href="<?php bbp_topic_permalink(); ?>" class="bbp-topic-permalink">#<?php bbp_topic_id(); ?></a> <?php do_action( 'bbp_theme_before_topic_admin_links' ); ?> <?php bbp_topic_admin_links(); ?> <?php do_action( 'bbp_theme_after_topic_admin_links' ); ?> </div><!-- .bbp-meta --> </div><!-- .bbp-topic-header --> <div id="post-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>> <div class="bbp-topic-author"> <?php do_action( 'bbp_theme_before_topic_author_details' ); ?> <?php bbp_topic_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?> <?php if ( bbp_is_user_keymaster() ) : ?> <?php do_action( 'bbp_theme_before_topic_author_admin_details' ); ?> <div class="bbp-topic-ip"><?php bbp_author_ip( bbp_get_topic_id() ); ?></div> <?php do_action( 'bbp_theme_after_topic_author_admin_details' ); ?> <?php endif; ?> <?php do_action( 'bbp_theme_after_topic_author_details' ); ?> </div><!-- .bbp-topic-author --> <div class="bbp-topic-content"> <?php do_action( 'bbp_theme_before_topic_content' ); ?> <?php bbp_topic_content(); ?> <?php do_action( 'bbp_theme_after_topic_content' ); ?> </div><!-- .bbp-topic-content --> </div><!-- #post-<?php bbp_topic_id(); ?> --> </li><!-- .bbp-body --> <li class="bbp-footer"> <div class="bbp-topic-author"><?php esc_html_e( 'Creator', 'eduma' ); ?></div> <div class="bbp-topic-content"> <?php esc_html_e( 'Topic', 'eduma' ); ?> </div><!-- .bbp-topic-content --> </li> </ul><!-- #bbp-topic-<?php bbp_topic_id(); ?>-lead --> <?php do_action( 'bbp_template_after_lead_topic' ); ?>
Close