請問..有沒有..多人連線的...遊戲外掛的?
如...多人玩的...
棋類遊戲:
圍棋
象棋
五子棋
國際象棋
軍棋
四國軍棋
暗棋
牌類遊戲 :
拖拉機
麻將
鋤大D
跑得快
拱豬
斗地主
梭哈
等.等...
[問題] 有沒有這種外掛的?
版主: 版主管理群
-
.::藍色的天空::.
- 竹貓忠實會員

- 文章: 587
- 註冊時間: 2003-09-14 17:29
- 來自: 我不知道
- 聯繫:
嗯.... 好像沒這麼多的
i-Web System 隨坊出來耶
新聞:
遊戲區開幕啦! 打造隨城最強的遊戲王國!
宣傳車出動! 賣力宣傳隨坊吧!
版主召募!版主魂激發!
中文好好學,不要方言通天飛
i-Web System 正式版上架測試!
新聞:
遊戲區開幕啦! 打造隨城最強的遊戲王國!
宣傳車出動! 賣力宣傳隨坊吧!
版主召募!版主魂激發!
中文好好學,不要方言通天飛
i-Web System 正式版上架測試!
補上一點 :aiken 寫:老實說...
雖然你的構想很不錯\r
但是這些遊戲如果我要玩多人連線的話..........
我想我會直接去宏碁戲谷 或是新浪遊戲\r
而不會在某個論壇上面玩\r
"論壇" 主要的任務還是討論吧~~
弄得太多會讓人搞不清楚是要來玩遊戲還是要來看版 討論
如果每個會員只想來你論壇玩遊戲 ...
那你論壇不就變成遊戲房而不是"討論區"了嗎 ?
善用 搜尋 可以解決您 90% 的問題
頭腦清晰,選擇正確。 (╯▔︹▔)╯~╘═╛
頭腦清晰,選擇正確。 (╯▔︹▔)╯~╘═╛
再補上一點,網路遊戲要人多才好玩。
但是為論壇架上遊戲外掛,一定會拖垮論壇的執行速度,拖累那一些只是單純想要看文章的網友,到最後就「不好玩」了。
與其裝遊戲外掛,不如放個什麼 Flash 遊戲網站的連結還比較乾脆。XD
但是為論壇架上遊戲外掛,一定會拖垮論壇的執行速度,拖累那一些只是單純想要看文章的網友,到最後就「不好玩」了。
與其裝遊戲外掛,不如放個什麼 Flash 遊戲網站的連結還比較乾脆。XD
有任何關於 phpBB 或是架站的問題,請在論壇上公開發表出來,大家一起討論。
請不要丟私人訊息問我,因為私訊是用來聊私事的。
這樣作對於解決您的問題一點幫助也沒有,也很沒有效率,小弟我一概謝絕。
搜尋是一種美德,在發問之前,請多加利用頂端的文章搜尋功能,搜尋可能的關鍵字。
確定您想問的問題找不到答案後,再發問。
請不要丟私人訊息問我,因為私訊是用來聊私事的。
這樣作對於解決您的問題一點幫助也沒有,也很沒有效率,小弟我一概謝絕。
搜尋是一種美德,在發問之前,請多加利用頂端的文章搜尋功能,搜尋可能的關鍵字。
確定您想問的問題找不到答案後,再發問。
phpbbfungames.php
[php]<?php
<?php
/***************************************************************************
* memberlist.php
* -------------------
* begin : Friday, May 11, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: memberlist.php,v 1.36.2.10 2004/07/11 16:46:15 acydburn Exp $
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_PROFILE);
init_userprefs($userdata);
//
// End session management
//
$page_title = $lang['FUNGAMES']; // You'll have to set this in a $lang file somewhere
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
////////////////////////
readfile('http://www.freegaming.de/webmasterconte ... es.php','r');
////////////////////////
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
?>[/php]
說明檔 phpBBfungamesMod.txt
[php]<?php
##############################################################
## MOD Title: Fungames
## MOD Author: BrianFerris < nastytunez@gmx.de > (Brian Ferris) http://www.freegaming.de
## MOD Description: External Hosted FunContent for more topicality and low Traffic
## MOD Version: 1.0.0
##
## Installation Level: (Easy)
## Installation Time: 4 Minutes
## Files To Edit: page_header.php, lang_main.php, overall_header.tpl
## Included Files: (phpbbfungames.php)
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## Test at http://phpbb.freegaming.de
##############################################################
## MOD History:
##
## 2004-07-21 - Version 1.0.0
## - coded
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ COPY ]------------------------------------------
#
copy phpbbfungames.php to phpbbfungames.php
#
#-----[ OPEN ]------------------------------------------
#
includes/page_header.php
#
#-----[ FIND ]------------------------------------------
#
'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '<span style="color:#' . $theme['fontcolor2'] . '">', '</span>'),
#
#-----[ AFTER, ADD ]------------------------------------------
#
'L_FUNGAMES'=> $lang['FUNGAMES'],
#
#-----[ FIND ]------------------------------------------
#
'U_GROUP_CP' => append_sid('groupcp.'.$phpEx),
#
#-----[ AFTER, ADD ]------------------------------------------
#
'U_FUNGAMES' => append_sid('phpbbfungames.'.$phpEx),
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
//
// That's all, Folks!
// -------------------------------------------------
#
#-----[ AFTER, ADD ]------------------------------------------
#
$lang['FUNGAMES'] = 'Fun Games!';
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<a href="{U_FUNGAMES}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_FUNGAMES}" hspace="3" />{L_FUNGAMES}</a>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
?>[/php]
其中icon_mini_groups.gif這個icon你可以自已做一個小小的,或用現成的
這個外掛我看了看,乾脆把'http://www.freegaming.de/webmastercontent/fungames.php'
提出來讓會員玩,就沒有裝了
這個裝完會在最上面的連結出現一個叫fungame的
[php]<?php
<?php
/***************************************************************************
* memberlist.php
* -------------------
* begin : Friday, May 11, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: memberlist.php,v 1.36.2.10 2004/07/11 16:46:15 acydburn Exp $
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_PROFILE);
init_userprefs($userdata);
//
// End session management
//
$page_title = $lang['FUNGAMES']; // You'll have to set this in a $lang file somewhere
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
////////////////////////
readfile('http://www.freegaming.de/webmasterconte ... es.php','r');
////////////////////////
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
?>[/php]
說明檔 phpBBfungamesMod.txt
[php]<?php
##############################################################
## MOD Title: Fungames
## MOD Author: BrianFerris < nastytunez@gmx.de > (Brian Ferris) http://www.freegaming.de
## MOD Description: External Hosted FunContent for more topicality and low Traffic
## MOD Version: 1.0.0
##
## Installation Level: (Easy)
## Installation Time: 4 Minutes
## Files To Edit: page_header.php, lang_main.php, overall_header.tpl
## Included Files: (phpbbfungames.php)
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## Test at http://phpbb.freegaming.de
##############################################################
## MOD History:
##
## 2004-07-21 - Version 1.0.0
## - coded
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ COPY ]------------------------------------------
#
copy phpbbfungames.php to phpbbfungames.php
#
#-----[ OPEN ]------------------------------------------
#
includes/page_header.php
#
#-----[ FIND ]------------------------------------------
#
'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '<span style="color:#' . $theme['fontcolor2'] . '">', '</span>'),
#
#-----[ AFTER, ADD ]------------------------------------------
#
'L_FUNGAMES'=> $lang['FUNGAMES'],
#
#-----[ FIND ]------------------------------------------
#
'U_GROUP_CP' => append_sid('groupcp.'.$phpEx),
#
#-----[ AFTER, ADD ]------------------------------------------
#
'U_FUNGAMES' => append_sid('phpbbfungames.'.$phpEx),
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
//
// That's all, Folks!
// -------------------------------------------------
#
#-----[ AFTER, ADD ]------------------------------------------
#
$lang['FUNGAMES'] = 'Fun Games!';
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<a href="{U_FUNGAMES}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_FUNGAMES}" hspace="3" />{L_FUNGAMES}</a>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
?>[/php]
其中icon_mini_groups.gif這個icon你可以自已做一個小小的,或用現成的
這個外掛我看了看,乾脆把'http://www.freegaming.de/webmastercontent/fungames.php'
提出來讓會員玩,就沒有裝了
這個裝完會在最上面的連結出現一個叫fungame的


