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 /
relay /
include /
Delete
Unzip
Name
Size
Permission
Date
Action
reporting
[ DIR ]
drwxr-sr-x
2020-01-14 08:25
2010_team.php
23.67
KB
-rw-r--r--
2017-07-03 10:50
approvals.php
3.7
KB
-rw-r--r--
2018-08-20 08:15
approvals_uni.php
3.51
KB
-rw-r--r--
2018-08-20 08:15
areas.php
8.49
KB
-rw-r--r--
2019-08-01 13:22
com_reg.php
6.77
KB
-rw-r--r--
2019-08-01 13:23
con_area.php
2.08
KB
-rw-r--r--
2017-08-02 09:09
con_man.php
8.61
KB
-rw-r--r--
2014-07-04 12:12
countrylist.php
11.91
KB
-rw-r--r--
2014-07-04 12:12
db.php
729
B
-rw-r--r--
2019-08-31 09:37
db.php.bak
323
B
-rw-r--r--
2014-07-04 12:12
entrants.php
2.22
KB
-rw-r--r--
2014-07-04 12:12
error_log
17.92
KB
-rw-r--r--
2014-07-04 12:12
footer.php
137
B
-rw-r--r--
2014-07-04 13:40
generateXML.php
649
B
-rw-r--r--
2014-07-04 12:12
index20130626.php
4.14
KB
-rw-r--r--
2014-07-04 12:12
login.php
1.4
KB
-rw-r--r--
2018-09-03 08:01
mailer.php
1.99
KB
-rw-r--r--
2017-07-03 10:50
menu.php
5.54
KB
-rw-r--r--
2019-06-12 10:15
payments.php
6.37
KB
-rw-r--r--
2018-08-20 08:15
phpinfo.php
24
B
-rw-r--r--
2014-07-04 12:12
reg.php
567
B
-rw-r--r--
2019-08-31 09:46
reports.php
1.81
KB
-rw-r--r--
2014-07-04 12:14
sec.php
650
B
-rw-r--r--
2014-07-04 12:14
social_app.php
4.48
KB
-rw-r--r--
2018-08-20 08:15
team.php
33.2
KB
-rw-r--r--
2019-08-01 13:25
team_mail.php
2.81
KB
-rw-r--r--
2017-07-03 10:50
timing_report.php
1.57
KB
-rw-r--r--
2014-07-04 12:14
timing_report_2012.php
10.96
KB
-rw-r--r--
2015-08-19 08:40
uni_reg.php
5.5
KB
-rw-r--r--
2019-08-01 13:26
uni_team.php
33.04
KB
-rw-r--r--
2019-08-01 13:23
Save
Rename
<?php if (isset($_POST['reg_sub'])) { $query="INSERT INTO saace_uni (name,contact,tele,cell,fax,email,size,status) VALUES ('".$_POST['university']."','".$_POST['contact']."','".$_POST['telephone']."','".$_POST['cell']."','".$_POST['fax']."','".$_POST['email']."','".$_POST['size']."','0')"; $insres=mysql_query($query); $comp_id=mysql_insert_id(); $pwd=substr($_POST['university'],0,1).substr($_POST['contact'],0,1).date("His"); $query="INSERT INTO saace_user (name,pass,rank,uni_id,status,title) VALUES ('".$_POST['email']."','".$pwd."','4','".$comp_id."','0','".$_POST['contact']."')"; mysql_query($query); echo "<h1>University Registration application sent</h1>You will be notified when it is approved\n"; $details="<table border='0' cellpadding='0' cellspacing='0'>\n"; $details.="<tr><td>University : </td><td>".$_POST['university']."</td></tr>\n"; $details.="<tr><td>Contact : </td><td>".$_POST['contact']."</td></tr>\n"; $details.="<tr><td>Telephone : </td><td>".$_POST['telephone']."</td></tr>\n"; $details.="<tr><td>Cellphone : </td><td>".$_POST['cell']."</td></tr>\n"; $details.="<tr><td>Fax : </td><td>".$_POST['fax']."</td></tr>\n"; $details.="<tr><td>Email/Username : </td><td>".$_POST['email']."</td></tr>\n"; $details.="<tr><td>Password : </td><td>".$pwd."</td>\n"; $details.="</table>\n"; $cmstr="<html><body><p>Dear ".$_POST['contact']."<br/><br/>Thank you for registering for the CESA Relay race. <br/><br/>You registration has been sent for approval.<br/><br/>Once approved you can login to setup your teams and to book social areas on http://www.cesa.co.za/relay.<br/>".$details."<br/>Should you have entered the incorrect registration details and wish to cancel your registration please contact <a href='mailto:events@cesa.co.za'>events@cesa.co.za</a> or Bonolo at +27 (0)11 463 2022 with all your details.<br/><br/>CESA Admin. <br/><br/><a href='mailto:events@cesa.co.za'>events@cesa.co.za</a><br/><img src='http://www.cesa.co.za/relay/img/eMailLogo.gif' alt=''Logo></p></body></html>"; $amstr="<html><body><p>".$_POST['contact']." from ".$_POST['company']." has registered for the CESA Relay race. Please login to <a href='http://www.cesa.co.za/relay'>http://www.cesa.co.za/relay</a> to approve the registration.<br/>".$details."</p></body></html>"; //mail client $headers = "From: ".$admin_email."\r\n"."Reply-To: ".$admin_email."\r\nMIME-Version: 1.0\r\nContent-type: text/html; charset=iso-8859-1\r\nBcc: events@cesa.co.za\r\n"; mail($_POST['email'],'CESA Relay registration confirmation',$cmstr,$headers); //mail admin mail($admin_email."",'CESA Application record',$amstr,$headers); } else { ?> <script type="text/JavaScript"> <!-- function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_validateForm() { //v4.0 var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments; for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]); if (val) { nm=val.name; if ((val=val.value)!="") { if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@'); if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n'; } else if (test!='R') { num = parseFloat(val); if (isNaN(val)) errors+='- '+nm+' must contain a number.\n'; if (test.indexOf('inRange') != -1) { p=test.indexOf(':'); min=test.substring(8,p); max=test.substring(p+1); if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n'; } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; } } if (errors) alert('The following error(s) occurred:\n'+errors); document.MM_returnValue = (errors == ''); } //--> </script> <!--<h1>Please note that registrations for this event has closed. <br/> </h1> --> <center> <form method='POST' action='<?php echo $pagename;?>?sec=unireg'> <table border='0' cellpadding='0' cellspacing='0'> <tr> <th colspan='2'>Register University</th> </tr> <tr> <td>University Name</td> <td><input type='text' name='university' size='26'></td> </tr> <tr> <td>Contact Person</td> <td><input type='text' name='contact' size='26'></td> </tr> <tr> <td>Contact Landline</td> <td><input type='text' name='telephone' size='26'></td> </tr> <tr> <td>Contact Cellphone</td> <td><input type='text' name='cell' size='26'></td> </tr> <tr> <td>Contact Fax</td> <td><input type='text' name='fax' size='26'></td> </tr> <tr> <td>Email</td> <td><input type='text' name='email' size='26'></td> </tr> <tr> <td></td> <td><input name='reg_sub' type='submit' onclick="MM_validateForm('university','','R','contact','','R','telephone','','R','cell','','R','fax','','R','email','','R');return document.MM_returnValue" value='Register'/></td> </tr> </table> </form> <?php /* <h2>Registration for the CESA Relay race in 2012 is now closed</h2> */?> </center> <?php } ?>