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 | : 52.15.241.87
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 : page.tpl.php
<?php ?> <?php print render($page['header']); ?> <div id="wrapper"> <div id="container" class="clearfix"> <div id="header"> <div id="logo-floater"> <?php if ($logo || $site_title): ?> <?php if ($title): ?> <div id="branding"><strong><a href="<?php print $front_page ?>"> <?php if ($logo): ?> <img src="<?php print $logo ?>" alt="<?php print $site_name_and_slogan ?>" title="<?php print $site_name_and_slogan ?>" id="logo" /> <?php endif; ?> <?php print $site_html ?> </a></strong></div> <?php else: /* Use h1 when the content title is empty */ ?> <h1 id="branding"><a href="<?php print $front_page ?>"> <?php if ($logo): ?> <img src="<?php print $logo ?>" alt="<?php print $site_name_and_slogan ?>" title="<?php print $site_name_and_slogan ?>" id="logo" /> <?php endif; ?> <?php print $site_html ?> </a></h1> <?php endif; ?> <?php endif; ?> </div> <?php if ($primary_nav): print $primary_nav; endif; ?> <?php if ($secondary_nav): print $secondary_nav; endif; ?> </div> <!-- /#header --> <?php if ($page['sidebar_first']): ?> <div id="sidebar-first" class="sidebar"> <?php print render($page['sidebar_first']); ?> </div> <?php endif; ?> <div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner"> <?php print $breadcrumb; ?> <?php if ($page['highlighted']): ?><div id="highlighted"><?php print render($page['highlighted']); ?></div><?php endif; ?> <a id="main-content"></a> <?php if ($tabs): ?><div id="tabs-wrapper" class="clearfix"><?php endif; ?> <?php print render($title_prefix); ?> <?php if ($title): ?> <h1<?php print $tabs ? ' class="with-tabs"' : '' ?>><?php print $title ?></h1> <?php endif; ?> <?php print render($title_suffix); ?> <?php if ($tabs): ?><?php print render($tabs); ?></div><?php endif; ?> <?php print render($tabs2); ?> <?php print $messages; ?> <?php print render($page['help']); ?> <?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?> <div class="clearfix"> <?php print render($page['content']); ?> </div> <?php print $feed_icons ?> <?php print render($page['footer']); ?> </div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center --> <?php if ($page['sidebar_second']): ?> <div id="sidebar-second" class="sidebar"> <?php print render($page['sidebar_second']); ?> </div> <?php endif; ?> </div> <!-- /#container --> </div> <!-- /#wrapper -->
Close