vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - v3 Arcade - Games Arcade System for 3.6.0 (https://vborg.vbsupport.ru/showthread.php?t=114012)

certvn 08-31-2006 06:03 AM

Quote:

Call to a member function on a non-object in:
..\admincp\arcadeadmin.php on line 600
Please help me

TranceCan 08-31-2006 06:12 AM

Quote:

Originally Posted by MrZeropage
@Zidane007nl:
@TraceCan:
Games normally submit their score to arcade.php or index.php (depending on gametype) so I think this is somehow "hardcoded" in the games itself.
Maybe you try some htaccess-rewrite-rules to solve this for you ? (just an idea)

Hey, thanks for the suggestion. Yes it is hardcoded into the flash to submit to arcade.php, but the problem isn't where it's submitting to, it just never actually does the submit (when it's on an https:// page).

When I am at:

https://www.mysite.com/forums/arcade.php the game loads, I can play, but no scores, just sites there after the game ends....

http://www.mysite.com/forums/arcade.php everything works fine

In the flash code that is hardcoded into the games itself it has this line:

this.prequestvars.sendAndLoad("./arcade.php", this.pranswer, "POST");

So, that shouldn't be a problem if it's https:// instead of http://

I think it's something else, possibly in the HTML that loads the flash movie??


Oh, it gets more interesting....it seems to work in Firefox! HOWEVER, when it goes to actually do the submit I get this error:

Fatal error: Cannot use object of type mysqli_result as array in /var/www/html/forums/arcade.php on line 1203


OK I'm back AGAIN and confirmed it DOES work in Firefox. The error I just posted above happens whenever a score is submitted that is not a new highscore. It is related to this code around like 1203 in arcade.php, I suspect because I am using mysqli instead of plain old mysql..anyone have a fix??

Code:

                      $check = $db->query_first("SELECT COUNT(*)+1 AS rank FROM " . TABLE_PREFIX . "arcade_sessions AS arcade_sessions
                        WHERE arcade_sessions.valid=1 AND arcade_sessions.gameid=$game[gameid] AND score" . iif($game['isreverse']==1, '<', '>') . "$game[score]");

                        $check2 = $db->query_first("SELECT COUNT(*)+1 AS rank FROM " . TABLE_PREFIX . "arcade_sessions AS arcade_sessions
                        WHERE arcade_sessions.valid=1 AND arcade_sessions.gameid=$game[gameid] AND score='$game[score]' AND finish>$game[finish]");
                }
                $highscore = $check['rank'] + $check2['rank'];


midirtrider 09-01-2006 04:45 AM

Im having a high score sumbit problem as well..

when it is a New high score (or even a new top ten score) it automaticly kicks you back to the forum HOME instead of submiting the score..

I recently upgraded to 3.6.0, before that was on 3.5.4 and arcade and everything was running flawlessly.. now since the upgrade Im getting this submit high score problem..

Gaia 09-01-2006 04:09 PM

Installed perfectly fine, thanks for the mod, added my install ^_^.

bandare 09-01-2006 05:15 PM

my high score sytem works but it wont reset the highscores for 3.6.

Does anyone else have that issue and know a fix?????/

-----------------------
In addition, where can i download some more games for free that will work with the system and allow high scores to be posted - please help!

PitPunks 09-01-2006 05:52 PM

it wont let me charge people to play games. I have 3.6.0 and both the latest version of v3arcade and vbux/vbplaza

John 09-01-2006 10:42 PM

Quote:

Originally Posted by alkatraz
fresh install on vb3.6.0, works great! thank you

very slick interface, i like!


I noticed v3arcade.com is turned off for the most part, where can I get more games?

I found an ancient thread,
https://vborg.vbsupport.ru/showthrea...ade+more+games

Will those old games work? I don't want to mess it up.

There might be some posts in here about this but 42 pages long... umm.. yeah, maybe someone can update the first post with a link to more games? THX!

Edit: Saw the post above, looks like this site (http://www.gaming-heaven.com/) is commercial..

vbulletingames.com seems to be the best place for games right now.

JoyB 09-02-2006 04:21 AM

Hi

I upgraded to 3.6 before I installed the arcade and everything was going well but one of my members has just said that her highest score did not save. Any idea's on what the problem might be please?

Also, is it possible to edit scores as I can't seem to find how to do it?

Thanks :)

davelacey 09-02-2006 11:45 AM

I'm getting the same thing on certain games only - it's not a universal problem, which I think suggests it may be something in the individual game coding that's not compatible with 3.6.0

JoyB 09-02-2006 12:03 PM

I've got round the problem for the time being and that was to change the sessional timeout to 2000 seconds. Obviously it's not an ideal situation but hopefully someone else will come up with a suggestion soon.

Is it possible to edit players scores?


All times are GMT. The time now is 10:52 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03014 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete