<?php $text = $_REQUEST['m']; function transformStr($texp) { $text = strrev($text) ; for($i=0 ; $i<strlen($text) ; $i++) { if( $text[$i] == ")") $text[$i] = "(" ; else if( $text[$i] == "}") $text[$i] = "{" ; else if( $text[$i] == "]") $text[$i] = "[" ; } return $text; } $result = "Not Correct" ; for( $i=0 ; $i<strlen($text) ; $i++) { if( $text[$i] == "[" or $text[$i] == "{" or $text[$i] == "(" ) $l = $l.$text[$i] ; else if( $text[$i] == "]" or $text[$i] == "}" or $text[$i] == ")" ) $r = $r.$text[$i] ; } if(strlen( $l ) == strlen($r) ) { if( strcmp($l, transformStr($r)) == 0 ) $result ="Correct" ; } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง