| Server IP : 172.67.187.206 / Your IP : 172.71.28.156 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/www/myoffice/2564/modules_22222/user/ |
Upload File : |
<?
if($_SESSION['user_user']){
echo "<meta http-equiv=\"refresh\" content=\"0;URL=index.php\">";
}
?>
<script language="JavaScript">
function checklogin(){
if(document.frmlogin.username.value=="") {
alert("กรุณากรอก รหัสผู้ใช้");
document.frmlogin.username.focus() ;
return false ;
}
if(document.frmlogin.password.value=="") {
alert("กรุณากรอก รหัสผ่าน");
document.frmlogin.password.focus() ;
return false ;
}
else
return true;
}
</script>
<div align="left">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td align="center" >
<br />
<form method="post" name="frmlogin" action="?name=user&file=login2" onSubmit="return checklogin()">
<table width="500" align="center">
<tr>
<td width="500" align="center"><B><font color=red>ชื่อผู้ใช้ไม่ภูกต้อง</font></B>
<BR>ชื่อผู้ใช้ : <input type="text" name="username" /> <input type="submit" value=" บันทึก " /></b></td>
</tr>
</table>
</form>
</td>
</tr>
</tbody>
</table>
</div>