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 /
Directory2018 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-sr-x
2018-01-29 09:18
.DS_Store
8
KB
-rw-r--r--
2018-01-29 09:18
Booking_Form_Member.html
8.67
KB
-rw-r--r--
2018-01-29 09:25
Booking_Form_Non_Member.html
8.32
KB
-rw-r--r--
2018-01-29 09:26
Booking_Form_Thanks.html
1.72
KB
-rw-r--r--
2018-02-19 10:07
Email_Member.html
4.13
KB
-rw-r--r--
2018-01-29 09:23
Email_Non_Member.html
4.02
KB
-rw-r--r--
2018-01-29 09:23
Live_Email_Member.html
4.13
KB
-rw-r--r--
2018-01-29 09:23
Live_Email_Non_Member.html
4.02
KB
-rw-r--r--
2018-01-29 09:23
Live_Member.html
7.64
KB
-rw-r--r--
2018-01-29 10:17
Live_Non_Member.html
7.42
KB
-rw-r--r--
2018-01-29 10:17
process.php
1.12
KB
-rw-r--r--
2019-10-01 09:15
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,athromethm@cesa.co.za,julia@xe.co.za", $subject, $sMsg, $_POST["Email_Address"], "", "html"); header("Location: http://www.cesa.co.za/Directory2018/Booking_Form_Thanks.html"); ?>