<?php session_start(); $ref = $_SERVER['HTTP_REFERER']; require("../function/pass_encode.php"); $username=$_POST['username']; $password=$_POST['password']; if(isset($_POST['alwayslogin'])) { $alwayslogin="alwayslogin"; } else { $alwayslogin="0"; } if(checkPassword($username,$password)) { if ($alwayslogin=="alwayslogin") { setcookie("mainusername",$username,time()+3600*24*356); setcookie("mainpassword",encode($password),time()+3600*24*356); } else { setcookie("mainusername",$username,time()+3600*24); setcookie("mainpassword",encode($password),time()+3600*24); } ?> <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>KingdomofGolf - Login Check testpage</title> <link href="../css/bootstrap.css" rel="stylesheet" type="text/css"> <?php /*?>ทำการreloadไปยังหน้าก่อนหน้าด้วยตัวแปร $_SERVER['HTTP_REFERER']<?php */?> <meta http-equiv='REFRESH' content='1;url=<?php echo "$ref"; ?>'> </head> <body> <table align='center' width='80%' cellpadding='10'><tr><td align='center'> <div class="container text-center"> <div class="alert alert-success"> <strong>เข้าสู่ระบบแล้ว</strong><br> <?php echo "สวัสดีครับคุณ $username<br>"; ?> <span class="label label-warning">ระบบนี้เป็นแค่การทดสอบ</span> </div> </div> </td></tr></table> <?php } else { ?> <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>KingdomofGolf - Login Check testpage</title> <link href="../css/bootstrap.css" rel="stylesheet" type="text/css"> <?php /*?>ทำการreloadไปยังหน้าก่อนหน้าด้วยตัวแปร $_SERVER['HTTP_REFERER']<?php */?> <meta http-equiv='REFRESH' content='1;url=<?php echo "$ref"; ?>'> </head> <body> <table align='center' width='80%' cellpadding='10'><tr><td align='center'> <div class="container text-center"> <div class="alert alert-error"> ชื่อผู้ใช้หรือรหัสผ่านผิด </div> </div> </td></tr></table> <?php } ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง