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:
completed_app_old.php
<? include("inc/header.php"); include "inc/config.php"; //include("inc/fxn.php"); //include("search_form1.php"); ?> <p style="background-color:#CCC; width:180px; height:20px;"><strong>BRIEF</strong></p> <table cellspacing="0" cellpadding="5" class="mytable" border="1" width="100%"> <th>S/No</th><th>File No</th><th>Branch</th><th>Names</th><th>Sex</th><th>Date of Birth</th><th>Qualification</th><th>Position and Place of Work</th> <? /*$sql=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.dean_verify='1' AND c.branch_verify='1' AND b.status='Paid'"); $sno=0; while ($row=mysql_fetch_array($sql)){ $stud_id=$row['stud_id']; //include "config_nsemem.php"; //$sql2=mysql_query("SELECT * FROM stud_reg_pay WHERE stud_id='$stud_id' AND status='Paid' AND amount >='2000'"); //while ($row2=mysql_fetch_array($sql2)){ $sno++; $name=$row['surname']. " ".$row['othernames']; $email=$row['email']; $branch=get("branch",$row['branch'],"branchid","branch_name"); //$school_id=GetAny("stud_mem_reg",$stud_id,"stud_id","school"); //$school_name=GetAny("universities",$school_id,"id","name"); ?> <tr> <td><?=$sno?></td><td><?=$row['auth_num']?></td><td><?=$branch?></td><td><?=$name?></td><td><?=$row['phone']?></td><td><?=$row['email']?></td><td><?=$row['qualification']?></td><td><?=$row['work']?></td> </tr> <? }*/?></table> <!--<div style="background-color:#508AC5; width:800px; position:relative; bottom:10px;" align="center">powered by <a href="http://www.upperlinkltd.com" title="Upperlink Ltd" target="_blank">Upperlink Ltd</a></div>--> <? function get($table,$value,$field,$output){ $sql=mysql_query("SELECT * FROM $table WHERE $field='$value'"); $row=mysql_fetch_array($sql); return $row["$output"]; } include("inc/footer.php"); ?>
Simpan