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 // Get this office $Squery = "SELECT * FROM ".$sOfficesTable." WHERE OfficeID = '$SelectOfficeID'"; $Sresult = mysql_query($Squery) or die("Select of id Failed"); $Srow = mysql_fetch_array($Sresult); $OfficeID = $Srow['OfficeID']; $OfficeStatus = $Srow['OfficeStatus']; $OfficeName = $Srow['OfficeName']; $OfficeBuilding = $Srow['BldgName']; $OfficeStreet = $Srow['StreetName']; $OfficeSuburb = $Srow['Suburb']; $OfficeTownCity = $Srow['TownCity']; $OfficeCountry = $Srow['Country']; $OfficeCode = $Srow['PostalCode']; $OfficeProvince = $Srow['Province']; $OfficePostalAdd = $Srow['PostalAddress']; $OfficeTel = $Srow['Telephone']; $OfficeFax = $Srow['Fax']; $OfficeEmail = $Srow['Email']; $OfficeLanguage = $Srow['Language']; $OfficeLocalM = $Srow['GeoLocationLocal']; $OfficeDistrict = $Srow['GeoLocationDistrict']; $OfficeAddress2 = $Srow['Address2']; $OfficeGeoLocation = $Srow['GeoLocation']; $MemberProffStaff = $Srow['ProfessionalStaff']; $MemberNonProff = $Srow['NonProfTechStaff']; $MemberOtherStaff = $Srow['OtherStaff']; $HRName = $Srow['HRName']; $HREmail = $Srow['HREmail']; $HoldingComp = $Srow['HoldingCompany']; $Fidic = $Srow['Fidic']; // ************************************************************************************** // Get the Principle person responsible for the office. // ************************************************************************************** $query = "SELECT * FROM ".$sOfficeContactsTable." WHERE (OfficeID = '$OfficeID') AND (OfficeHead = 1 )"; $result = mysql_query($query) or die("Select of id Failed"); $row = mysql_fetch_array($result); $HeadOfficeID = $row['ContactsID']; $query = "SELECT * FROM ".$sContactsTable." WHERE ContactsID = '$HeadOfficeID'"; $result = mysql_query($query) or die("Select of id Failed"); $row = mysql_fetch_array($result); $HeadContactSurname = $row['ContactSurname']; $HeadContactFirstname = $row['ContactFirstName']; $HeadContactDesignation = $row['ContactDesignation']; $HeadContactQualifications = $row['Qualifications']; $HeadContactRegistration = $row['ProfessionalRegistrations']; $HeadContactEmail = $row['PreferredEmail']; $pictoshow1 = "../pics/unselected.jpg"; $pictoshow2 = "../pics/unselected.jpg"; $pictoshow3 = "../pics/unselected.jpg"; $pictoshow4 = "../pics/unselected.jpg"; if ($OfficeStatus == "Head Office") { $pictoshow1 = "../pics/selected.gif"; } if ($OfficeStatus == "Branch") { $pictoshow3 = "../pics/selected.gif"; } if ($OfficeStatus == "Only Office") { $pictoshow2 = "../pics/selected.gif"; } if ($OfficeStatus == "Subsidiary Company") { $pictoshow4 = "../pics/selected.gif"; } ?> <table border=0 cellspacing=0 cellpadding=0> <tr> <td width=25% valign=top class="Normal" height="14"> <p align=center style='text-align:center'><b>Head Office</b></p> </td> <td width=25% valign=top class="Normal" height="14"> <p align=center style='text-align:center'><b>Only Office</b></p> </td> <td width=25% valign=top class="Normal" height="14"> <p align=center style='text-align:center'><b>Branch Office</b></p> </td> <td width=25% valign=top class="Normal" height="14"> <p align=center style='text-align:center'><b>Subsidiary Company </b></p> </td> </tr> <tr> <td width=25% valign=top class="Normal"> <p align=center style='text-align:center'><span style='font-size:16.0pt;font-family:"Monotype Sorts"; "Monotype Sorts"'><img src="<?php echo $pictoshow1; ?>" ></span></p> </td> <td width=25% valign=top class="Normal"> <p align=center style='text-align:center'><span style='font-size:16.0pt;font-family:"Monotype Sorts"; "Monotype Sorts"'><img src="<?php echo $pictoshow2; ?>" ></span></p> </td> <td width=25% valign=top class="Normal"> <p align=center style='text-align:center'><span style='font-size:16.0pt;font-family:"Monotype Sorts"; "Monotype Sorts"'><img src="<?php echo $pictoshow3; ?>" ></span></p> </td> <td width=25% valign=top class="Normal"> <p align=center style='text-align:center'><span style='font-size:16.0pt;font-family:"Monotype Sorts"; "Monotype Sorts"'><img src="<?php echo $pictoshow4; ?>" ></span></p> </td> </tr> </table> <span style='font-size:10.0pt;font-family:"Times New Roman"'>(TICK APPLICABLE BOX)</span> <table width="100%" border="0"> <tr> <td width="35%"><span style='font-size:10.0pt;font-family:"Times New Roman"'>Name of Firm:</span></td> <td width="28%"> <?php echo $OfficeName; ?> </td> <td bgcolor="#EDEDED" width="37%"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000" height="100%"> <tr> <td><br><br></td> </tr> </table> </td> </tr> <tr> <td width="35%"><span style='font-size:10.0pt;font-family:"Times New Roman"'>Physical Address:</span></td> <td width="28%"> </td> <td width="37%"> </td> </tr> <tr> <td width="35%">Building:</td> <td width="28%"> <?php echo $OfficeBuilding; ?> </td> <td bgcolor="#EDEDED" width="37%"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000" height="100%"> <tr> <td><br><br></td> </tr> </table> </td> </tr> <tr> <td width="35%">Street:</td> <td width="28%"> <?php echo $OfficeStreet; ?> </td> <td bgcolor="#EDEDED" width="37%"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br><br></td> </tr> </table> </td> </tr> <tr> <td width="35%">Suburb: </td> <td width="28%"> <?php echo $OfficeSuburb; ?> </td> <td bgcolor="#EDEDED" width="37%"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br><br></td> </tr> </table> </td> </tr> <tr> <td width="35%">City/Town:</td> <td width="28%"> <?php echo $OfficeGeoLocation; ?> </td> <td bgcolor="#EDEDED" width="37%"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br><br></td> </tr> </table> </td> </tr> <tr> <td width="35%">Province:</td> <td width="28%"> <?php echo $OfficeProvince; ?> </td> <td bgcolor="#EDEDED" width="37%"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br><br></td> </tr> </table> </td> </tr> <tr> <td width="35%">Local Municipality:</td> <td width="28%"> <?php echo $OfficeLocalM; ?> </td> <td bgcolor="#EDEDED" width="37%"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br><br></td> </tr> </table> </td> </tr> <tr> <td width="35%">District/Metropolitan Council</td> <td width="28%"> <?php echo $OfficeDistrict; ?> </td> <td bgcolor="#EDEDED" width="37%"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br><br></td> </tr> </table> </td> </tr> </table> <table width="100%" border="0"> <tr> <td width="36%" valign="top"><span style='font-size:10.0pt; font-family:"Times New Roman"'>Postal Address:</span></td> <td width="27%" valign="top"> <?php if (trim($OfficePostalAdd."") =="") { //show the physical address echo $OfficeBuilding."<br>".$OfficeStreet."<br>".$OfficeSuburb."<br>".$OfficeGeoLocation; } else { echo $OfficePostalAdd."<br>".$OfficePostalAddress2."<br>".$OfficeTownCity; } ?> </td> <td bgcolor="#EDEDED" width="37%"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td valign="top"> <br> <br> <br> </td> </tr> </table> </td> </tr> <tr> <td width="36%">Code</td> <td width="27%"> <?php echo $OfficeCode; ?> </td> <td bgcolor="#EDEDED" width="37%"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br><br></td> </tr> </table> </td> </tr> <tr> <td width="36%">Telephone No:</td> <td width="27%"> <?php echo $OfficeTel; ?> </td> <td bgcolor="#EDEDED" width="37%"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br><br></td> </tr> </table> </td> </tr> <tr> <td width="36%">Fax No:</td> <td width="27%"> <?php echo $OfficeFax; ?> </td> <td bgcolor="#EDEDED" width="37%"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br><br></td> </tr> </table> </td> </tr> <tr> <td width="36%">E-mail:</td> <td width="27%"> <?php echo $OfficeEmail; ?> </td> <td bgcolor="#EDEDED" width="37%"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br><br></td> </tr> </table> </td> </tr> </table> <table width="100%" border="0"> <tr> <td><br><br></td> </tr> </table> <b>NAME (REGISTRATION AND QUALIFICATIONS, IF ANY) OF PERSON IN CHARGE OF OFFICE : </b> <table width="100%" border="0"> <tr> <td width="39%"><b>NAME</b></td> <td width="24%"> <?php echo $HeadContactDesignation, " ", $HeadContactFirstname," ",$HeadContactSurname; ?> </td> <td width="37%" bgcolor="#EDEDED"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br><br></td> </tr> </table> </td> </tr> <tr> <td width="39%" height="18"><b>REGISTRATION </b></td> <td width="24%" height="18"> <?php echo $HeadContactRegistration; ?> </td> <td width="37%" bgcolor="#EDEDED" height="18"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br><br></td> </tr> </table> </td> </tr> <tr> <td width="39%" height="18"><b>QUALIFICATIONS</b></td> <td width="24%" height="18"> <?php echo $HeadContactQualifications; ?> </td> <td width="37%" bgcolor="#EDEDED" height="18"> <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br><br></td> </tr> </table> </td> </tr> <tr> <td height="18"><b>E-MAIL ADDRESS</b></td> <td height="18"><?php echo $HeadContactEmail; ?> </td> <td bgcolor="#EDEDED" height="18"><table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br><br></td> </tr> </table></td> </tr> </table> <b>NOTE:</b> Although all offices should be declared, only if there is a professionally registered (in the categories accepted by Council) person in fulltime superintendence will the office be listed in the Directory of Firms and the Website. </td> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td align="center" valign="top"><p><br> <b>TOTAL STAFF <i><u>AT THIS BRANCH ONLY</u></i></b></p> <table border=1 cellspacing=0 cellpadding=0 width="100%"> <tr> <td colspan=2 valign=top class="Normal"> <p align=center style='text-align:center'><span style='font-size:10.0pt;font-family:"Times New Roman"'>NUMBER OF PROFESSIONAL AND CONTRACT STAFF:</span></p> </td> <td valign=top class="Normal"> <?php echo $MemberProffStaff; ?> </td> <td valign=top bgcolor="#EDEDED" class="Normal"><table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br> <br></td> </tr> </table></td> </tr> <tr> <td colspan=2 valign=top class="Normal"> <p align=center style=' text-align:center'><span style='font-size:10.0pt;font-family:"Times New Roman"'>NUMBER OF NON-PROFESSIONAL TECHNICAL AND CONTRACT STAFF<br> (e.g. graduates, draughtsperson, laboratory assistants, etc)</span></p> </td> <td valign=top class="Normal"> <?php echo $MemberNonProff; ?> </td> <td valign=top bgcolor="#EDEDED" class="Normal"><table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br> <br></td> </tr> </table></td> </tr> <tr> <td colspan="2" valign=top class="Normal"> <div align="center"><span style='font-size:12.0pt;'>TOTAL OF OTHER STAFF AND CONTRACT STAFF (e.g. secretaries, bookkeepers etc)</span></div></td> <td valign=top class="Normal"> <?php echo $MemberOtherStaff; ?> </td> <td valign=top bgcolor="#EDEDED" class="Normal"><table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td><br> <br></td> </tr> </table></td> </tr> <tr height=0> <td width=54% class="Normal"></td> <td width=8% class="Normal"></td> <td width=25% class="Normal"></td> <td width=13% class="Normal"></td> </tr> </table> </td> </tr> </table>