Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
themes /
bluemarine /
Delete
Unzip
Name
Size
Permission
Date
Action
block.tpl.php
270
B
-rw-r--r--
2014-12-11 05:46
bluemarine.info
277
B
-rw-r--r--
2014-12-11 05:46
box.tpl.php
176
B
-rw-r--r--
2014-12-11 05:46
comment.tpl.php
589
B
-rw-r--r--
2014-12-11 05:46
logo.png
1.88
KB
-rw-r--r--
2014-12-11 05:46
node.tpl.php
571
B
-rw-r--r--
2014-12-11 05:46
page.tpl.php
2.33
KB
-rw-r--r--
2014-12-11 05:46
screenshot.png
4.19
KB
-rw-r--r--
2014-12-11 05:46
style-rtl.css
486
B
-rw-r--r--
2014-12-11 05:46
style.css
5.6
KB
-rw-r--r--
2014-12-11 05:46
Save
Rename
<?php ?><!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" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> <head> <?php print $head ?> <title><?php print $head_title ?></title> <?php print $styles ?> <?php print $scripts ?> <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script> </head> <body> <table border="0" cellpadding="0" cellspacing="0" id="header"> <tr> <td id="logo"> <?php if ($logo) { ?><a href="<?php print $front_page ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a><?php } ?> <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $front_page ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?> <?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?> </td> <td id="menu"> <?php if (isset($secondary_links)) { ?><?php print theme('links', $secondary_links, array('class' => 'links', 'id' => 'subnavlist')) ?><?php } ?> <?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' => 'links', 'id' => 'navlist')) ?><?php } ?> <?php print $search_box ?> </td> </tr> <tr> <td colspan="2"><div><?php print $header ?></div></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" id="content"> <tr> <?php if ($left) { ?><td id="sidebar-left"> <?php print $left ?> </td><?php } ?> <td valign="top"> <?php if ($mission) { ?><div id="mission"><?php print $mission ?></div><?php } ?> <div id="main"> <?php print $breadcrumb ?> <h1 class="title"><?php print $title ?></h1> <div class="tabs"><?php print $tabs ?></div> <?php if ($show_messages) { print $messages; } ?> <?php print $help ?> <?php print $content; ?> <?php print $feed_icons; ?> </div> </td> <?php if ($right) { ?><td id="sidebar-right"> <?php print $right ?> </td><?php } ?> </tr> </table> <div id="footer"> <?php print $footer_message ?> <?php print $footer ?> </div> <?php print $closure ?> </body> </html>