<html> <head> <title>รหัส Anti Spam</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> </head> <? function ranDomStr($length){ $str2ran = 'abcdefhiklmnrstuvwxyz123456789'; //string ที่เป็นไปได้ที่จะใช้ในการ random ซึ่งสามารถเพิ่มลดได้ตามความต้องการ $str_result = ""; //สตริงว่างสำหรับจะรับค่าจากการ random while(strlen($str_result)<$length){ //วนลูปจนกว่าจะได้สตริงตามความยาวที่ต้องการ $str_result .= substr($str2ran,(rand()%strlen($str2ran)),1); //ต่อ string จาก substring ที่ได้จากการ random ตำแหน่ง ทีละ 1 ตัว //จนกว่าจะครบตรามความยาวที่ส่งมา } return($str_result);//ส่งค่ากลับ } $ran_str = randomstr(5); //สั่ง random string ?> <body> <table width="100%" border="0"> <tr> <td width="588" height="53"><div align="right"><font color="#990000"><strong>Anti Spam :</strong> <br> </font></div></td> <td width="764"><font color="#990000"><img src="../src/pic_text.php?str=<?=$ran_str?>"> <input name="code_input" type="text"> <input type="hidden" name="code_hidden" value="<?=$ran_str?>"> <!-- ซ่อนสตริงไว้ในฟอร์มไว้ตรวจสอบกับค่าที่ผู้ใช้ input--> <font color="#FF0000">*</font></font></td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง