| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/test/ |
Upload File : |
<?php session_start(); ?>
<!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>แบบประเมิน</title>
<style type="text/css">
<!--
.style1 {color: #00FF99}
.style4 {
font-size: 24px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<?PHP
$_SESSION['Login']='UnAuth';
if (isset($_GET['target'])) { //ส่งจาก Index เป็น IP : port
$webxx = $_GET['target'];
$port = strpos($webxx,':');
if ($port) $webxx = substr($webxx ,0,$port);
}
else $webxx = $_SERVER['HTTP_HOST'];
?>
<span class="style1"></span>
<table align="center" width="40%" >
<tr>
<td width="22%" height="80%" align="right"><br />
</td>
<td width="78%" align="left"><br /></td>
</tr>
<tr>
<td colspan="2">
<p align="center"><br>
<span class="style4">กรุณา login เข้าสู่ระบบ......</span>..
<br />
</p>
<div style="padding:15px; border: 0px solid #00FFFF;" >
<form name="frmLogin" method="post" action="xxA.php" >
<table width="100%" height="25%" border="0" align="center" cellpadding="5" cellspacing="0"
bgcolor="#FFFFFF" style=" width: 350px ">
<tbody align="center">
<tr>
<td align="right"><br />
<span class="style4"><strong>Mit-Net User ID</strong></span></td>
<td><br />
<input name="username" type="text" id="username" placeholder="User ID" size="10">
<input type="hidden" id="target" name="target" value="<?php echo $webxx; //ใช้ส่งค่า IP ของserver ?>"></td>
</td>
</tr>
<tr>
<td align="right"><span class="style4"><strong>Password</strong></span></td>
<td>
<input name="password" type="password" id="password" placeholder="Password" size="10"> </td>
</tr>
<tr>
<td colspan="2" align="center">
<p>
<input type="submit" name="Submit" value="เข้าสู่ระบบ" class="btn btn-primary">
</p> </td>
</tr>
</tbody>
</table>
</form>
</div></tr>
</table>
</body>
</html>