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 echo '<' . '?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; ?> </head> <body class="<?php print $bodyclasses; ?>"> <div id="container"> <div id="header-region"><?php print $header; ?></div> <div id="header" class="mobileregion"> <?php if ($logo) { //TODO print '<img src="'. check_url($logo) .'" id="logo" />'; } if ($site_name) { print '<h1><a href="' . check_url($front_page) . '" title="' . $site_slogan . '">' . $site_name . '</a></h1>'; } ?> </div> <div id="primary_links"> </div> <div id="maincontent" class="mobileregion"> <?php if($title) : ?> <div id="main"> <h2><?php print $title ?></h2> </div> <?php endif; ?> <?php print $help; ?> <?php print $messages; ?> <div id="content"> <?php print $content ?> </div> </div> <?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; ?> <?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 print $footer_message . $footer; ?> </div> <?php endif; ?> </div> </body> </html>