Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
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.
Version: , by Chadi Chadi is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

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.

Comments
  #82  
Old 02-06-2009, 04:33 PM
mash mash is offline
 
Join Date: May 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #83  
Old 02-17-2009, 04:43 PM
MotMann MotMann is offline
 
Join Date: Jan 2006
Location: Germany
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There was a change in the htacces.. i thing. Or it was the aracde.php?

But i dont found that one.
Reply With Quote
  #84  
Old 02-22-2009, 07:24 PM
Pitman's Avatar
Pitman Pitman is offline
 
Join Date: Dec 2001
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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]
--------------- Added [DATE]1235340190[/DATE] at [TIME]1235340190[/TIME] ---------------

Adding:

Code:
RewriteCond %{QUERY_STRING} !act=Arcade&do=newscore
RewriteCond %{QUERY_STRING} !autocom=arcade&do=savescore
Has seem to have worked.
Reply With Quote
  #85  
Old 02-23-2009, 04:15 PM
rapidphim rapidphim is offline
 
Join Date: Feb 2007
Posts: 733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone got any hints on why some of the tar games' score could not be saved?
Reply With Quote
  #86  
Old 03-02-2009, 05:28 PM
kreatorij kreatorij is offline
 
Join Date: Nov 2008
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

maybe this will help you if you has problems with scores

open arcade.php

find
Code:
setcookie('gidstarted', $id)
and change it to

Code:
setcookie('gidstarted', $id, "/")
Reply With Quote
  #87  
Old 03-23-2009, 05:25 PM
skylab's Avatar
skylab skylab is offline
 
Join Date: Feb 2009
Location: Everywhere
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #88  
Old 04-19-2009, 11:44 AM
Fynnon Fynnon is offline
 
Join Date: Jul 2008
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #89  
Old 04-20-2009, 09:00 AM
shaynehammy shaynehammy is offline
 
Join Date: Jan 2006
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #90  
Old 07-23-2009, 06:49 AM
TheKdd TheKdd is offline
 
Join Date: Oct 2008
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #91  
Old 08-12-2009, 01:58 PM
GoTTi GoTTi is offline
 
Join Date: Jun 2002
Posts: 1,346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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=
are we not able to fix the problem?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:23 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04688 seconds
  • Memory Usage 2,302KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete