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 /
mentanet /
Delete
Unzip
Name
Size
Permission
Date
Action
SpryAssets
[ DIR ]
drwxr-sr-x
2013-09-25 09:36
docthumbs
[ DIR ]
drwxr-sr-x
2015-07-16 10:47
downloads
[ DIR ]
drwxr-sr-x
2015-05-20 09:39
guidelines
[ DIR ]
drwxr-sr-x
2017-10-25 14:17
images
[ DIR ]
drwxr-sr-x
2015-07-14 05:06
lightbox
[ DIR ]
drwxr-sr-x
2013-09-25 09:35
pdf
[ DIR ]
drwxr-sr-x
2013-09-25 09:36
Guideline 2 - Developing a WPTP.DOCX
182.26
KB
-rw-r--r--
2013-09-25 09:33
ReportMilestones.php
7.54
KB
-rw-r--r--
2014-07-07 06:49
archivedmessages.php
2.69
KB
-rw-r--r--
2013-10-21 10:34
calendar.js
13.62
KB
-rw-r--r--
2013-09-25 09:33
calendar.php
2.88
KB
-rw-r--r--
2014-01-22 08:36
changedates.php
1.37
KB
-rw-r--r--
2013-09-25 09:33
contacts.php
3.2
KB
-rw-r--r--
2013-09-25 09:33
details.php
5.48
KB
-rw-r--r--
2013-09-25 09:33
feedback.php
16.68
KB
-rw-r--r--
2015-09-16 05:17
forgotpwd.php
2.49
KB
-rw-r--r--
2013-10-14 07:07
gallery.php
2.27
KB
-rw-r--r--
2013-09-25 09:33
guidelines.php
1.95
KB
-rw-r--r--
2014-10-13 08:37
inc_footer.php
349
B
-rw-r--r--
2013-09-25 09:34
inc_functions.php
739
B
-rw-r--r--
2013-10-10 13:34
inc_header.php
114
B
-rw-r--r--
2014-01-22 08:56
inc_sidebar.php
3.7
KB
-rw-r--r--
2018-11-21 13:29
index.php
8.85
KB
-rw-r--r--
2015-07-14 05:07
library.php
3.98
KB
-rw-r--r--
2013-09-25 09:35
login.php
3.88
KB
-rw-r--r--
2014-07-21 09:41
logout.php
104
B
-rw-r--r--
2013-09-25 09:35
messages.php
4.35
KB
-rw-r--r--
2014-01-22 08:56
milestones.php
15.55
KB
-rw-r--r--
2015-07-13 09:14
milestones_backup.php
18.64
KB
-rw-r--r--
2014-01-16 08:07
modcontact.php
5.75
KB
-rw-r--r--
2014-04-14 08:20
notices.php
2.76
KB
-rw-r--r--
2013-09-25 09:35
password.php
5.11
KB
-rw-r--r--
2014-11-03 09:00
pdfthumb.php
230
B
-rw-r--r--
2013-09-25 09:48
php_errors.log
1.92
KB
-rw-r--r--
2026-08-20 23:56
profile.php
8.1
KB
-rw-r--r--
2018-11-23 12:50
readmessage.php
4.21
KB
-rw-r--r--
2014-01-22 08:56
register.php
79.1
KB
-rw-r--r--
2014-09-02 10:32
register_step2.php
56.18
KB
-rw-r--r--
2014-11-03 09:09
sentmessages.php
2.51
KB
-rw-r--r--
2013-10-21 10:34
style.css
3.72
KB
-rw-r--r--
2013-09-25 09:36
templates.php
1.91
KB
-rw-r--r--
2013-09-25 09:36
Save
Rename
body { font: 12px Verdana, sans-serif; color: #494949; background: #666666; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ } .twoColFixLtHdr #container { width: 1000px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ background: #FFFFFF; margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ border: 1px solid #000000; text-align: left; /* this overrides the text-align: center on the body element. */ } .twoColFixLtHdr #header { background: #000000; padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ } .twoColFixLtHdr #header h1 { margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ } .twoColFixLtHdr #sidebar1 { float: left; /* since this element is floated, a width must be given */ width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 15px 10px 15px 20px; } .twoColFixLtHdr #mainContent { margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */ padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ } .twoColFixLtHdr #footer { padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ background:#DDDDDD; } .twoColFixLtHdr #footer p { margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ } .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page */ float: left; margin-right: 8px; } .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */ clear:both; height:0; font-size: 1px; line-height: 0px; } a { color: #009DDA; } #sidebar1 a { text-decoration:none; font-weight:bold; color: black; display:block; border-bottom:1px solid black; } h1 { font-size:18px; } h2 { font-size:14px; } .tablebtmborder td { border-bottom: 1px solid black; } .boldblue { color: #009DDA; font-weight: bold; } .errmsg { font-weight:bold; color:#CC0000; }