參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=20846
使用版本:phpBB 2.0.6
狀況描述:
第1個問題是\r
-----[ OPEN ]------------------------------------------
memberlist.php
-----[ FIND ]------------------------------------------
代碼: 選擇全部
default:第一個是\r
代碼: 選擇全部
default:
$sql_filter = " AND username LIKE '" . str_replace("\'", "''", $username_filter) . 代碼: 選擇全部
default:
$order_by = "user_regdate $sort_order LIMIT $start, " . $board_config['topics_per_page'];第2個問題是\r
-----[ FIND ]------------------------------------------
代碼: 選擇全部
'U_VIEWPROFILE' => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id"))-----[ AFTER, ADD ]------------------------------------------
代碼: 選擇全部
);
$cm_memberlist->listing($template,$row代碼: 選擇全部
'U_VIEWPROFILE' => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id"))代碼: 選擇全部
'U_VIEWPROFILE' => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id")));代碼: 選擇全部
'U_VIEWPROFILE' => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id")));
$cm_memberlist->listing($template,$row
);以上那樣的嗎?
第3個問題是\r
-----[ OPEN ]------------------------------------------
privmsg.php
-----[ FIND ]------------------------------------------
代碼: 選擇全部
$emailer->reset();-----[ AFTER, ADD ]------------------------------------------
代碼: 選擇全部
}
$pmer = new cash_user($userdata['user_id'],$userdata);
$pmer->give_pm_amount();
while ( false ) {代碼: 選擇全部
$emailer->send();
$emailer->reset();
}代碼: 選擇全部
}
$pmer = new cash_user($userdata['user_id'],$userdata);
$pmer->give_pm_amount();
while ( false ) {