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 /
sites /
all /
themes /
mobile_cesa /
Delete
Unzip
Name
Size
Permission
Date
Action
color
[ DIR ]
drwxr-sr-x
2017-07-25 12:58
LICENSE.txt
14.59
KB
-rw-r--r--
2017-07-25 12:58
README.txt
640
B
-rw-r--r--
2017-07-25 12:58
block.tpl.php
904
B
-rw-r--r--
2017-07-26 08:27
comment.tpl.php
792
B
-rw-r--r--
2017-07-25 12:58
maintenance-page.tpl.php
1.78
KB
-rw-r--r--
2017-07-25 12:58
mobile_garland.info
349
B
-rw-r--r--
2017-07-25 12:58
node.tpl.php
747
B
-rw-r--r--
2017-07-25 12:58
page.tpl.php
2.27
KB
-rw-r--r--
2017-07-26 08:37
screenshot.png
4.87
KB
-rw-r--r--
2017-07-25 12:58
style-rtl.css
3.49
KB
-rw-r--r--
2017-07-25 12:58
style.css
4.9
KB
-rw-r--r--
2017-07-25 13:20
template.php
4.1
KB
-rw-r--r--
2017-07-25 12:58
Save
Rename
<?php print '<' . '?xml version="1.0" encoding="utf-8"?' . '>' ?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.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> <?php print $head; ?> <title><?php print $head_title ?></title> <?php print $styles; ?> <?php print $scripts; ?> <style> .hidemobile { display:none; } #block-block-2 { display:none; } </style> </head> <body class="<?php print $bodyclasses; ?>"> <div id="container"> <div id="header-region"><?php print $header; ?></div> <div id="header" class="mobileregion"> <?php print '<div style="background-color:white; text-align:center"><a id="sitelogo" title="' . $site_slogan . '" href="' . check_url($front_page) . '"><img src="/images/logo.png" /></a></div><br>'; print '<h1 id="sitename" align="center"><a title="' . $site_slogan . '" href="' . check_url($front_page) . '"><span>' . $site_name . '</span></a></h1>'; ?> </div> <?php print $breadcrumb; ?> <?php if ($left): ?> <div id="sidebar-left" class="mobileregion"> <?php if ($search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?> <?php print $left ?> </div> <?php endif; ?> <div id="maincontent" class="mobileregion"> <?php if ($mission) print '<div id="mission">' . $mission . '</div>'; ?> <?php if ($title) print '<div id="main"><h2>' . $title . '</h2></div>'; ?> <?php if ($tabs) print '<ul class="tabs primary">' . $tabs . '</ul>'; ?> <?php if ($tabs2) print '<ul class="tabs secondary">' . $tabs2 . '</ul>'; ?> <?php if ($show_messages && $messages) print $messages; ?> <?php if ($help) print $help; ?> <div id="content"> <?php print $content ?> </div> </div> <?php if ($right): ?> <div id="sidebar-right" class="mobileregion"> <?php if (!$left && $search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?> <?php print $right ?> </div> <?php endif; ?> <div id="footer" class="mobileregion"> <?php if($feed_icons) print $feed_icons; ?> <?php print $footer_message . $footer; ?> </div> </div> <?php print $closure; ?> </body> </html>