可是它自己抓都是index.htm....應該不是那問題吧~lasthero 寫:最重要的是, 要把httpd.conf裡面的DirectoryIndex設定改成index.htm為第一個!!
DirectoryIndex index.htm index.php index.php3 index.html index.html.var
[問題]Top5與ExoBUD MP的問題
版主: 版主管理群
以下的修改, 提供您參考:阿斌 寫:現有一個問題.. 在top 5點擊"發言人"時(一般是看profile沒錯吧..)
但是音樂撥放器照樣失連.. 這怎麼解決?? 有人會嗎?
我不是用adv-top5我是用Integrated Toplist
#
#-----[ OPEN ]-----
#
index.php
#
#-----[ FIND ]-----
#
代碼: 選擇全部
$poster_url = ( $topic_poster != ANONYMOUS && !$p_row['post_username'] ) ? ('<a href="' . append_sid("profile.$phpEx?mode=viewprofile&u=$topic_poster") . '" target="_top">' . "$poster_name</a>") : $poster_name;
#-----[ IN LIND FIND ]-----
#
代碼: 選擇全部
target="_top"
#-----[ REPLACE WITH ]-----
# ps. 直接移除亦可\r
代碼: 選擇全部
target="_self"
#-----[ FIND ]-----
#
代碼: 選擇全部
$replier_url = ( $replier_id != ANONYMOUS && !$r_row['post_username'] ) ? ('<a href="' . append_sid("profile.$phpEx?mode=viewprofile&u=$replier_id") . '" target="_top">' . "$replier_name</a>") : $replier_name;
#-----[ IN LIND FIND ]-----
#
代碼: 選擇全部
target="_top"
#-----[ REPLACE WITH ]-----
# ps. 直接移除亦可\r
代碼: 選擇全部
target="_self"
#-----[ SAVE & CLOSE ]-----
#
#EoM


