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
/
View File Name :
email_c1.php
<? include("inc/header.php"); ?> <? $msg=$_POST['message']; include("mimemail/MIME.class"); $sql=mysql_query("SELECT * FROM branch WHERE officer_id='$officer_id'"); while ($row=mysql_fetch_array($sql)){ $branchid=$row['branchid']; $sql2=mysql_query("SELECT * FROM corp_mem a,corp_reg_pay b,clearance_status c WHERE a.stud_id=b.stud_id AND a.stud_id=c.stud_id AND c.branch_verify='1' AND c.dean_verify='1' AND b.status='Paid' AND a.category='5' AND c.ad_comm='1'"); if(!$result){ echo mysql_error(); } $count=mysql_num_rows($sql2); while ($row2=mysql_fetch_array($sql2)){ $email=$row2['email']; $name=$row2['surname']." ".$row2['othernames']; $str = "Nigerian Society of Engineers: Corporate Membership Application"; $html_data = '<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Nigerian Society of Engineers</title> </head> <body> <table width="100%" border="0" cellspacing="5" cellpadding="10"> <tr> <td colspan="2" style="background-color:#C00; color:#FFF;" align="center" valign="middle"><strong><h2>NIGERIAN SOCIETY OF ENGINEERS</h2> <p>www.nse.org.ng</p> <p>application@nse.org.ng</p> <p>080<em>56239560</em></p> </strong></td> </tr> <tr> <td>Dear Sir/Ma</td> <td align="right">19th March, 2014</td> </tr> <tr> <td colspan="2" align="center" valign="middle"><strong><u><h3>RE: APPLICATION FOR CORPORATE MEMBERSHIP VIA CATEGORY C1</h3></u></strong></td> </tr> <tr> <td colspan="2">Your application on the above subject matter refers. <p>This is to inform you that your application has been processed and your are qualified for the Matured Route (Category C1) Interview.</p> <p>Wishing you the best of luck, please see the table below for more details.</p> <p>Yours faithfully,</p> <p><strong>Maureen Onah</strong></p> <p>Ag. Head, Membership Services</p> <p>For:��Executive Secretary</p></td> </tr> </table> <table width="100%" border="1" cellspacing="5" cellpadding="10"> <tr> <td width="10%">S/N</td> <td width="37%">ITEMS</td> <td colspan="2" align="center">DATE</td> <td width="17%">CENTRES</td> <td width="10%">AMOUNT</td> </tr> <tr> <td>1</td> <td>Submission of Reports by Candidates</td> <td width="13%">25th�March 2014</td> <td width="13%">29th�March 2014</td> <td>CENTRES</td> <td> </td> </tr> <tr> <td>2</td> <td>A 2-Day Continuing Professional Education for Executive Engineers (CoPEEE) for C1 Candidates</td> <td>3rd�April 2014</td> <td>4th�April 2014</td> <td>ENUGU</td> <td>50,000</td> </tr> <tr> <td>3</td> <td>A 2-Day Continuing Professional Education for Executive Engineers (CoPEEE) for C1 Candidates</td> <td>10th�April 2014</td> <td>10th�April 2014</td> <td>LAGOS</td> <td>50,000</td> </tr> <tr> <td>4</td> <td>A 2-Day Continuing Professional Education for Executive Engineers (CoPEEE) for C1 Candidates</td> <td>24th�April 2014</td> <td>25th�April 2014</td> <td>ABUJA</td> <td>50,000</td> </tr> <tr> <td>5</td> <td>Matured Route Category C1 Interview</td> <td>05th�April 2014</td> <td>05th�April 2014</td> <td>NSE ENUGU OFFICE</td> <td> </td> </tr> <tr> <td>6</td> <td>Matured Route Category C1 Interview</td> <td>12th�April 2014</td> <td>12th�April 2014</td> <td>NSE Lagos Office</td> <td> </td> </tr> <tr> <td>7</td> <td>Matured Route Category C1 Interview</td> <td>26th�April 2014</td> <td>26th�April 2014</td> <td>NSE Abuja Office</td> <td> </td> </tr> </table> <p><em>Maureen Onah</em></p> <p><em>Ag.Head, Membership Services Dept,</em></p> <p><em>The Nigerian Society of Engineers</em></p> <p><em>National Engineering Centre,</em></p> <p><em>Off National Mosque - Labour House Road,</em></p> <p><em>Central Business District,</em></p> <p><em>Abuja.</em></p> <p><em>08056239560</em></p> </body> </html>'; $mime = new MIME_mail("application@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"); ?>