OK, our arcade was working fantastic after I downgraded the PHP version it was using then today games stopped saving scores.
I added the index code (to my content file for 4.x suite although I did try in the index too but that did not work either).
My .htaccess is
Quote:
RewriteEngine on
# Send hardcoded ipa scores to arcade instead
RewriteCond %{QUERY_STRING} act=Arcade [OR]
RewriteCond %{QUERY_STRING} autocom=arcade
RewriteRule ^index.php arcade.php [L,QSA]
AddHandler application/x-httpd-php52 .php .php5 .php4 .php3
|
I tried removing the last line and just got other errors on top so I put it back.
I am getting error code # 011 on some games and error code # 006 on others.
If I add the code to my index.php instead of my content.php it changes to error # 010
Any advice?
EDIT in case you need the exact error:
Space invaders (and some others)
Quote:
Error #011 -> gid=2|ui[a_sess_gid]=2|g[gid]=|vs[mid]=5|vs[gname]=invaders|gamename=
|
Zombie Breaker which is a game I had added (and it worked for awhile, we're actually in a tournament and this happened!)
Quote:
Error #006 -> genscore= | decodescore=4 | score=0
|