[外掛]WOG 聊天程式3.5

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

主題已鎖定
頭像
H.T.Demon
竹貓忠實會員
竹貓忠實會員
文章: 368
註冊時間: 2002-09-26 00:24
聯繫:

[外掛]WOG 聊天程式3.5

文章 H.T.Demon »

下載檔案

代碼: 選擇全部

######################################################## 
## MOD名稱: Online FF Battle-WOG 聊天程式 
## Mod版本: 3.5 
## 作者:    龍神王 (http://www.bswork.idv.tw/) 
## 
## 說明:  
## 方便玩家在遊戲中與其他玩家交流心得 
## 當玩家使用私密傳訊給某玩家時 
## 也能馬上通知在線上的他,趕緊去收私人訊息 
## 
## MOD 相容於任何版本的PHPBB 
## 
## Installation Level:  Easy 
## Installation Time:   1-2 Minutes 
## Files To Edit:      2 
## wog/index.php  
## wog/wog_act.php 
## 
## Included Files: 
## wog/wog_only_talk.txt 
## wog/wog_only_talk.php 
## wog/wog_only_talk_write.php 
########################################################## 
## 
## Note: 
## 安裝前請先備份 
##               wog/index.php 
##          wog/wog_act.php 
## 
## wog_only_talk 上傳後權限請設為777 
##  
########################################################## 
## 
## Version History: 
## 
## 1.0 - 聊天程式雛形            
## 
## 1.5 - 新增:字體顏色 
##       修正:顯示" ' 的問題&送出的字還留在打字區 
## 
## 2.0 - 修正:第一次後送出的文字少掉玩家名稱的問題 
##  
## 2.5 - 修正:不必點選打字欄就能輸入內容 
## 
## 3.0 - 修正:某些中文字會變成亂碼的問題 
## 
## 3.5 - 修正:打字 >"< 送出會變 >" 
## 
########################################################## 
#---------[ OPEN ]---------------------------------------- 

wog/index.php 


#---------[ FIND ]---------------------------------------- 

<frame name="peolist" src="wog_etc.php?f=peo" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize> 


#---------[ AFTER, ADD ]---------------------------------- 

<frameset cols="560,*" border="0"> 


#---------[ 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> 


#---------[ OPEN ]---------------------------------------- 

wog/wog_act.php 


#---------[ FIND LINE 375 ]------------------------------- 

showscript("parent.peolist.document.location.reload()"); 

//Wog 2.02的改法 


#---------[ FIND LINE 1004 ]------------------------------ 

show_chara($p[p_id],$bbs_id,1); 

//Wog 2.05的改法 


#---------[ BEFORE, ADD ]--------------------------------- 

echo "<script>parent.frames['chat'].location.href=\"wog_only_talk.php?name=".$p[p_name]."\";
</script>"; 


#---------[ SAVE & CLOSE FILE  ]-------------------------- 
# 
# EoM 
主題已鎖定

回到「非官方認證外掛」