great hack futureal
installed without any errors but now when i go to the CP
General Options
Modify Game Data
i'm not able to make any changes from there ... i try to update game options it doesn't do it ...
also except me noone is able to se the game info .. all they see is links to Visit the Arcade | Games to Play:
i checked my proarcade file and this is what i see
// access check (here for future expansion)
switch($action) {
case "arcade":
case "scoreboard":
case "topscoreboard":
break;
case "play":
case "gameover":
if (($bbuserinfo[usergroupid] != 2) and
($bbuserinfo[usergroupid] != 5) and
($bbuserinfo[usergroupid] != 6) and
($bbuserinfo[usergroupid] != 7)) {
show_nopermission();
}
break;
default:
// if no action specified, go to arcade page
$action = "arcade";
break;
}
any ideas ?
thanks