![]() |
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? |
There was a change in the htacces.. i thing. Or it was the aracde.php?
But i dont found that one. |
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 Adding: Code:
RewriteCond %{QUERY_STRING} !act=Arcade&do=newscore |
anyone got any hints on why some of the tar games' score could not be saved?
|
maybe this will help you if you has problems with scores
open arcade.php find Code:
setcookie('gidstarted', $id) Code:
setcookie('gidstarted', $id, "/") |
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
|
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 |
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. |
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 |
i have been getting errors on my arcade:
Code:
This score was not submitted from the game. Your score will not be saved. |
Quote:
|
This score was not submitted from the game. Your score will not be saved.
Transmission Timeout (0 sec) many players have met these errors, any fix? ipro3.6.8 +VB3.8.2 Server-Timeout (seconds) for Score-Submission is set to 30 already |
Latest version of VB + the arcade. Seems like lots of people are asking the same question and getting no answers ? I am not running VBSEO. Timeout is 30 mins. I have debug on are the error code is 1. Does anyone have any input to make ?
--------------- Added [DATE]1251597938[/DATE] at [TIME]1251597938[/TIME] --------------- Found a sort of solution. Games installed from .tar files were fine. So I deleted all games that were not installed from .tar files and replaced them. |
I'm new to all this stuff, and I don't claim to understand most of what the arcade code does. But I was tracking down a problem with scores not saving in IE and I found that the problem was related to the code around line 3375, which seems to be some sort of fix for a problem with IE. Around line 3439 or so there's a check that looks like it determines if the amount of time the game was played is reasonable, but I was finding that the time was 0 and so I was getting an "Error #005" 'your score will not be saved' message. This seems to be related to the fix at 3375 which sets the game start time to the current time. The problem is that the game end time is also the current time. I "fixed" this by subtracting 1 from the game start time around line 3375, so the code in that area now reads:
Code:
$vs['sessd'] = 1; --------------- Added [DATE]1256259354[/DATE] at [TIME]1256259354[/TIME] --------------- Another problem I found with scores not saving is that people get logged out while playing, then their browser "hangs" when it tries to save the score (assuming they haven't checked "remember me" when loggin in). I found that the "holdsession.php" file wasn't working to keep the user logged in, for two different reasons. One is that there's an error in the file. On the last line starting with "echo", there's an extra backslash right after 'URL=', so after URL there should be no backslash between the '=' and the double quotes. Also, at least in version 3.8.3 of vB, the session was still not being held because the 'lastactivity' time was never getting written to the database. I tracked this down to the fact that it's done using "shutdown_query", which doesn't execute the query until the end of the page request, but since "holdsession.php" doesn't use any of the vB output functions, the query never gets executed. I fixed this by adding a call to "exec_shut_down();" as the last line in holdsession.php. |
I am having this exact issue but I do not use VBSeo. Was there any resolution to this?
|
after updating to v2.7.2+ many games (new and already installed) give me a error like this:
This score was not submitted from the game. Error #011 -> gid=14569|ui[a_sess_gid]=14569|g[gid]=|vs[mid]=37|vs[gname]=BandItAS3v2DR|gamename=BItAS3v2DR |
Quote:
I had same Problem after i manually updated the required Files for Security Reason from v2.7.2 Lots of Games didn`t save Scores anymore. And also my Search Function within the Arcade didn`t work well anymore.... Maybe you got the same Problem like me? Read this: https://vborg.vbsupport.ru/showthread.php?t=280958 Regards, Mahoni999 |
Quote:
|
New Filter of SQL-Keywords is filtering some words that it should not such as "or" . Search-Function hasn`t been able to find Games like Factory Balls.
When Highscore gets saved it takes the game ID as Key, but also other Infos get submitted. So the Guess is, that here this Filter also takes Action and prevendes then the Saving. Maybe you want to check on this? |
Quote:
thanks for the reply |
Quote:
Thanks |
Your submission could not be processed because a security token was missing.
is there a fix for this |
Just above your post add that to your. htaccess
|
All games are keeping track of scores now,except moon lander.
This score was not submitted from the game. Your score will not be saved. I only get this on moon lander now? |
then the game is not completable with ibproarcade
|
This is a problem with any game that has the words "and" or "or" in them (e.g., any "Word" game). This is a result of the ibp_cleansql function in the arcade.php, and the developers using this function to check and clean all game name input.
There are two ways to fix this. Create a separate function copied from the existing function, and remove the lines with "and" and "or" in them. Then go through the code and anywhere the code calls ibp_cleansql for game name, simply replace it with your new function name. Alternatively (and probably less safe, security-wise), just remove the following two lines from ibp_cleansql in arcade.php: Quote:
|
All times are GMT. The time now is 11:22 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|