Quote:
Originally Posted by Lissa
I installed the arcade on vB3, and everything works fine except when you're finished with the game, it says "please wait while your score is submitted" and nothing ever happens. It doesn't record the high score at all... it doesn't record any scores =/
|
I had the same problem and had to figure out that you should edit your phpinclude_start and phpinclude_end templates and alter it this way:
Code:
if (THIS_SCRIPT != 'arcade')
{
<insert content of template here>
}