PHPQA sending score fix

Posted on : 30-06-2009 | By : Ron | In : PHPQA

If you are familiar with the PHP-Quick-Arcade script made by Jcink, you know there is a bug in that script about sending score. Basically, if you load multiple game pages and then play one earlier loaded game, when you submits your score in that game your score will be submitted to the last game you loaded earlier. This is a big glitch and need to be fixed. I was not aware of that bug until some of my members at arcadevine complained about it. After some experiments with the codes, I finally came up with a solution. I tested this fix in my high score games website and many of my members also tested it and told me that the glitch has been fixed. Since then nobody has ever complained to me about the sending score bug. Also, I have tested this fix various ways and I am sure that it works.

Previously I…