<? session_start() ; $Lpass = $_POST['Lpass']; $Npass = $_POST['Npass']; $Cpass = $_POST['Cpass']; $Submit = $_POST['Submit']; ?> <!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=windows-874" /> <title>Untitled Document</title> </head> <body> <? include("config.inc.php") ; $sql = "select * from admin where Ademail='$_SESSION[Ademail]' and password='$Lpass'" ; $query = mysql_query($sql) ; $numrow = mysql_num_rows($result) ; if($numrow<=0){ echo "<center><font face='MS Sans Serif' size='3' color='red'><b>รหัสผ่านไม่ถูกต้องครับ</b></font></center>" ; echo "<meta http-equiv='refresh' content='2'>" ; } else { $sql = "update admin set Adpass='$Npass' where Ademail = '$_SESSION[Ademail]'" ; $query = mysql_query($sql) or die("ERR PROGRAME") ; } if($query){ echo "<center><font face='MS Sans Serif' size='3' color='red'><b>เปลี่ยนรหัสผ่านเรียบร้อยแล้วครับ</b></font></center>"; } else{ echo "<center><font face='MS Sans Serif' size='3' color='red'><b>กรุณายืนยันรหัสผ่านใหม่ให้ถูกต้องด้วยครับ</b></font></center>"; echo "<meta http-equiv='refresh' content='2'>" ; } ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง