One Hat Cyber Team
Your IP :
216.73.217.146
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 :
usage.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <? include "config_nsemem.php"; include_once("phpReportGen.php"); $prg = new phpReportGenerator(); $prg->width = "100%"; $prg->cellpad = "10"; $prg->cellspace = "0"; $prg->border = "1"; $prg->header_color = "#666666"; $prg->header_textcolor="#FFFFFF"; $prg->body_alignment = "left"; $prg->body_color = "#CCCCCC"; $prg->body_textcolor = "#800022"; $prg->surrounded = '1'; /*mysql_connect("localhost","root","@ajagbe@"); mysql_select_db("nse");*/ include "config.php"; $sql=mysql_query("SELECT * FROM clearance_status WHERE dean_verify='1' AND branch_verify='1' AND reg_type='3'"); while ($row=mysql_fetch_array($sql)){ include "config_nsemem.php"; $stud_id=$row['stud_id']; $res = mysql_query("select * from stud_reg_pay where stud_id='$stud_id' AND amount>='15000' AND status='Paid'"); $prg->mysql_resource = $res; } $prg->title = "Test Table"; $prg->generateReport(); ?> </body> </html>