<? if(!session_id()) session_start(); header('Cache-control: private, no-cache, must-revalidate'); header('Expires: 0'); ?> </head> <body marginwidth="10" marginheight="10" topmargin="10" leftmargin="10"> <center> <? if($_POST['Msg'] && $_POST['secCode']) { if($_POST['secCode'] != $_SESSION['secCode']) { // wrong security code echo '<font color="red"><b>WRONG CODE!</b></font>'; } else { // security code is valid; reset it! $_SESSION['secCode'] = rand(100000, 999999); echo '<b>Thanx!</b>'; } ?> <br><br> [<a href="reply.php?p_id=<? echo $p_id; ?>&No=<? echo $No; ?>"><b>Go Back</b></a>] <? } else { ?> <? include("config.inc.php"); $sql = "select * from data_category where catgory='$p_id' "; $result = mysql_db_query($dbname,$sql); ?> <form action="reply.php?p_id=<? echo $p_id; ?>&No=<? echo $No; ?>" method="post"> <table border="0" cellspacing="0" cellpadding="4"><tr valign=top> <td><b>Message:</b></td> <td><textarea name="Msg" wrap="virtual" style="width:250px; height:50px"><? echo $_POST['Msg']; ?></textarea></td> </tr><tr> <td><b>Code:</b></td> <td><input type="text" name="secCode" maxlength="6" style="width:50px"> <b>«</b> <img src="seccode.php" width="71" height="21" align="absmiddle"></td> </tr></table><br> <input type="submit" value="Submit"> </form> <? } ?> </center> </body> </html>
<? if($_POST['Msg'] && $_POST['secCode']) { if($_POST['secCode'] != $_SESSION['secCode']) { // wrong security code echo '<font color="red"><b>WRONG CODE!</b></font><br>'; echo '<a href=reply.php?p_id=$p_id&No=$No<b>Go Back</b></a>'; } else { // security code is valid; reset it! $_SESSION['secCode'] = rand(100000, 999999); echo ''; } ?> <br><br> <a href="comment.php?p_id=<? echo $p_id; ?>&No=<? echo $No; ?>"><b>Go Back</b></a> <? } else { ?> <form action="<? echo $_SERVER["REQUEST_URI"]; ?>" method="post"> <table border="0" cellspacing="0" cellpadding="4"><tr valign=top> <td><b>Message:</b></td> <td><textarea name="Msg" wrap="virtual" style="width:250px; height:50px"><? echo $_POST['Msg']; ?></textarea></td> </tr><tr> <td><b>Code:</b></td> <td><input type="text" name="secCode" maxlength="6" style="width:50px"> <b>«</b> <img src="seccode.php" width="71" height="21" align="absmiddle"></td> </tr></table><br> <input type="submit" value="Submit"> </form> <? } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง