[問題]WOG2.06與聊天室
發表於 : 2004-03-24 12:37
問題外掛:WOG2.06 , 聊天室
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php ... 2%E1%A4%D1
使用版本:phpBB 2.0.5
在一切安裝完後
會在右下的聊天室視窗
出現\r
undefined offset 0
in wog_only_talk_write.php line35
undefined offset 1
in ..... line 36
該兩行程式碼是\r
請問該如何改呢,謝謝
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php ... 2%E1%A4%D1
使用版本:phpBB 2.0.5
在一切安裝完後
會在右下的聊天室視窗
出現\r
undefined offset 0
in wog_only_talk_write.php line35
undefined offset 1
in ..... line 36
該兩行程式碼是\r
代碼: 選擇全部
$show_word_text=split("#@#",$show[$t1]); //把顏色和文字分離出來
echo "<tr><td><font color='".trim($show_word_text[0])."'>".StripSlashes(trim($show_word_text[1]))."</td></tr><tr><td width='100%' height='1' bgcolor='#A2A9B8'></td></tr>";