去不到會網

這裡是一個多人線上遊戲-瑪奇ONLINE(mabinogi)的專屬討論區,本論壇有很多會員在玩此遊戲呢!
《瑪奇》是源自於北歐中古吟遊詩人所演奏的歌曲,整個遊戲故事背景以北歐凱斯特神話為軸心,讓玩家與遊戲裡的NPC展開一連串的冒險,玩家也可在遊戲中一步步創造屬於自己的幸福故事。
回覆文章
頭像
艾西斐爾
叮噹小城超級高層[榮譽]
叮噹小城超級高層[榮譽]
文章: 1553
註冊時間: 2005-07-08, 週五 7:37 PM
稱號: 工口的
花名: 工口艾
最愛: 哈...
Status: 潛水中
來自: 工口村
Has thanked: 11 time
Been thanked: 10 time

去不到會網

未閱讀文章 艾西斐爾 »

//
// ------------------------------------------------------------------------ //
// 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. //
// //
// You may not change or alter any portion of this comment or credits //
// of supporting developers from this source code or any supporting //
// source code which is considered copyrighted (c) material of the //
// original comment or credit authors. //
// //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details. //
// //
// You should have received a copy of the GNU General Public License //
// along with this program; if not, write to the Free Software //
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
// ------------------------------------------------------------------------ //
/**
* Catch new users and redirect them to the start page, if any
* @copyright � 2000 xoops.org
**/

/**
* redirects to installation, if xoops is not installed yet
**/
require "mainfile.php";

//check if start page is defined
if ( isset($xoopsConfig['startpage']) && $xoopsConfig['startpage'] != "" && $xoopsConfig['startpage'] != "--" ) {
header('Location: '.XOOPS_URL.'/modules/'.$xoopsConfig['startpage'].'/');
exit();
} else {
$xoopsOption['show_cblock'] =1;
require "header.php";
require "footer.php";
}
?>



----------------


-3-?
半只腳踏進潛水艇...
圖檔
頭像
tony0815
叮噹小城財政司司長
叮噹小城財政司司長
文章: 700
註冊時間: 2004-09-19, 週日 9:03 PM
稱號: 瞬間冷凍場面的
花名: 咱不是花...咱就是咱,咱是T8(喂
最愛: 我最愛的人物東西是「什麼」(咦
Status: 潛水中
來自: 忘記了(?
Has thanked: 1 time
聯繫:

未閱讀文章 tony0815 »

我入到呀XDDDD

但我承認,早上在校進時也出了那行字030
圖檔
圖檔
貝 - tony0815
頭像
野味大雄
叮噹小城守護神 [最高榮譽]
叮噹小城守護神 [最高榮譽]
文章: 9876
註冊時間: 2003-12-05, 週五 4:27 PM
稱號: 10歲打倒石石的
花名: 可愛的大雄
最愛: XBOX, 聊天, 看多啦A夢
Status: 玩樂中
來自: 香港寶地上
Has thanked: 550 time
Been thanked: 149 time
聯繫:

未閱讀文章 野味大雄 »

那是因為之前設定出錯
現在已改回來了

謝謝提供資料
感謝大家7年來對叮噹小城的支持~希望小城能為你帶來美好的回憶
大雄的筆記本又來了0.0 http://blog.doracity.com
回覆文章