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.137.170.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 /
system /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
form.api.php
5.02
KB
-rw-r--r--
html.tpl.php
2.67
KB
-rw-r--r--
image.gd.inc
12.82
KB
-rw-r--r--
language.api.php
6.41
KB
-rw-r--r--
maintenance-page.tpl.php
2.95
KB
-rw-r--r--
page.tpl.php
6.77
KB
-rw-r--r--
region.tpl.php
1.28
KB
-rw-r--r--
system.admin-rtl.css
1.44
KB
-rw-r--r--
system.admin.css
5
KB
-rw-r--r--
system.admin.inc
113.39
KB
-rw-r--r--
system.api.php
197.18
KB
-rw-r--r--
system.archiver.inc
3.02
KB
-rw-r--r--
system.base-rtl.css
873
B
-rw-r--r--
system.base.css
5.3
KB
-rw-r--r--
system.cron.js
489
B
-rw-r--r--
system.info
462
B
-rw-r--r--
system.install
112.52
KB
-rw-r--r--
system.js
4.59
KB
-rw-r--r--
system.mail.inc
4.54
KB
-rw-r--r--
system.maintenance.css
811
B
-rw-r--r--
system.menus-rtl.css
551
B
-rw-r--r--
system.menus.css
1.99
KB
-rw-r--r--
system.messages-rtl.css
176
B
-rw-r--r--
system.messages.css
961
B
-rw-r--r--
system.module
138.25
KB
-rw-r--r--
system.queue.inc
12.34
KB
-rw-r--r--
system.tar.inc
62.34
KB
-rw-r--r--
system.test
112.7
KB
-rw-r--r--
system.theme-rtl.css
811
B
-rw-r--r--
system.theme.css
3.62
KB
-rw-r--r--
system.tokens.inc
7.95
KB
-rw-r--r--
system.updater.inc
4.56
KB
-rw-r--r--
theme.api.php
8.78
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : maintenance-page.tpl.php
<?php /** * @file * Default theme implementation to display a single Drupal page while offline. * * All the available variables are mirrored in html.tpl.php and page.tpl.php. * Some may be blank but they are provided for consistency. * * @see template_preprocess() * @see template_preprocess_maintenance_page() * * @ingroup themeable */ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> <head> <title><?php print $head_title; ?></title> <?php print $head; ?> <?php print $styles; ?> <?php print $scripts; ?> </head> <body class="<?php print $classes; ?>"> <div id="page"> <div id="header"> <div id="logo-title"> <?php if (!empty($logo)): ?> <a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>" rel="home" id="logo"> <img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" /> </a> <?php endif; ?> <div id="name-and-slogan"> <?php if (!empty($site_name)): ?> <h1 id="site-name"> <a href="<?php print $base_path ?>" title="<?php print t('Home'); ?>" rel="home"><span><?php print $site_name; ?></span></a> </h1> <?php endif; ?> <?php if (!empty($site_slogan)): ?> <div id="site-slogan"><?php print $site_slogan; ?></div> <?php endif; ?> </div> <!-- /name-and-slogan --> </div> <!-- /logo-title --> <?php if (!empty($header)): ?> <div id="header-region"> <?php print $header; ?> </div> <?php endif; ?> </div> <!-- /header --> <div id="container" class="clearfix"> <?php if (!empty($sidebar_first)): ?> <div id="sidebar-first" class="column sidebar"> <?php print $sidebar_first; ?> </div> <!-- /sidebar-first --> <?php endif; ?> <div id="main" class="column"><div id="main-squeeze"> <div id="content"> <?php if (!empty($title)): ?><h1 class="title" id="page-title"><?php print $title; ?></h1><?php endif; ?> <?php if (!empty($messages)): print $messages; endif; ?> <div id="content-content" class="clearfix"> <?php print $content; ?> </div> <!-- /content-content --> </div> <!-- /content --> </div></div> <!-- /main-squeeze /main --> <?php if (!empty($sidebar_second)): ?> <div id="sidebar-second" class="column sidebar"> <?php print $sidebar_second; ?> </div> <!-- /sidebar-second --> <?php endif; ?> </div> <!-- /container --> <div id="footer-wrapper"> <div id="footer"> <?php if (!empty($footer)): print $footer; endif; ?> </div> <!-- /footer --> </div> <!-- /footer-wrapper --> </div> <!-- /page --> </body> </html>
Close