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.12.163.23
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 /
sites /
all /
themes /
zen /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
block--no-wrapper.tpl.php
394
B
-rw-r--r--
block.tpl.php
493
B
-rw-r--r--
comment-wrapper.tpl.php
890
B
-rw-r--r--
comment.tpl.php
1.26
KB
-rw-r--r--
html.tpl.php
1.99
KB
-rw-r--r--
maintenance-page.tpl.php
2.89
KB
-rw-r--r--
node.tpl.php
1.25
KB
-rw-r--r--
page.tpl.php
3.77
KB
-rw-r--r--
pane-header.tpl.php
989
B
-rw-r--r--
pane-messages.tpl.php
384
B
-rw-r--r--
pane-navigation.tpl.php
512
B
-rw-r--r--
panels-pane.tpl.php
874
B
-rw-r--r--
region--footer.tpl.php
310
B
-rw-r--r--
region--no-wrapper.tpl.php
213
B
-rw-r--r--
region--sidebar.tpl.php
295
B
-rw-r--r--
region.tpl.php
279
B
-rw-r--r--
user-picture.tpl.php
314
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : maintenance-page.tpl.php
<?php /** * @file * Returns the HTML for a single Drupal page while offline. * * Complete documentation for this file is available online. * @see https://drupal.org/node/1728174 */ ?><!DOCTYPE html> <!--[if IEMobile 7]><html class="iem7" <?php print $html_attributes; ?>><![endif]--> <!--[if lte IE 6]><html class="lt-ie9 lt-ie8 lt-ie7" <?php print $html_attributes; ?>><![endif]--> <!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8" <?php print $html_attributes; ?>><![endif]--> <!--[if IE 8]><html class="lt-ie9" <?php print $html_attributes; ?>><![endif]--> <!--[if (gte IE 9)|(gt IEMobile 7)]><!--><html <?php print $html_attributes; ?>><!--<![endif]--> <head> <?php print $head; ?> <title><?php print $head_title; ?></title> <?php if ($default_mobile_metatags): ?> <meta name="MobileOptimized" content="width"> <meta name="HandheldFriendly" content="true"> <meta name="viewport" content="width=device-width"> <?php endif; ?> <meta http-equiv="cleartype" content="on"> <?php print $styles; ?> <?php print $scripts; ?> <?php if ($add_respond_js): ?> <!--[if lt IE 9]> <script src="<?php print $base_path . $path_to_zen; ?>/js/html5-respond.js"></script> <![endif]--> <?php elseif ($add_html5_shim): ?> <!--[if lt IE 9]> <script src="<?php print $base_path . $path_to_zen; ?>/js/html5.js"></script> <![endif]--> <?php endif; ?> </head> <body class="<?php print $classes; ?>" <?php print $attributes;?>> <div id="page"> <header id="header" role="banner"> <?php if ($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; ?> <?php if ($site_name || $site_slogan): ?> <div id="name-and-slogan"> <?php if ($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 ($site_slogan): ?> <h2 id="site-slogan"><?php print $site_slogan; ?></h2> <?php endif; ?> </div> <?php endif; ?> <?php print $header; ?> </header> <div id="main"> <div id="content" class="column" role="main"> <?php print $highlighted; ?> <a id="main-content"></a> <?php if ($title): ?> <h1 class="title" id="page-title"><?php print $title; ?></h1> <?php endif; ?> <?php print $messages; ?> <?php print $content; ?> </div> <div id="navigation"> <?php print $navigation; ?> </div> <?php if ($sidebar_first || $sidebar_second): ?> <aside class="sidebars"> <?php print $sidebar_first; ?> <?php print $sidebar_second; ?> </aside> <?php endif; ?> </div> <?php print $footer; ?> </div> <?php print $bottom; ?> </body> </html>
Close