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 :
maintenanceByDay.php
<?php include("inc/config.php"); ini_set("display_errors",1); ?> <script language="javascript"> function checkform(form) { if (document.form1.day.value == "") { alert( "Please Select Day" ); document.form1.day.focus(); return false ; } else if(document.form1.month.value == ""){ alert("Please select Month"); document.form1.month.focus(); return false; } else if(document.form1.year.value == ""){ alert("Please select Year"); document.form1.year.focus(); return false; } } </script> <!--<center> <div style="padding:5px; border:1px solid; margin:0px auto;">Resolve Payment Issues</div> <strong><h3>Instructions:</h3></strong> <span><pre>Select a date to resolve transaction Issues</pre></span> <span><pre>Click on Resolve Now to resolve Issues</pre></span> <div style="margin:0px auto; width:400px;"> <form action="" method="post" name="form1" id="form1"> <fieldset style="width: 200px;"> <legend style="padding: 5px; border:1px solid;">Select Date</legend> <table width="100%" > <tr><td>Select Date</td><td>Day</td> <td> <select name="day" id="day"> <option value="">Select Day</option> <?php for($d=1; $d<=31; $d++){ ?> <option value="<?php echo $d; ?>"><?php echo $d; ?></option> <?php } ?></select></td> <td>Month</td> <td><select name="month" id="month"> <option value="">Select Month</option> <?php for($m=1; $m<=12; $m++){ ?> <option value="<?php echo $m; ?>"><?php echo $m; ?></option> <?php } ?></select></td> <td>Year</td> <td><select name="year" id="year"> <option value="">Select Day</option> <?php for($y=2013; $y<=date("Y"); $y++){ ?> <option value="<?php echo $y; ?>"><?php echo $y; ?></option> <?php } ?></select></td> </tr> <tr><td align="center" colspan="7"><input type="submit" name="submit" value="Resolve Now" id="submit" onclick="return checkform(this)" /></td></tr> </table> </fieldset> </form> </div> </center>--> <br /><br /> <form action="http://192.163.224.163/nse/maintenance.php" method="POST"> <center> <table align="center" border='1'> <tr><td>Enter Transaction Id</td><td><input type='text' name='transactionID' size='50' /></td></tr> <tr><td colspan='2'><input type='submit' name='submit' value='Requery transaction' /></td></tr> </table> </center> </form>