bitg: Your arcade is closed, so I can't view or test anything.
However, I do see one problem right away: when a user clicks on one of the games from the top menu, you'll see that the $session[sessionhash] variable is not getting translated into the MD5 sessionhash (look in the browser's status bar). You probably need to add $session to the list of globals wherever you are calling that stuff from.
Not sure if that could be related, but it's certainly one thing to fix.
|