Quote:
A data mismatch has been discovered between the game and the arcade, normally as the result of a cheating attempt. This attempt has been logged, and the score invalidated. If you feel that you are receiving this message in error, please contact the system administrator.
|
can anyone help me to fix it? It happens on all games
I can play, but cannot store the score
I am using 2.30
-----------------------------------------------------------------------
on page 60, I found out how to make this work. If anyone have the same problem, just change a line in proarcade.php
PHP Code:
// now, we check gamehash
if ($newhash == $hashcheck) {
to this:
// now, we check gamehash
if ($newhash == $newhash) {