Version: , by Chadi
Developer Last Online: Nov 2023
Version: Unknown
Rating:
Released: 02-25-2008
Last Update: Never
Installs: 0
No support by the author.
My members and myself get this message on dozens of games. Its rather annoying and hopefully there is a way to override this problem.
"This score was not submitted from the game. Your score will not be saved."
I cannot duplicate exactly *when* it happens, but it seems it happens when you beat the high score perhaps more than once per day. I could be wrong, but either way I'd like to override this.
I'm not using any portal at all. My site is Talk Jesus Forums / www.talkjesus.com
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Not saving any scores at all, no solutions in 4 pages, wtf?
--------------- Added [DATE]1229725096[/DATE] at [TIME]1229725096[/TIME] ---------------
FYI I get error #8
vb 3.7.4
arcade 2.6.7
I have the following products installed
AME 2.5
CYB paypal donate 4.8
and the arcade.
There are many domains and things running on my server like wordpress that who knows, may step on this product.
--------------- Added [DATE]1229727112[/DATE] at [TIME]1229727112[/TIME] ---------------
BAH HAHA!
I found a fix!
I deleted this whole mess form arcade.php
I have NOOOO idea what I'm doing, so be careful
// look who sends the POST-data...
$referer = "";
if ($_SERVER['REFERER']!="") { $referer = strtolower($_SERVER['REFERER']); }
if ($_SERVER['HTTP_REFERER']!="") { $referer =
strtolower($_SERVER['HTTP_REFERER']); }
if ($HTTP_SERVER_VARS['REFERER']!="") { $referer =
strtolower($HTTP_SERVER_VARS['REFERER']); }
// avoid external scripts calling this function
if ((strpos($referer,"arcade.php") > 0) && (strpos($referer,$vboptions[bburl]) >
0))
{
// maybe there is some cheater trying to inject a score ?! *boooooh*
$ERRORLEVEL = ($DEBUGMODE == 0) ? "" : "Error #008";
$VERBOSE = ($DEBUGMODE == 2) ? " -> REF = ".$referer : "";
$ERRORLEVEL = $ERRORLEVEL . $VERBOSE;
$std->Error( array( LEVEL => 1, MSG => 'cheater', EXTRA => $ERRORLEVEL) );
}
I just installed it and got the same error. gtluke, haven't you got any other errors for deleting the code you mentioned?
and does that really fixed the problem?
has no one come with a solution about arcade, as all my 7000 games are not submitting scores, please i need help as soon as possible, i can,t reopen website til its fixed
I tried to sign up for an account at your website to make sure - but not only do you require email validation but also manual account verification - didn't want to wait to confirm.
But if you are using vbSEO - make sure you have it disabled in your arcade. We found that having rewrite rules in the arcade would mess with the arcade scores system.
Just a suggestion!
- Compu
I do not like messing with my vbSEO setting. Can you tell how to do this?