Quote:
Originally Posted by jonty
You're welcome :up:
I cant replicate that error on our test system, but changing the line to
PHP Code:
if((isset($act) && $act == "Arcade") || (isset($autocom) && $autocom=="arcade")) {
might do the trick
|
Yes! This worked! You are a gentleman and a scholar!
Quote:
Originally Posted by jonty
PHP Code:
if(isset($_GET['act'])) {$act = $_GET['act'];} else {$act="";}
if(isset($_GET['act']) && isset($_GET['autocom'])) {$autocom = $_GET['autocom'];} else {$autocom="";}
if(isset($_GET['act']) && isset($_GET['showuser'])) {$showuser= $_GET['showuser'];} else {$showuser="";}
|
I did do this code replacement trying to fix the problem below with no luck.
What is interesting is that the error messages have disappeared and I don't get the security token error...but... the only games on my arcade that save their score are the ones that come with the mod. Every other game I have loaded... 52 at the moment... will play and seem to work, but when you finish the game and submit the score, the screen just stays blank and the screen never changes.
I will investigate this new issue and see what I can find.
But again... thank you very much for your work. :up: