[修改][外掛]電玩大街

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

版主: 版主管理群

主題已鎖定
GeniusKiKi
竹貓忠實會員
竹貓忠實會員
文章: 1086
註冊時間: 2003-10-28 14:50

[修改][外掛]電玩大街

文章 GeniusKiKi »

###################################################################
## Mod Title: Arcade Hack
## Mod Version: 1.0
## Author: Tealc < mark@tealc.net >
## Description: This Hack adds 3 small Games to your phpbb
###################################################################

一、在 games_body.tbl 最頂端新增[php]<script language="javascript">
var wwin = null;
function play(t,u,w,h) {
if(screen.width) {
x = (screen.width-w)/2 - 10
y = (screen.height-h)/2 - 20
}
else {
x = 150
y = 100
}
e7play_games = window.open('','e7play','resizable,width='+w+',height='+h+',top='+y+',left='+x);
var games = '<html><title>{L_INDEX} :: 電玩大街 - '+t+'</title><meta http-equiv=Content-Type content=text/html; charset=big5><body scroll=no style=margin:0px><table width=100% height=100% border=0 cellpadding=0 cellspacing=0><tr><td align=center valign=center><embed src='+u+' width=100% height=100% quality=High vspace=0></td></tr></table></body></html>';
var temp = e7play_games.document;
temp.open();
temp.write(games);
temp.close();
}
</script>[/php]

二、砍掉沒用的 playgame.js

三、修改連結為 [php]<a href="javascript:void(0);" onClick="play('遊戲名稱','遊戲網址','視窗的寬','視窗的高'); return false">顯示圖片</a>[/php]
  ※ 在長寬前新增兩個變數,分別為“名稱”及“網址”,請記得用單引號包起來
    之後新增遊戲只需修改一個連結而已,不用改到兩個檔案
    而且新開的視窗也有了標題名稱\r

電玩大街下載位置:http://www.phpbb2.de/viewtopic.php?p=20251#20251
修改過的畫面預覽:http://e7play.club.tw/phpbb2/games.php

PS:該原始模組介面很簡陋,請自行修改
再也不當爛好人...
好人是小白轉型成大白的墊腳石...
主題已鎖定

回到「非官方認證外掛」