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
Scores not saving, even after changes to index.php are made Details »»
Scores not saving, even after changes to index.php are made
Version: , by s0lidgr0und s0lidgr0und is offline
Developer Last Online: May 2014 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 01-02-2010 Last Update: Never Installs: 0
 
No support by the author.

Like others, I'm getting the following error after I complete a game...
Quote:
This score was not submitted from the game. Your score will not be saved.
I saw the other thread and the files included with the download and the alterations have been made to the index.php file.

Also, I saw that someone had tried to comment out the content.php rather than the forum.php (or vice versa) and the problem still won't change.

I tested it on Snake, and before it goes to the error I listed above, the game says "Could Not Access Game Table".

Thoughts?

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-04-2010, 09:26 PM
s0lidgr0und's Avatar
s0lidgr0und s0lidgr0und is offline
 
Join Date: Dec 2006
Location: Colonie, New York
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uninstalled and reinstalled, confirmed index change. Same problem.

--------------- Added [DATE]1262658404[/DATE] at [TIME]1262658404[/TIME] ---------------

While in debug mode,

This score was not submitted from the game. Your score will not be saved.

Error #011 -> gid=5|ui[a_sess_gid]=5|g[gid]=|vs[mid]=17|vs[gname]=snake|gamename=


--------------- Added [DATE]1262660065[/DATE] at [TIME]1262660065[/TIME] ---------------

Removed the index.php nonsense:

Error #010
Reply With Quote
  #3  
Old 01-06-2010, 05:05 PM
jaffaman jaffaman is offline
 
Join Date: Nov 2004
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doing the changes on the index.php did not work for me but as i am using the VB4 suite i tried putting the changes in the content.php and it seemed to work ok but still testing.
Reply With Quote
  #4  
Old 01-09-2010, 09:53 AM
s0lidgr0und's Avatar
s0lidgr0und s0lidgr0und is offline
 
Join Date: Dec 2006
Location: Colonie, New York
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Jaffa - Thanks for your suggestion. I placed the coding in the forum.php, which is my landing page, and everything started working fine.
Reply With Quote
  #5  
Old 01-12-2010, 07:58 PM
sdebank sdebank is offline
 
Join Date: Jun 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm on 3.8.4 and the same problem. The score didn't save, played the game again and it did...
Reply With Quote
  #6  
Old 02-13-2010, 10:08 PM
Nightridr Nightridr is offline
 
Join Date: Apr 2009
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Was wondering if someone here could help me. I have two issues first one is with arcade.php i get an error ......

Code:
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\magamers\arcade.php on line 3190

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\magamers\arcade.php on line 4082

line 3190 ----$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
 
line 4082 -----$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
Seems it doesn't like the reference NEW if i delete these lines the error goes away but i think it prevents you from making a comment on yr high score.

Also have an issue with the code u add to the index.php file. I have read yr posts here and tried it in forum.php and in content.php but this didn't work for me.

After completing a game i get this error:

Code:
Notice: Undefined index: module in C:\wamp\www\magamers\index.php on line 2

Notice: Use of undefined constant act - assumed 'act' in C:\wamp\www\magamers\index.php on line 41

Notice: Use of undefined constant autocom - assumed 'autocom' in C:\wamp\www\magamers\index.php on line 42

Notice: Undefined index: autocom in C:\wamp\www\magamers\index.php on line 42

Notice: Use of undefined constant showuser - assumed 'showuser' in C:\wamp\www\magamers\index.php on line 43

Notice: Undefined index: showuser in C:\wamp\www\magamers\index.php on line 43

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\magamers\arcade.php on line 3190

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\magamers\arcade.php on line 4082
I have found that by deleting the reference NEW on lines 3190 & 4082 as well as deleting the whole of line 4083 ..... as well as deleting lines 2, 41,42 & 43 in the index.php i can get it to work .. (save scores) but as i've said above i cannot comment on highscores, probably because i've deleted the bbcode reference

Any help would be apprieciated as im trying to get things sorted out on a localhost before i put it onto the web.

ps. newbie to this who is trying to learn
Reply With Quote
  #7  
Old 02-14-2010, 11:58 AM
Speysider's Avatar
Speysider Speysider is offline
 
Join Date: Apr 2009
Posts: 1,029
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The deprecation errors are due to PHP 5.3. Please contact your host and ask them to downgrade their version of PHP to 5.2 .
Reply With Quote
  #8  
Old 02-16-2010, 05:22 AM
Nightridr Nightridr is offline
 
Join Date: Apr 2009
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Speysider View Post
The deprecation errors are due to PHP 5.3. Please contact your host and ask them to downgrade their version of PHP to 5.2 .
Thanks for that Speysider ...... as it is i'm only using wamp localhost atm and it is running 5.3 i will change the version thankyou for that.
Reply With Quote
  #9  
Old 02-19-2010, 08:03 AM
topoli topoli is offline
 
Join Date: Feb 2010
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jaffaman View Post
Doing the changes on the index.php did not work for me but as i am using the VB4 suite i tried putting the changes in the content.php and it seemed to work ok but still testing.
what changes did you put in content.php?
Reply With Quote
  #10  
Old 02-19-2010, 12:25 PM
s0lidgr0und's Avatar
s0lidgr0und s0lidgr0und is offline
 
Join Date: Dec 2006
Location: Colonie, New York
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by topoli View Post
what changes did you put in content.php?
In your download, look for the file named 'INFO - vbadvanced or another Portal.txt'.
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 11:13 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.06588 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
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_code
  • (4)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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