[問題]虛擬貨幣 MOD(新ㄉ問題)
發表於 : 2003-05-12 00:24
問題外掛:(虛擬貨幣 MOD)
參考連結:(http://phpbb-tw.net/phpbb/viewtopic.php?t=8365)
使用版本:(PhpBB 2.0.4 PHPBB PLUS 1.0)
網站位置:(http://adi.kdgl.com.tw/phpbb/index.php)
狀況描述:
第二步:
編輯 viewtopic.php, 找到這陀..
在我ㄉ檔案裡面找ㄉ到但 只有
這些檔 有點怪怪ㄉ
如果說我把
覆蓋下面\r
會出現錯誤 可以發表 不能閱讀
不知道哪邊出ㄌ錯誤ㄋ~
參考連結:(http://phpbb-tw.net/phpbb/viewtopic.php?t=8365)
使用版本:(PhpBB 2.0.4 PHPBB PLUS 1.0)
網站位置:(http://adi.kdgl.com.tw/phpbb/index.php)
狀況描述:
第二步:
編輯 viewtopic.php, 找到這陀..
代碼: 選擇全部
//
// Go ahead and pull all data for this topic
//
$sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_regdate, u.user_msnm, u.user_viewemail, u.user_rank, u.user_sig, u.user_sig_bbcode_uid, u.user_avatar, u.user_avatar_type, u.user_allowavatar, u.user_allowsmile, u.user_allow_viewonline, u.user_session_time, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid 在我ㄉ檔案裡面找ㄉ到但 只有
代碼: 選擇全部
// Go ahead and pull all data for this topic
//
$sql = "SELECT u.*, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid
FROM " . POSTS_TABLE . " p, " . USERS_TABLE . " u, " . POSTS_TEXT_TABLE . " pt
WHERE p.topic_id = $topic_id
$limit_posts_time
AND pt.post_id = p.post_id
AND u.user_id = p.poster_id
ORDER BY p.post_time $post_time_order
LIMIT $start, ".$board_config['posts_per_page'];
if ( !($result = $db->sql_query($sql)) )如果說我把
代碼: 選擇全部
//
// Go ahead and pull all data for this topic
//
$sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_regdate, u.user_msnm, u.user_viewemail, u.user_rank, u.user_sig, u.user_sig_bbcode_uid, u.user_avatar, u.user_avatar_type, u.user_allowavatar, u.user_allowsmile, u.user_allow_viewonline, u.user_session_time, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid 覆蓋下面\r
代碼: 選擇全部
// Go ahead and pull all data for this topic
//
$sql = "SELECT u.*, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid不知道哪邊出ㄌ錯誤ㄋ~