新10 1- カキコミ
[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ワードです。");
}
カキコミ
r.php ver2.5 (2005/03/28)