有 4 筆資料符合您搜尋的條件

Alextwl
2003-06-23 17:55
版面: phpBB 2 安裝與使用
主題: [轉貼]phpBB 2.0.5 的潛在性 SQL 弱點
回覆: 17
觀看: 16947

pcboy: 請再檢查一次是否有沒有改錯。 // // Start initial var setup // $topic_id = $post_id = false; // SQL injection vulnerability fix if ( isset($HTTP_GET_VARS[POST_TOPIC_URL]) ) { $topic_id = intval($HTTP_GET_VARS[POST_TOPIC_URL]); } else if ( isset($HTTP_GET_VARS['topic']) ) { $topic_id = intval($HTTP_GET_VARS[...
Alextwl
2003-06-22 14:58
版面: phpBB 2 安裝與使用
主題: [轉貼]phpBB 2.0.5 的潛在性 SQL 弱點
回覆: 17
觀看: 16947

謝謝你,在修改後已經可以正常運作。 :-D
不過話說回來 2.0.5 少掉 Invalid Session 的問題真是好爽快啊~
Alextwl
2003-06-22 10:44
版面: phpBB 2 安裝與使用
主題: [轉貼]phpBB 2.0.5 的潛在性 SQL 弱點
回覆: 17
觀看: 16947

以上的參考修正方式經測試後會出問題。 :-( Could not obtain topic information DEBUG MODE SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND f.forum_id = t.forum_id' at line 4 SELECT t.topic_id, t.topic_title, t.topi...
Alextwl
2003-02-09 11:33
版面: phpBB 2 安裝與使用
主題: [問題]無法上傳圖片!!!
回覆: 7
觀看: 5577

閣下的 /images/avatars 目錄沒改權限,當然寫不進去,請再試試看。

前往進階搜尋