phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)
版主: 版主管理群
jesscc
星球公民
文章: 33 註冊時間: 2004-09-15 22:40
聯繫:
文章
由 jesscc » 2005-05-18 00:16
問題外掛:adv_top5 2.1
參考連結:
使用版本:phpBB 2.0.13
網站位置:尚未完成
狀況描述:
我安裝完 adv_top5 2.1 後,運作完全正常,但是進入後台系統管理的“控制台首頁”最上方出現下列訊息︰
代碼: 選擇全部
Not Found
The requested URL /phpbb2/admin/adv_top5.php was not found on this server.
--------------------------------------------------------------------------------
Apache/1.3.29 Server at localhost Port 80
怎麼會這樣@@,碰到鬼~~
補充:
已安裝
attach_mod_2312
自動縮圖︰\r
代碼: 選擇全部
代碼:
----------?#125;啟----------
\templates\subSilver\viewtopic_attach_body.tpl
----------尋找----------
<img src="{postrow.attach.cat_images.IMG_SRC}" alt="{postrow.attach.cat_images.DOWNLOAD_NAME}" />
----------取代----------
<a href="{postrow.attach.cat_images.IMG_SRC}" target="_blank" title="?#125;新視窗賞圖"><img src="{postrow.attach.cat_images.IMG_SRC}" border="0" onload="javascript:if(this.width>screen.width-400) this.width=screen.width-400" /></a>
修改完後要在 phpBB2\files 資料夾中建立一個 thumbs 資料夾,用來存放縮圖。
multivote_mod_v_1_4_1
adv_top5_mod_2.1
GamaniaMing
星球普通子民
文章: 17 註冊時間: 2004-06-05 19:11
來自: T.G.G 臺灣 遊戲橘子
聯繫:
文章
由 GamaniaMing » 2005-05-18 01:59
/phpbb2/admin/adv_top5.php ?????
adv_top5.php
應該是放在\r
/phpbb2/adv_top5.php 的吧 QQ
jesscc
星球公民
文章: 33 註冊時間: 2004-09-15 22:40
聯繫:
文章
由 jesscc » 2005-05-18 14:34
我是放在這裡
/phpbb2/adv_top5.php
沒錯啊
所以我說碰到鬼,系統怎麼傳回這種訊息\r
phpbb2/admin/adv_top5.php was not found on this server
心靈捕手
默默耕耘的老師
文章: 8540 註冊時間: 2004-04-30 01:54
來自: Taiwan
文章
由 心靈捕手 » 2005-05-18 15:02
jesscc 寫: 問題外掛:adv_top5 2.1
狀況描述:
我安裝完 adv_top5 2.1 後,運作完全正常,但是進入後台系統管理的“控制台首頁”最上方出現下列訊息︰
代碼: 選擇全部
Not Found
The requested URL /phpbb2/admin/adv_top5.php was not found on this server.
--------------------------------------------------------------------------------
Apache/1.3.29 Server at localhost Port 80
怎麼會這樣@@,碰到鬼~~
建議您:
檢視一下 templates/YOUR_THEME/admin/index_body.tpl 裡頭,
是否有下列相關程式碼?
代碼: 選擇全部
src='adv_top5.php'
如果有的話, 那麼請將它移除.
jesscc
星球公民
文章: 33 註冊時間: 2004-09-15 22:40
聯繫:
文章
由 jesscc » 2005-05-18 21:51
建議您:
檢視一下 templates/YOUR_THEME/admin/index_body.tpl 裡頭,
是否有下列相關程式碼?
代碼:
src='adv_top5.php'
如果有的話, 那麼請將它移除.
移除後雖然
代碼: 選擇全部
Not Found
The requested URL /phpbb2/admin/adv_top5.php was not found on this server.
--------------------------------------------------------------------------------
Apache/1.3.29 Server at localhost Port 80
不見了,但卻是變成ㄧ片空白,這樣正常嗎?(仍然可以正常運作)
jesscc
星球公民
文章: 33 註冊時間: 2004-09-15 22:40
聯繫:
文章
由 jesscc » 2005-05-18 22:08
剛剛試著把
代碼: 選擇全部
<iframe marginwidth=0 marginheight=0 frameborder=0 width='100%' scrolling=no height=250>
</iframe>改成
代碼: 選擇全部
<iframe marginwidth=0 marginheight=0 frameborder=0 width='100%' scrolling=no height=0>
</iframe>結果就正常了,可是大大能否告訴我,為什麼要把這段
代碼: 選擇全部
src='adv_top5.php' 刪除?原作者的安裝說明好像並未提到這一點??
完全不懂php的一隻鳥
心靈捕手
默默耕耘的老師
文章: 8540 註冊時間: 2004-04-30 01:54
來自: Taiwan
文章
由 心靈捕手 » 2005-05-18 22:48
To jesscc:
其實這段程式碼\r
代碼: 選擇全部
<iframe marginwidth=0 marginheight=0 src='adv_top5.php' frameborder=0 width='100%' scrolling=no height=250>
</iframe>
應該只是加在\r
templates/YOUR_THEME/index_body.tpl 裡頭而已;
今天為何會出現在\r
templates/YOUR_THEME/admin/index_body.tpl 裡頭呢?
如果不是您的誤植, 那麼您的系統安全實在堪虞;
建議您: 盡快升級到 phpbb 最新版 2.0.15 吧!
ps.
我上一篇的意思是,
若有發現相關程式碼的話,
則請將其
整段語法刪除 .
jesscc
星球公民
文章: 33 註冊時間: 2004-09-15 22:40
聯繫:
文章
由 jesscc » 2005-05-18 23:51
了解了。前幾天電腦確實有被植入過木馬。不知是不是因為這樣 code 被更改掉,想升級到 2.0.15 又怕會跟之前裝的 mod 衝突,這一陣子從 2.0.11 裝到 2.0.13 實在已經裝怕了,等真正要上傳主機時,再用最新版的吧!
謝謝大大的解答!謝謝!
完全不懂php的一隻鳥