■掲示板に戻る■
全部
1-
101-
201-
301-
401-
501-
最新50
レス数が 500 を超えています。残念ながら全部は表示しません。
PHP 2chBBS 『改造情報』
193 :
β徹子さん
◆1GwReh1dZw
: 2005/07/03(日) 19:22:14 ID:5qR/6/Xg
NGワードは簡単なのだとこんな感じかな
$tomatofile = "../test/tomato.cgi";
if(is_file ($tomatofile)){
$tomatoword = file($tomatofile);
foreach($tomatoword as $tmp){
$tmp = rtrim($tmp);
if (preg_match("/$tmp/", $_POST['MESSAGE'])) {
DispError("ERROR!","ERROR:NGワードです。");
}elseif (preg_match("/$tmp/", $_POST['FROM'])) {
DispError("ERROR!","ERROR:NGワードです。");
}elseif (preg_match("/$tmp/", $mail)) {
DispError("ERROR!","ERROR:NGワードです。");
}
158 KB
続きを読む
掲示板に戻る
全部
前100
次100
最新50
read.php ver2.4 2005/04/13