vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   vbProArcade Beta 2 (https://vborg.vbsupport.ru/showthread.php?t=42880)

base 10-08-2002 05:37 PM

mine is the same except domain.net/forums

after game over it looks for proarcade.php in the domain.net/
directory.

GaleForce 10-08-2002 06:30 PM

Quote:

Originally posted by Link14716

This problem is fixed some 90 posts back.....

Post #404

That only allows them to play, there is still a DB error when they get a Game Over.

Tigga 10-08-2002 06:51 PM

Quote:

Originally posted by BluSmurf
how do i find out usergroupid for each user groups?
In your admin pages under User Groups, click on Modify. That will show you each of your usergroups. When you put your mouse over the [edit] link you will be able to see the number in the status bar of your browser.

Tigga 10-08-2002 06:53 PM

Oh, I think I may have found a slight problem with the Champions system. One of my users has the top score in 4 of the games and another user has the top score in one of the games. It works fine for the user that has the high score in one game, but doesn't show anything for the user that has the high score in the other 4. The only difference I see in their accounts is the one it works for has a custom user title and the other doesn't. It's not really a big deal for me, but I thought I'd let you know. :)

mewgood 10-08-2002 09:43 PM

Quote:

Originally posted by mewgood
how to reset the score?
anyone can please answer my question?

BluSmurf 10-08-2002 10:45 PM

thanx mate :)

futureal 10-08-2002 11:30 PM

mewgood: You need to empty the data from the arcade table. Run a query something like:

DELETE FROM arcade WHERE game='game'

That should do it.

futureal 10-08-2002 11:31 PM

Quote:

Originally posted by PlurPlanet
Oh, I think I may have found a slight problem with the Champions system. One of my users has the top score in 4 of the games and another user has the top score in one of the games. It works fine for the user that has the high score in one game, but doesn't show anything for the user that has the high score in the other 4. The only difference I see in their accounts is the one it works for has a custom user title and the other doesn't. It's not really a big deal for me, but I thought I'd let you know. :)
I am redoing the Champions system for the next Beta, which should fix most of those problems. I pretty much just schlocked it together 'cause I was trying to get Beta 1 out in a hurry, which turned out to be a big mistake.

futureal 10-08-2002 11:37 PM

As for the problems with the game going to the wrong directory, this is actually a client-side problem related to Flash and its handling of POST variables. The way the script works is like this:

script gets "play" request from user
script sends game, user, highscore, and location of forums to a flash game
flash game plays
flash game ends, and sends game, user, score to the page defined in location
script takes that data and keeps going

So basically, what's happening is that Flash is not correctly sending the location back to the script via POST.

Because of the problems with this, one option is to change the script to use GET. This means that the URL bar would look something like this:

http://www.yoursite.com/forum/proarcade.php?action=gameover&game=tetris&score=45 6000&whatever

Obviously this creates a problem in that people can see how the score is being passed and just enter it manually. So I'm thinking that we'd need to put an MD5 hash on it before transmission, and I'm not sure that Flash's ActionScript can do that. So I'm kind of stumped as where to go from here.

I will keep working on a solution...

mewgood 10-09-2002 03:32 AM

As well, a member in my board played the game and in the top 10 and it should be in the scoreboard, but it doesn't show up.
HELP PELASE


All times are GMT. The time now is 05:50 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
  • Page Generation 0.03364 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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