■掲示板に戻る■ 全部 1- 101- 201- 301- 401- 最新50

レス数が 475 を超えています。500を超えると表示できなくなるよ。

PHP 2chBBS 相談所

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形式のやつは対応中


132 KB
続きを読む

掲示板に戻る 全部 前100 次100 最新50
名前: E-mail (省略可) :

read.php ver2.4 2005/04/13