1 頁 (共 1 頁)

[問題] adv_top5 2.1 安裝完,後台怪怪的

發表於 : 2005-05-18 00:16
jesscc
問題外掛: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

發表於 : 2005-05-18 01:59
GamaniaMing
/phpbb2/admin/adv_top5.php ?????

adv_top5.php
應該是放在\r
/phpbb2/adv_top5.php 的吧 QQ

[問題] 沒錯啊,所以我說碰到鬼

發表於 : 2005-05-18 14:34
jesscc
我是放在這裡
/phpbb2/adv_top5.php
沒錯啊

所以我說碰到鬼,系統怎麼傳回這種訊息\r
phpbb2/admin/adv_top5.php was not found on this server :s

Re: [問題] adv_top5 2.1 安裝完,後台怪怪的

發表於 : 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'
如果有的話, 那麼請將它移除.

[問題] 變成ㄧ片空白

發表於 : 2005-05-18 21:51
jesscc
建議您:
檢視一下 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
不見了,但卻是變成ㄧ片空白,這樣正常嗎?(仍然可以正常運作)

[問題] 解決了

發表於 : 2005-05-18 22:08
jesscc
剛剛試著把

代碼: 選擇全部

<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' 
刪除?原作者的安裝說明好像並未提到這一點??

Re: [問題] 解決了

發表於 : 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.
我上一篇的意思是,
若有發現相關程式碼的話,
則請將其整段語法刪除.

[問題] 了解

發表於 : 2005-05-18 23:51
jesscc
了解了。前幾天電腦確實有被植入過木馬。不知是不是因為這樣 code 被更改掉,想升級到 2.0.15 又怕會跟之前裝的 mod 衝突,這一陣子從 2.0.11 裝到 2.0.13 實在已經裝怕了,等真正要上傳主機時,再用最新版的吧!
謝謝大大的解答!謝謝!