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 /
members /
inc /
Delete
Unzip
Name
Size
Permission
Date
Action
adobe.inc
107
B
-rw-r--r--
2008-01-09 07:51
auth.inc
3.52
KB
-rw-r--r--
2025-04-30 14:24
auth.inc.bak
1.12
KB
-rw-r--r--
2025-03-07 12:21
calendar.inc
5.46
KB
-rw-r--r--
2008-01-09 08:36
conf.inc
683
B
-rw-r--r--
2025-03-07 12:21
conf.inc.bak
690
B
-rw-r--r--
2025-03-07 12:21
confdec.inc
364
B
-rw-r--r--
2025-03-07 12:21
createadec.inc
175
B
-rw-r--r--
2008-01-09 07:51
db.inc
146
B
-rw-r--r--
2025-03-07 12:21
declaration.inc
19.69
KB
-rw-r--r--
2026-01-20 15:55
declaration_nav.php
4.76
KB
-rw-r--r--
2025-02-20 10:14
declaration_nav.php4
4.69
KB
-rw-r--r--
2008-01-09 08:36
declaration_nav_int.php
5.87
KB
-rw-r--r--
2021-02-24 09:22
declaration_nav_int.php4
5.96
KB
-rw-r--r--
2015-01-22 06:13
default.css
4.06
KB
-rw-r--r--
2008-01-09 07:51
dont-click.prefs.inc
3.38
KB
-rw-r--r--
2008-01-09 08:36
footer.inc
3.13
KB
-rw-r--r--
2025-05-19 11:13
footer2.inc
157
B
-rw-r--r--
2008-01-09 07:51
func.inc
3.36
KB
-rw-r--r--
2025-01-13 14:32
funcinternational.inc
2.66
KB
-rw-r--r--
2008-01-09 07:51
header.inc
4.12
KB
-rw-r--r--
2025-01-31 07:03
header2.inc
2.05
KB
-rw-r--r--
2008-01-09 08:36
internationalheader.inc
590
B
-rw-r--r--
2008-01-09 07:51
internationalmenu.inc
378
B
-rw-r--r--
2008-01-09 07:51
login_footer.inc
748
B
-rw-r--r--
2008-01-09 07:51
login_header.inc
1.43
KB
-rw-r--r--
2008-01-09 07:51
misc.inc
363
B
-rw-r--r--
2008-01-09 07:51
nav.inc
528
B
-rw-r--r--
2008-01-09 07:51
notice.inc
530
B
-rw-r--r--
2008-01-09 08:36
press.inc
1.53
KB
-rw-r--r--
2008-01-09 08:36
rc4cryptclass.inc
1.27
KB
-rw-r--r--
2008-01-09 07:51
readnext.inc
8.77
KB
-rw-r--r--
2025-03-07 12:21
readnext.inc.bak
6.8
KB
-rw-r--r--
2025-03-07 12:21
readnextold.inc
6.64
KB
-rw-r--r--
2025-03-07 12:21
sched1page2gen.inc
7.65
KB
-rw-r--r--
2025-07-18 08:31
submitcheck.inc
23.74
KB
-rw-r--r--
2025-07-18 09:41
submitcheck.inc.bak
6.28
KB
-rw-r--r--
2025-03-07 12:21
submitcheck2.inc
13.04
KB
-rw-r--r--
2025-07-18 07:32
submitcheck2_A.inc
18.75
KB
-rw-r--r--
2025-07-18 07:47
submitcheck2b.inc
11
KB
-rw-r--r--
2025-07-18 07:47
submitcheck2b_A.inc
14.9
KB
-rw-r--r--
2025-03-07 12:21
submitcheckA.inc
21.38
KB
-rw-r--r--
2025-07-18 07:20
submitcheckqmig.inc
1.35
KB
-rw-r--r--
2025-03-07 12:21
survey_footer.inc
2.35
KB
-rw-r--r--
2008-01-09 07:51
test.html
11.56
KB
-rw-r--r--
2008-01-09 07:51
viewcal.inc
2.33
KB
-rw-r--r--
2008-01-09 08:36
voting_class.inc
11.04
KB
-rw-r--r--
2025-03-07 12:21
work.inc
1.26
KB
-rw-r--r--
2008-01-09 08:36
Save
Rename
<?php // User Preferences // This file should contain all User Preference Variables that should // be populated per user from the database pref table // to allow for speedier processing, cookies should be considered // i.e. check cookies, no cookies, check database for preference, set variables = values, update cookie. // It is recommended that we use a eval string as a single cookie rather than multiple cookies to prevent users having to accept many // Where numeric, 0 (zero) represents 'off' and the value represents the number of records to show. // negative 1 means 'show last 7 days' //Check to see if cookie exists. If yes, do nothing. If not, create cookie from prefs database. /* if (!isset($SaaceMprefs) || $forcecookie==1) { //echo "Cookie not set"; include('inc/conf.inc'); $dbc = mysql_connect($server,$user,$pass); mysql_select_db($db,$dbc); // Built sql statement $sql="SELECT prefs.calendar AS calendar, prefs.docs AS docs, prefs.work AS work, prefs.press AS press, user.firstname AS firstname, user.lastname AS lastname, user.email AS email, user.type AS type FROM prefs, user WHERE prefs.userid = user.userid AND user.userid = '$loginid'"; //echo $sql; // Get Result returned $result = mysql_query($sql); if ($result_rows = mysql_num_rows($result)> 0) { while ($row = mysql_fetch_array($result)) { $calendar = $row["calendar"]; //echo $calendar."<br>\n"; $documentaccess = $row["docs"]; //echo $documentaccess."<br>\n"; $workopps = $row["work"]; //echo $workopps."<br>\n"; $pressrowlimit = $row["press"]; //echo $pressrowlimit."<br>\n"; $firstname = $row["firstname"]; //echo $firstname."<br>\n"; $lastname = $row["lastname"]; //echo $lastname."<br>\n"; $email = $row["email"]; //echo $email."<br>\n"; $type = $row["type"]; //echo $type."<br>\n"; // Text to use for cookie in the follwing order: // firstname, lastname, email, type, calendar, documentaccess, workopps, pressrowlimit // seperated by question mark (?). $encode = base64_encode($firstname."?".$lastname."?".$email."?".$type."?".$calendar."?".$documentaccess."?".$workopps."?".$pressrowlimit); setcookie ("SaaceMprefs", "", time()-30); setcookie ("SaaceMprefs", $encode,time()+3600); $redir = "http://". getenv("SERVER_NAME"). getenv("REQUEST_URI"); list ($redirect) = split ('[?]', $redir); //echo $redirect; //echo phpinfo(); header ("Location: $redirect"); } } else { systemerror("No Matching User.", "There is no preferences data for your user", getenv ("PATH_INFO"), "Please contact SAACE."); } mysql_free_result($result); } else { //echo "Cookie already set"; $decode = base64_decode($SaaceMprefs); //echo $decode; list ($firstname, $lastname, $email, $type, $calendar, $documentaccess, $workopps, $pressrowlimit) = split ('[?]', $decode); /*echo $calendar."<br>\n"; echo $documentaccess."<br>\n"; echo $workopps."<br>\n"; echo $pressrowlimit."<br>\n"; echo $firstname."<br>\n"; echo $lastname."<br>\n"; echo $email."<br>\n"; echo $type."<br>\n";*/ /* // Note, the following is purely a variable for the navigation menu in showing the link to the documents. // Document access should NOT be based on this alone and access must be checked at time of document retrieval. //$groupname = "friends"; //$groupadmin = "y"; } */ ?>