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 /
cesa /
Delete
Unzip
Name
Size
Permission
Date
Action
color
[ DIR ]
drwxr-sr-x
2010-09-20 16:04
images
[ DIR ]
drwxr-sr-x
2010-09-20 16:04
minnelli
[ DIR ]
drwxr-sr-x
2010-09-20 16:04
block-block-1.tpl.php
382
B
-rw-r--r--
2018-10-22 11:08
block.tpl.php
363
B
-rw-r--r--
2011-02-17 07:17
cesa.info
565
B
-rw-r--r--
2011-02-17 07:17
comment.tpl.php
835
B
-rw-r--r--
2011-02-17 07:17
fix-ie-rtl.css
1.32
KB
-rw-r--r--
2011-02-17 07:17
fix-ie.css
1.52
KB
-rw-r--r--
2011-02-17 07:17
inc_scroller.htm
3.53
KB
-rw-r--r--
2014-08-13 09:18
logo.png
5.27
KB
-rw-r--r--
2011-02-17 07:17
maintenance-page.tpl.php
3
KB
-rw-r--r--
2011-02-17 07:17
node.tpl.php
861
B
-rw-r--r--
2011-02-17 07:17
page.tpl.php
7.53
KB
-rw-r--r--
2019-08-20 11:27
page.tpl.php.bak
4.92
KB
-rw-r--r--
2011-11-08 12:07
print.css
1.27
KB
-rw-r--r--
2011-02-17 07:17
screenshot.png
6.48
KB
-rw-r--r--
2011-02-17 07:17
style-rtl.css
4.85
KB
-rw-r--r--
2011-02-17 07:17
style.css
19.65
KB
-rw-r--r--
2011-02-17 07:17
template.php
2.56
KB
-rw-r--r--
2011-02-17 07:17
uwpscroller.swf
84.37
KB
-rw-r--r--
2011-02-17 07:17
Save
Rename
<?php // $Id: maintenance-page.tpl.php,v 1.3.2.1 2009/04/30 00:13:31 goba Exp $ /** * @file maintenance-page.tpl.php * * 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> <?php print $head ?> <title><?php print $head_title ?></title> <?php print $styles ?> <?php print $scripts ?> <!--[if lt IE 7]> <?php print phptemplate_get_ie_styles(); ?> <![endif]--> </head> <body<?php print phptemplate_body_class($left, $right); ?>> <!-- Layout --> <div id="header-region" class="clear-block"><?php print $header; ?></div> <div id="wrapper"> <div id="container" class="clear-block"> <div id="header"> <div id="logo-floater"> <?php // Prepare header $site_fields = array(); if ($site_name) { $site_fields[] = check_plain($site_name); } if ($site_slogan) { $site_fields[] = check_plain($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><a href="'. check_url($base_path) .'" title="'. $site_title .'">'; if ($logo) { print '<img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo" />'; } print $site_html .'</a></h1>'; } ?> </div> </div> <!-- /header --> <?php if ($left): ?> <div id="sidebar-left" class="sidebar"> <?php if ($search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?> <?php print $left ?> </div> <?php endif; ?> <div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner"> <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?> <?php print $help; ?> <?php print $messages; ?> <div class="clear-block"> <?php print $content ?> </div> <div id="footer"><?php print $footer_message . $footer ?></div> </div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center --> <?php if ($right): ?> <div id="sidebar-right" class="sidebar"> <?php print $right ?> </div> <?php endif; ?> </div> <!-- /container --> </div> <!-- /layout --> </body> </html>