1 頁 (共 1 頁)

[問題] 有沒有這種外掛的?

發表於 : 2004-09-11 16:14
df2kit
請問..有沒有..多人連線的...遊戲外掛的?
如...多人玩的...
棋類遊戲:
圍棋
象棋
五子棋
國際象棋
軍棋
四國軍棋
暗棋
牌類遊戲 :
拖拉機
麻將
鋤大D
跑得快
拱豬
斗地主
梭哈

等.等...

發表於 : 2004-09-11 18:16
.::藍色的天空::.
嗯.... 好像沒這麼多的

發表於 : 2004-09-11 19:09
aiken
用flash小遊戲來代替就不需要這麼多MOD了

發表於 : 2004-09-11 22:54
chunhong
嗯..
但是FLASH能連接到論壇的CASH MOD嗎?

發表於 : 2004-09-11 23:12
夢幻LUGIA
要把資料丟給FLASH只要用PHP的ECHO輸出成HTML的形式即可(以&分隔)
[php]<?php
echo"(變數1名)=(值1)&(變數2名)=(值2).........";
?>[/php]

至於寫入資料庫...嗯......(逃

發表於 : 2004-09-12 16:43
df2kit
嗯.......可是...flash的game..有支持多人連線的嗎?

發表於 : 2004-09-12 16:57
神川小羽
如 夢幻LUGIA前輩說的 如果能寫入資料庫 多人連線 是可能的
不過 要也要看有沒有人要去嘗試 這可能才是真的

發表於 : 2004-09-12 17:02
aiken
老實說...
雖然你的構想很不錯\r
但是這些遊戲如果我要玩多人連線的話..........

我想我會直接去宏碁戲谷 或是新浪遊戲\r
而不會在某個論壇上面玩\r

"論壇" 主要的任務還是討論吧~~
弄得太多會讓人搞不清楚是要來玩遊戲還是要來看版 討論

發表於 : 2004-09-12 17:04
吉川拓也
aiken 寫:老實說...
雖然你的構想很不錯\r
但是這些遊戲如果我要玩多人連線的話..........

我想我會直接去宏碁戲谷 或是新浪遊戲\r
而不會在某個論壇上面玩\r

"論壇" 主要的任務還是討論吧~~
弄得太多會讓人搞不清楚是要來玩遊戲還是要來看版 討論
補上一點 :
如果每個會員只想來你論壇玩遊戲 ...
那你論壇不就變成遊戲房而不是"討論區"了嗎 ?

發表於 : 2004-09-12 21:00
依夢兒
再補上一點,網路遊戲要人多才好玩。
但是為論壇架上遊戲外掛,一定會拖垮論壇的執行速度,拖累那一些只是單純想要看文章的網友,到最後就「不好玩」了。

與其裝遊戲外掛,不如放個什麼 Flash 遊戲網站的連結還比較乾脆。XD

發表於 : 2004-09-12 21:43
fankun

發表於 : 2004-09-12 23:24
閑人
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的