Quote:
Originally posted by desi
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 ...
|
I have never heard of this problem before. I can only assume that something was installed incorrectly. You say the Options don't get updated.. what happens? Are any messages displayed?
Quote:
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 ?
|
You need to check three things:
- the arcade itself must be active (from General Options)
- each game must be active (from the Modify Game Data)
- your users' groups must be listed in the switch statement quoted above. there are numerous posts in this thread addressing that issue
If all of those have been checked, and you are still having a problem, I confess that I am at a loss.
The new version already has a MUCH nicer access control system in it.