| Server IP : 172.64.80.1 / Your IP : 172.70.131.126 Web Server : Apache System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64 User : federalpolyede.edu.ng_idh35skikv ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/federalpolyede.edu.ng/httpdocs/busary/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Busary Page</title>
<style type="text/css">
body {
background-color: #0CF;
}
</style>
<link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="50%" align="center" cellpadding="3" cellspacing="5">
<tr>
<td><table width="80%" align="center" cellpadding="3" cellspacing="5">
<tr>
<td><fieldset>
<legend><h2>Bursary Gateway</h2></legend>
<form id="form1" name="form1" method="post" action="index_process.php">
<table width="100%" cellspacing="5" cellpadding="3">
<tr>
<td width="35%"> </td>
<td width="6%"> </td>
<td width="59%"><b>
<?php
if(isset($_GET['id'])){
if ($_GET['id']=='1'){
echo 'Unauthorized User';
}
}?></b></td>
</tr>
<tr>
<td><strong>User Name</strong></td>
<td> </td>
<td><label for="usernamea"></label>
<input type="password" name="usernamea" id="txtRound" required="required" /></td>
</tr>
<tr>
<td><strong>Password</strong></td>
<td> </td>
<td><label for="passworda"></label>
<input type="password" name="passworda" id="txtRound" required="required"/></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><label for="bank"></label></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><input type="submit" name="button" id="button" value="Login" /></td>
</tr>
</table>
</form>
</fieldset></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>