<? class ChkLink { function filter($input,$replace){ $urlAllow = array('http://www.google.com','http://premium.google.com','http://point.google.com'); //Link to Allow Post $input = stripslashes($input); $regex_pattern = '/<a href="(.*)">(.*)<\/a>/'; preg_match_all($regex_pattern,$input,$matches); $all_url = $matches[1]; foreach( $all_url as $url ) { if($url<>$urlAllow){ $input = str_replace( $url, $replace, $input ); } } return $input; } } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง