<?php if($_POST["username"]!=null){ include("function.inc.php"); $username=$_POST[username]; $passwd=$_POST[passwd]; $data=records("SELECT * FROM user WHERE username='$username' AND passwd='$passwd';"); if(count($data)==1){ $user_type = $data[0][user_type]; //session_start(); session_register("user_type"); $user_type = $user_type; echo '<meta http-equiv="refresh" content="0;url=mainmenu.php">'; exit; }else{ echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">'; echo '<script language="JavaScript">alert("ข้อความจากระบบ\n\n ชื่อผู้ใช้ หรือ รหัสผ่าน \n\n ไม่ถูกต้อง ");</script>'; echo '<meta http-equiv="refresh" content="0;url=index.php">'; exit; } } ?>
<?php if($_POST["username"]!=null){ include("function.inc.php"); $username=$_POST[username]; $passwd=$_POST[passwd]; $data=records("SELECT * FROM user WHERE username='$username' AND passwd='$passwd';"); if(count($data)==1){ $user_type = $data[0][user_type]; //session_start(); session_register("user_type"); $user_type = $user_type; echo '<meta http-equiv="refresh" content="0;url=rece_frm.php">'; exit; }else{ echo '<script language="JavaScript">alert("คุณยังไม่มีสิทธิในการใช้ \n\n หรือใส่ username, password ผิด \n\n กรุณาLogin ใหม่");</script>'; echo '<meta http-equiv="refresh" content="0;url=index.php">'; exit; } } ?>
<?php session_start(); if( !session_is_registered("user_type")){ echo '<meta http-equiv="refresh" content="0;url=index.php">'; exit; } session_start(); if( !session_is_registered("user_type")){ echo '<meta http-equiv="refresh" content="0;url=index.php">'; exit; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง