新10 1- カキコミ
[121]β徹子さん 04/07/25 22:30 ID:3zMyha4Y
管理人じゃないけど
・ホスト記録をRemakeAみたいな感じに(RemakeA逝けはなしの方向で)
RemakeAみたいなのってどんな感じ?

・tomato機能本文も対応させてホスィ
これは以前Coolshitのほうに提案してCoolshitには導入されますた
こんな感じ

$tomato2file = "./tomato2.txt";
if(is_file ($tomato2file)){
$tomato2word = file($tomato2file);
foreach($tomato2word as $tmp){
$tmp = rtrim($tmp);
if (preg_match("/$tmp/", $_POST['MESSAGE'])) {
$tomato2 = $HOST;
$matchtomato2 = $tmp;
$mainmsg = $_POST['MESSAGE'];
$tomato2ip = gethostbyname($HOST);
$_POST['MESSAGE'] = " ".$mainmsg."<hr width='50%' color='red' align='left'>
<font face='arial' color='red'><b>".$tomato2." (".$tomato2ip.")<br>
Match:$matchtomato2 </b></font>";
}
}
}
}

・ケータイのホスト記録(Vodaはパケ機なら記録、auはサブスクライバID、ドコモは無理か…)
携帯の固有ID記録機能などなどは結構簡単なのでガンガレ
ちなみに、2ch形式のやつは対応中
カキコミ
r.php ver2.5 (2005/03/28)