線上遊戲Online FF Battle外掛
版主: 版主管理群
你的情形應該是沒有增加WOG的sql碼\rvnjmym 寫:me too ><大力 寫:請問大大,為何中間地方是空白一片呢?
how to do ?
請至以下網址下載
DB Schema:
http://myweb.hinet.net/home4/iqstar/wog_sql_2_02.rar
那請問要改那幾個檔呢..??waveboy 寫:沒錯!!!!!!!ETERNAL 寫:把$userdata[0];暮雨 寫: 這也是我相當疑惑的問題,
phpbb可以正確判斷user,
可是抓user_id卻抓不到
改成
$userdata["user_id"];
試試看好了
否則不能新增人物,按下創造角色會沒反應....
要這樣修改才能讓他在phpBB 2.0.4下正常執行...
應該說是純phpBB 2.0.4,不是用升級的那種phpBB....
我的環境:
IIS 5.0
PHP Version 4.3.1
phpBB 2.0.4
我裝了後戰鬥..等等都沒問題..
唯獨是注册新角色按了後沒反應...
http://pippenwu.no-ip.com/phpbbplus/wog
chion 寫:那是我裝的有問題囉ETERNAL 寫:線上人數是每2分鐘自動更新一次chion 寫:有個問題~~
線上人數等級不會即時更新\r
要再按登入才會更新......
這有辦法修正嗎???
我玩了快一個小時都沒更新ㄟ.......
請問控制碼在哪裡呢?? 謝謝你囉
我站上有人也發生過
這是IE的問題
控制碼在\r
wog.js
代碼: 選擇全部
function p1()
{
window.open("wog_etc.php?f=peo","peolist","");
window.setTimeout("p1()",120000);
}
window.setTimeout("p1()",120000);
120000表示2分鐘
我是用\r
window.setTimeout
來讓頁面更新
把 chatbox 整合進來的改法:
開啟 index.php
尋找\r
<frame name="peolist" src="wog_etc.php?f=peo" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
在這一行之後加入\r
<frameset cols="*,45%" border="0">
找尋 (就在下一行)
<frame src="wog_foot.php" name="foot" id="foot" frameborder="0" scrolling="Auto" noresize marginwidth="0" marginheight="0">
在這一行之後加入\r
<frame src="http://yourdomain/phpbb2/chatbox_mod/index.php" name="chatbox" id="chatbox" frameborder="0" scrolling="Auto" noresize marginwidth="10" marginheight="10">
</frameset>
然後,去 chatbox_mod 底下
開啟 chatbox.php
尋找\r
<frameset rows="80%, 20%" cols="*" scrolling=NO noresize framespacing=0 frameborder=NO border="0">
改成
<frameset rows="60%, 40%" cols="*" scrolling=NO noresize framespacing=0 frameborder=NO border="0">
開啟 messenger_send.php
找尋
<input type="submit" name="submit_button" value="<?php echo $lang['Send']; ?>" class="button"><br /> <br />
改成
<input type="submit" name="submit_button" value="<?php echo $lang['Send']; ?>" class="button"><br />
這樣就可以邊玩邊聊天了
開啟 index.php
尋找\r
<frame name="peolist" src="wog_etc.php?f=peo" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
在這一行之後加入\r
<frameset cols="*,45%" border="0">
找尋 (就在下一行)
<frame src="wog_foot.php" name="foot" id="foot" frameborder="0" scrolling="Auto" noresize marginwidth="0" marginheight="0">
在這一行之後加入\r
<frame src="http://yourdomain/phpbb2/chatbox_mod/index.php" name="chatbox" id="chatbox" frameborder="0" scrolling="Auto" noresize marginwidth="10" marginheight="10">
</frameset>
然後,去 chatbox_mod 底下
開啟 chatbox.php
尋找\r
<frameset rows="80%, 20%" cols="*" scrolling=NO noresize framespacing=0 frameborder=NO border="0">
改成
<frameset rows="60%, 40%" cols="*" scrolling=NO noresize framespacing=0 frameborder=NO border="0">
開啟 messenger_send.php
找尋
<input type="submit" name="submit_button" value="<?php echo $lang['Send']; ?>" class="button"><br /> <br />
改成
<input type="submit" name="submit_button" value="<?php echo $lang['Send']; ?>" class="button"><br />
這樣就可以邊玩邊聊天了
我想問一下
1.為什麼當我按下個人金融之後會沒反應
2.我想把這mod的金錢和我論壇的積分整合~應該在那一個檔案修改\r
3.為什麼按了重新整理後畫面就會變成空白一片
使用版本:phpBB2.0.4
網站位置:http://ogforum.ecdisk.com/phpBB/wog
加入了銀行和積分mod
1.為什麼當我按下個人金融之後會沒反應
2.我想把這mod的金錢和我論壇的積分整合~應該在那一個檔案修改\r
3.為什麼按了重新整理後畫面就會變成空白一片
使用版本:phpBB2.0.4
網站位置:http://ogforum.ecdisk.com/phpBB/wog
加入了銀行和積分mod
Added already,shawn227 寫:你的情形應該是沒有增加WOG的sql碼\rvnjmym 寫:me too ><大力 寫:請問大大,為何中間地方是空白一片呢?
how to do ?
請至以下網址下載
DB Schema:
http://myweb.hinet.net/home4/iqstar/wog_sql_2_02.rar
under database phpbb2
and table name are :
wog_ch_exp
wog_character
wog_cp
wog_df
wog_img
wog_item
wog_message
wog_monster
wog_player
wog_sale
but still can't get the right result
在wog_fight.php裡面\rkkf 寫:怎樣設定怪物出現的區域???
代碼: 選擇全部
switch($_POST["act"])
{
case "1":
$slv=1;
$hlv=8;
break;
case "2":
$slv=9;
$hlv=17;
break;
case "3":
$slv=18;
$hlv=27;
break;
case "4":
$slv=28;
$hlv=39;
break;
case "5":
$slv=40;
$hlv=50;
break;
case "6":
$slv=51;
$hlv=68;
break;
case "7":
$slv=69;
$hlv=235;
break;
case "8":
$slv=236;
$hlv=500;
break;
default:
$slv=1;
$hlv=8;
break;
}
代碼: 選擇全部
case "1":
$slv=1;
$hlv=8;
break;
有使用者反映,希望戰鬥時預設為一般模式,
我去更動wog.js,
將
改成
可是還是預設為快速模式,搞不懂 ^^?
我去更動wog.js,
將
代碼: 選擇全部
view_name.document.write('<tr><td ><input type="radio" name="a_mode" value="1" checked>快速模式 <input type="radio" name="a_mode" value="2" >一般模式</td></tr>');
代碼: 選擇全部
view_name.document.write('<tr><td ><input type="radio" name="a_mode" value="1" >快速模式 <input type="radio" name="a_mode" value="2" checked>一般模式</td></tr>');