執行了安裝喇~

現在成功了哩~~!

1、修改include/common.php 找到﹕
foreach($tables as $tablename) {
在上面添加﹕
//游樂園1.0 開始 by 阿怡道場 老草
www.cn-go.net
$tables_proarcade = array('arcade', 'arcadeconfig', 'arcadegames', 'arcadescoregroups', 'arcadescores', 'arcadetopscores');
$tables = array_merge($tables,$tables_proarcade);
//游樂園1.0 結束 by 阿怡道場 老草
www.cn-go.net
原來我貼錯這句的位置了~
[ Last edited by Hammer on 2004-3-20 at 05:38 ]