1 頁 (共 1 頁)

[問題]龍神王的聊天室問題

發表於 : 2004-02-04 21:17
杰仔
我的php : 4.3.4
問題外掛:龍神王的聊天室問題
參考網頁:http://kitmanstar.no-ip.com/phpbb2/wog/
我的網頁:http://kitmanstar.no-ip.com/phpbb2/wog/
是在index.php
#---------[ FIND ]----------------------------------------

<frame src="wog_foot.php" name="foot" id="foot" frameborder="0" scrolling="Auto" noresize marginwidth="0" marginheight="0">
</frameset>
</html>


#---------[ REPLACE WITH ]--------------------------------

<frame src="wog_foot.php" name="foot" id="foot" frameborder="0" scrolling="Auto" noresize marginwidth="0" marginheight="0">
<frameset rows="*" border="0">
<frame src="" name="chat" frameborder="0" scrolling="Auto" noresize marginwidth="0" marginheight="0">
</frameset>
</frameset>
</frameset>
</html>
我轉了....但是我的wog_foot無法顯示網頁

發表於 : 2004-02-05 15:30
H.T.Demon
敢問你是使用wog2.0.6吧....
您知道2.0.6版的wog_foot.php已經改為wog_foot.htm了嗎...