有 4 筆資料符合您搜尋的條件
- 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[...
- 2003-06-22 14:58
- 版面: phpBB 2 安裝與使用
- 主題: [轉貼]phpBB 2.0.5 的潛在性 SQL 弱點
- 回覆: 17
- 觀看: 16947
- 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...
- 2003-02-09 11:33
- 版面: phpBB 2 安裝與使用
- 主題: [問題]無法上傳圖片!!!
- 回覆: 7
- 觀看: 5577