| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/icd/labs/ |
Upload File : |
<?php
/*
*************************************************************************************
** admin_login.php
*************************************************************************************
*/
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>E-LABS - ΤΜΗΜΑ ΜΗΧΑΝΙΚΩΝ ΠΛΗΡΟΦΟΡΙΚΗΣ, ΥΠΟΛΟΓΙΣΤΩΝ ΚΑΙ ΤΗΛΕΠΙΚΟΙΝΩΝΙΩΝ - ΔΙΠΑΕ</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-7">
<style type="text/css">
<!--
body {
background-image: url(pics/back.gif);
}
.style5 {color: #191919; font-weight: bold; }
.style6 {
font-size: 12px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
color: #0000CC;
text-decoration: underline;
}
a:visited {
color: #0000CC;
text-decoration: underline;
}
a:hover {
color: #FFFFFF;
text-decoration: none;
}
a:active {
text-decoration: underline;
}
.style7 {
color: #003300;
font-weight: bold;
}
.style9 {font-size: 12px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; }
-->
</style>
</head>
<body>
<div align="left">
<table width="1000" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td height="150" colspan="4" valign="top"><img src="pics/index_up.jpg" width="1000" height="150"></td>
<td width="4"> </td>
</tr>
<tr>
<td height="2" colspan="4" valign="top"><img src="pics/horizontal_bar.gif" width="1000" height="2"></td>
<td></td>
</tr>
<tr>
<td width="4" height="20"> </td>
<td width="13"> </td>
<td width="223" valign="top"><div align="left" class="style7">Admin Login </div></td>
<td width="760"> </td>
<td></td>
</tr>
<tr>
<td height="2" colspan="4" valign="top"><img src="pics/horizontal_bar.gif" width="1000" height="2"></td>
<td></td>
</tr>
<tr>
<td height="30"> </td>
<td> </td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td height="106"> </td>
<td colspan="2" valign="top">
<form action=checking_admin.php method=post>
<table border=9>
<!--DWLayoutTable-->
<tr>
<td width="84"><span class="style5">Username:</span></td>
<td width="120" align="center"><input type="text" name="username" size="19" maxlength="19"></td>
</tr>
<tr>
<td><span class="style5">Password:</span></td>
<td align="center"><input type="password" name="password" size="20" maxlength="20"></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" value="Login"></td>
</tr>
</table>
</form></td>
<td></td>
<td></td>
</tr>
<tr>
<td height="538"> </td>
<td> </td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</div>
</body>
</html>
<?php
/*
*************************************************************************************
** Developed by Petrellis Manolis.
*************************************************************************************
*/
?>