The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
This score was not submitted from the game. Your score will not be saved. Details »» | |||||||||||||||||||||||||||
This score was not submitted from the game. Your score will not be saved.
Developer Last Online: Nov 2023
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
|
Comments |
#82
|
|||
|
|||
Same problem,when you click submit on mine it goes back to the website home page, no scores stored
2.6.8 and 3.8.1 Any ideas? |
#83
|
|||
|
|||
There was a change in the htacces.. i thing. Or it was the aracde.php?
But i dont found that one. |
#84
|
||||
|
||||
My problem is due to my .htaccess file. I have /index.php redirected to / and when it tries to save the score, it redirects to /?act=Arcade&do=newscore rather than /index.php?act=Arcade&do=newscore which causes it not to save the score.
Is there anyway to either change something where it saves the score to /?act=Arcade&do=newscore (no index.php) or a RewriteCond I can use in the .htaccess file to work around this problem? Here is basically what I'm using in my .htaccess file, if I remove this part, the scores save. I need the scores to save and the functionality of this to remain the same. Code:
RewriteCond %{HTTP_HOST} !^www\.example\.com RewriteRule ^(.*)$ http://www.example.com/$1 [R=permanent,L] RewriteCond %{THE_REQUEST} ^.*\/index\.php? RewriteRule ^(.*)index\.php?$ http://www.example.com/$1 [R=301,L] Adding: Code:
RewriteCond %{QUERY_STRING} !act=Arcade&do=newscore RewriteCond %{QUERY_STRING} !autocom=arcade&do=savescore |
#85
|
|||
|
|||
anyone got any hints on why some of the tar games' score could not be saved?
|
#86
|
|||
|
|||
maybe this will help you if you has problems with scores
open arcade.php find Code:
setcookie('gidstarted', $id) Code:
setcookie('gidstarted', $id, "/") |
#87
|
||||
|
||||
I've been getting this error lately and seems like theres no answer yet. I'm running everything on the latest and I don't have vbseo
|
#88
|
|||
|
|||
yes, you get this error with the latest version of the arcade but only with the vbsdeo rules installed
So if you use this: https://vborg.vbsupport.ru/showthread.php?t=190490 you have a great chance to get that error |
#89
|
|||
|
|||
Just a thought.
Are you playing the game and then pressing the back button and trying to submit the score on the second attempt? One of my members could produce that error everytime he did that. |
#90
|
|||
|
|||
I'm having the same issues on my forum. I cannot reproduce it myself, but have gotten many complaints. One person it happens to every time, some days every game they play. I made sure they weren't opening games in tabs, weren't using refresh, playing only one game at a time, making sure they have checked remember me. It was happening with my old shared server, upgraded to a less crowded server and it seems to be the same if not worse.
Is there any answer for this at all? Using VB 3.8.2 and IB 2.6.8 |
#91
|
|||
|
|||
i have been getting errors on my arcade:
Code:
This score was not submitted from the game. Your score will not be saved. Error #001 -> vs_gid=892 | cookie_gid=892 | gameid= |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|