[問題]ExoBUD MP II 與 phpBB2 之整合?
發表於 : 2003-10-19 11:53
Demo: http://yll.loxa.edu.tw/phpBB2/index.php
YLL討論網採用了ExoBUD MP II 播放器, 請見該網頁下方, 請問一下我該如何將
它整合至 phpBB2 裡面呢? 我試圖另外寫一個 index.html:
後來我直接把 index.html 改成 index.php, 雖然說可以顯示播放器了, 可是當使
用者登入後, 下方的播放器又會多一條(因為使用者登入後又會執行一次 index.php)
當然啦, 這時候如果使用者登出, 自然的, 下方播放器又會多一條(變成三條.... )
因為YLL討論網他的 index2.php 是以 html 語法的方式寫成的, 所以不會有這問題
, 但因我的 index2.php 是用 php 語法寫的, 自然會變成這問題, 請問各位先進有
沒有辦法解決呢? 謝謝!!
YLL討論網採用了ExoBUD MP II 播放器, 請見該網頁下方, 請問一下我該如何將
它整合至 phpBB2 裡面呢? 我試圖另外寫一個 index.html:
然後把 index.php 改成 index2.php, 結果當使用者登入後卻說找不到 index.php,<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>築夢小棧</title>
<link rel="shortcut icon" href="http://www.lasthero.idv.tw/favicon.ico">
</head>
<frameset framespacing="0" border="0" frameborder="0" rows="*,20">
<frame name="main" src="http://www.lasthero.idv.tw/index2.php">
<frame name="ExoBUD" scrolling="auto" noresize src="http://www.lasthero.idv.tw/exobud/exobud.htm">
<noframes>
<body>
<p>歡迎各位客倌來到築夢小棧, 此棧屬於綜合型論壇網站, 希望能帶給各位客倌一個築夢的天地. Since 2003-09-30</p>
</body>
</noframes>
</html>
後來我直接把 index.html 改成 index.php, 雖然說可以顯示播放器了, 可是當使
用者登入後, 下方的播放器又會多一條(因為使用者登入後又會執行一次 index.php)
當然啦, 這時候如果使用者登出, 自然的, 下方播放器又會多一條(變成三條.... )
因為YLL討論網他的 index2.php 是以 html 語法的方式寫成的, 所以不會有這問題
, 但因我的 index2.php 是用 php 語法寫的, 自然會變成這問題, 請問各位先進有
沒有辦法解決呢? 謝謝!!