前 次 新10 1- 板 カキコミ
[261]β哲子さん◆1GwReh1dZw 2006/09/20(水) 01:03:31 ID:4psGoMP.
>>253さん
見てるかどうかわからないけれどどうぞ
$tomatofile = "../test/tomato.txt";
if (is_file($tomatofile)){
$IN = file($tomatofile);
foreach ($IN as $tmp){
$tmp = trim($tmp);
if (stristr($_POST['FROM'], $tmp) or stristr($mail, $tmp)) {
$_POST['MESSAGE'] = str_replace("$tmp", "<i>あぼむ</i>", $_POST['MESSAGE']);
$tomatoip = gethostbyname($HOST);
$_POST['MESSAGE']= " ".$mainmsg."<hr width='50%' color='red' align='left'>
<font face='arial' color='red'><b>".$HOST." (".$tomatoip.")<br>".$UA."<br>Match:$tmp </b></font>";
}
}
}
色々ごてごて改造したのほしい人っているのかな??
前 次 カキコミ
r.php ver2.5 (2005/03/28)