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
  #62  
Old 12-19-2008, 07:49 PM
gtluke gtluke is offline
 
Join Date: Aug 2006
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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) );
}
Reply With Quote
  #63  
Old 12-30-2008, 11:52 AM
Super Jinni Super Jinni is offline
 
Join Date: Mar 2008
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?

I hope MrZeropage can confirm that.

thanks
Reply With Quote
  #64  
Old 01-02-2009, 01:43 PM
ArcadeKing ArcadeKing is offline
 
Join Date: Sep 2008
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

thanks ArcadeKing
Reply With Quote
  #65  
Old 01-04-2009, 06:16 AM
agitated agitated is offline
 
Join Date: Jan 2005
Location: U.K.
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same problem here. Uninstalled!
Reply With Quote
  #66  
Old 01-04-2009, 04:02 PM
steven72555 steven72555 is offline
 
Join Date: Dec 2006
Location: USA
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uninstalled
Reply With Quote
  #67  
Old 01-05-2009, 04:01 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have you guys even bothered trying the new version released yesterday?
Reply With Quote
  #68  
Old 01-05-2009, 01:20 PM
haytham's Avatar
haytham haytham is offline
 
Join Date: Jan 2003
Location: USA-Egypt-UAE
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah I am thinking of trying it but the coder should have said why the update was needed and if was going to fix these problems or not.
Reply With Quote
  #69  
Old 01-05-2009, 03:55 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by haytham View Post
Yeah I am thinking of trying it but the coder should have said why the update was needed and if was going to fix these problems or not.
Actually, he did say what was changed in the update notification.
Reply With Quote
  #70  
Old 01-06-2009, 11:15 AM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if all of you have this "ERROR #008" it is a URL-Problem, this is a protection to prevent external sites injection cheated scores in the arcade...

I am willing to fix this problem, but on sites I do administer it does not appear. So it is hard to fix without having it reproduceable...

Try latest v2.6.8+
Reply With Quote
  #71  
Old 01-06-2009, 12:39 PM
newguy's Avatar
newguy newguy is offline
 
Join Date: Nov 2007
Location: USA
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CompuJonathan View Post
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?
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 AM.


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.05259 seconds
  • Memory Usage 2,307KB
  • 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
  • (2)bbcode_quote
  • (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