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)

ghentskyhawk 02-02-2003 10:07 PM

Sanni, the file worked perfectly, thanks

jayneblaze 02-04-2003 02:00 AM

One of my members score did not post... they took a screen shot of they scores.. but it didnt show up at all...

Automated 02-04-2003 09:39 AM

Quote:

Originally posted by jayneblaze
One of my members score did not post... they took a screen shot of they scores.. but it didnt show up at all...
Are you sure the screen shot hasnt been edited?

BrAinZ 02-04-2003 06:25 PM

Wondering what impact on the rest of the board, the increase in stored high scores is going to have?

Is there any way to limit the number stored?

Also... How do you reset the scores ?

futureal 02-05-2003 10:46 PM

Quote:

Originally posted by BrAinZ
Wondering what impact on the rest of the board, the increase in stored high scores is going to have?

Is there any way to limit the number stored?

Also... How do you reset the scores ?

It will have absolutely no impact on the board. The scores take up an absolutely miniscule amount of space in the database.

There is no current way to limit the number of scores stored (I am still not sure why you would want to).

You can reset the scores in the Admin CP in Beta 2.

futureal 02-05-2003 10:49 PM

Known things that will be fixed in 2.01:

- security problems, hash security toggle
- showing people as playing in the arcade when viewing threads
- bad SQL query (trying to insert an Array)

Anything else of note? Those are the main ones I keep saying.

I also can't stress enough the fact that this hack will not work with non-IE browsers. To those that have emailed me, it's not my fault, and I'm sorry that things are the way they are, but Netscape, Mozilla and Opera simply don't handle POST data correctly (or well, to put it a different way).

BrAinZ 02-06-2003 05:54 PM

Quote:

Originally posted by futureal
It will have absolutely no impact on the board. The scores take up an absolutely miniscule amount of space in the database.

There is no current way to limit the number of scores stored (I am still not sure why you would want to).

You can reset the scores in the Admin CP in Beta 2.

Great, as long as it doesn't take up much space there's no need to delete them... so thanks for that.

BUT.. The reset scores option in Beta 2, does not seem to work on my board :(

Is it just me, or have I missed something obvious?

Tigga 02-06-2003 06:13 PM

I really don't see why so many people seem concerned about the number of scores kept in the database. I've had this installed since around the 2nd day it was released. I currently have 1,300 scores that are recorded and it takes up 133kb of space. My entire database takes up 260mb, so that would be around 0.0005% of the space.


As long as your asking for suggestions futureal, here's a couple of things I noticed... The places it checks the time & date of scores uses the date function instead of the vbdate function, so it doesn't show the correct time if it's been changed in the Admin CP.
None of the templates the arcade uses are called at the beginning of the script, so of course that adds unnecessary extra queries for each template.
I also noticed that you didn't use the free_result function after you were done with the queries, which of course isn't good for high traffic sites. Not that I think it's really affecting things too much, but it still wouldn't hurt.
As far as I remember those were the only suggestions I had for the script. Looking forward to the update and thank you for your hard work on an excellent script. :)

Preech 02-08-2003 06:15 PM

is there any particular reason why I can't unzip tetris from the vbproarcade zip file? i would expect its just a bad attachment, but I kept trying to redownload it with no success. can someone attach an unzipped swf file or email it to mvpaudio@comcast.net ? i would appreciate it greatly! :)

Preech 02-08-2003 06:17 PM

nvm it finally worked - after I restarted my computer about six times. thanks.

Preech 02-09-2003 05:34 AM

I get this error when changing options in the CP...

PHP Code:

Database error in vBulletin Control Panel 2.2.9:

Invalid SQLUPDATE arcadeconfig
                   SET path
='/games/',usescoreicon='',usekingicon='1'
                       
                       
passtimeout='155520000'epergamecost='1'earcadepass='1'eaph='1'ejackpot='1'
                   
WHERE arcadeid='1'
mysql errorUnknown column 'usescoreicon' in 'field list'

mysql error number1054

Date
Sunday 09th of February 2003 02:30:22 AM
Script
: [url]http://www.hiphopairplay.com/airplay/airplay
/admin/proarcadeadmin.php[/url]
Referer: [url]http://www.hiphopairplay.com/airplay/
admin/proarcadeadmin.php?action=changeoptions[/url

and this one

PHP Code:

Database error in vBulletin Control Panel 2.2.9:

Invalid SQLUPDATE arcadegames
                     SET name
='tetris'title='Tetris'description='The classic game of Tetris that we all know and love...'filename='tetris.swf',
                         
                         
active='0'scorevar='$tetrisscore'width=''height='',
                         
codebase=''querystring=''objectparam='',
                         
embedparam='',championactive='1',championtext='Tetris Champion',championcolor='#FF0000',playcost='10',jackpot='42',jackpotadd='5'
                     
WHERE gameid='1'
mysql errorUnknown column 'width' in 'field list'

mysql error number1054

Date
Sunday 09th of February 2003 02:41:01 AM
Script
: [url]http://www.hiphopairplay.com/airplay/airplay/admin/proarcadeadmin.php[/url]
Referer: [url]http://www.hiphopairplay.com/airplay/admin/proarcadeadmin.php?action=modify&s=[/url] 

any help would be appreciated :)

Dean C 02-09-2003 10:15 AM

You did not run the relevant queries. It's saying that you haven't got a width and height column in the table :)

- miSt

Kasper_H 02-10-2003 11:36 AM

I wanna install this updated version, as the first version was really cool!
The only problem is that i have to uninstall the old one... and for that, I will need the install instructions from the old Arcade. Unfortuneatly, I don't have these :( Where can i get them?

Tigga 02-10-2003 11:41 AM

I think futureal posted them a few pages back, but I still have a copy of the zip file so I'll post it here for ya. :)

Kasper_H 02-10-2003 01:55 PM

Thanks plurplanet!! Now i've gotta go install the new version!

Erwin 02-11-2003 08:43 AM

I've just switched over from John's arcade to this one - it works great. Thanks futureal... :)

codewebs 02-13-2003 12:46 AM

the arcade works perfect, but what is $vpachampicon , and $vpachamptext supposed to say in the postbit, its blank??

msimplay 02-14-2003 12:29 PM

Erm just a tini problem i'm sure is to do with the templates or at least i think it is
anyway am new to this hacking in vb
but in the arcade i seem to have everything running correctly
except for one thing click on the link to see what i mean
the games don't seem to show
AMC ARCADE
can someone please point me in the right direction to correct this :(

msimplay 02-14-2003 02:04 PM

Oops i missed out one template in the rush to get it done silly me
its fixed now tho :D

codewebs 02-14-2003 06:41 PM

$vpachampicon , and $vpachamptext dont work in the postbit for me, even though someone is the champion there is nothing displayed..

pgowder 02-16-2003 11:18 PM

nevermind, found what i needed

Jitway 02-19-2003 12:05 AM

Awesome hack love it. :banana:

spbeck 02-19-2003 06:29 AM

Quote:

Originally posted by codewebs
$vpachampicon , and $vpachamptext dont work in the postbit for me, even though someone is the champion there is nothing displayed..
Have you turned on the champion system in the arcade control panel ?

i have a similar problem where the individual games champion system is on but i cant get the main champion system to turn on

codewebs 02-19-2003 08:52 PM

yes there all on

Erwin 02-20-2003 08:11 AM

Managed to integrate this into my custom store system - 10 points to play a game, champions get 1,000 points. :)

Erwin 02-20-2003 08:12 AM

Managed to integrate this into my custom store system - 10 points to play a game, champions get 1,000 points. :)

Erwin 02-20-2003 08:13 AM

Managed to integrate this into my custom store system - 10 points to play a game, champions get 1,000 points. :)

Dean C 02-20-2003 08:39 AM

Wow another triple post Erwin :o

Your store system sure sounds funky :p

- miSt

Poostmen 02-21-2003 01:28 PM

I got this error

Quote:

MySQL said: You have an error in your SQL syntax near '0', championactive tinyint(4) NOT NULL default '0', championid int(11) NOT' at line 1
what does it means!

//poost :pirate:

sneakyc2e 02-21-2003 08:53 PM

First of all this is awesome and it installed perfactly! So thanks for taking the time to build it. A couple questions.

Do u have any more games out for it?

Also some of the people are saying it is not saving there high scores.

have you heard that yet?

Dan

bgtking 02-22-2003 12:10 PM

Wow, what a great hack! I just installed it last night and my members love it!
Can you find flash games and add them where they will integrate like everything else?

xxskullxx 02-22-2003 01:15 PM

Quote:

Do u have any more games out for it?

Also some of the people are saying it is not saving there high scores.

have you heard that yet?
More games are being made here: https://vborg.vbsupport.ru/showthrea...threadid=47198

Also the problem with not saving scores is well known. IE is the only supported browser and there have been issues with it as well. futureal has been working on a fix for it though.

Quote:

Can you find flash games and add them where they will integrate like everything else?
There are some games are being made here: https://vborg.vbsupport.ru/showthrea...threadid=47198

Please read the first few posts in that thread to see what needs to be done to games to make them work with this great hack. :)

sabret00the 02-23-2003 02:07 PM

i'm having a slight problem, seems taht my champ crown in postbit thing is stuck on no in the admin cp 0_o

Exo 02-23-2003 06:38 PM

what is with the old user score when i update?

One-Team 02-28-2003 03:27 AM

work great
http://www.one-team.net/forums/proarcade.php

Exo 02-28-2003 12:44 PM

Quote:

Originally posted by Exo
what is with the old user score when i update?

:paranoid:

Silenced Soul 02-28-2003 03:46 PM

this hack = orgasmic. Awesome work, and it runs perfectly on my server, not one problem with any install, even of the other games.

subu1 03-01-2003 05:36 AM

hi, Fantastic Hack *clickinstall*

but is it normality, if Pacman is Game over i have a white Page?

regards subu1

Silenced Soul 03-01-2003 05:04 PM

It doesn't do that for me :/... does it do that for all of your games? Because if that's the case, then you forgot a template, probably.

Kars10 03-01-2003 05:18 PM

First of all ... this is one of the coolest hacks out there!! ;)
Ok, one question: is it possible to show only the latest score from a user, and not all scores he/she made? I mean something the overrides his/her scores with the newest? That should save db-space and makes the scoreboard clearly aranged!! ;)


All times are GMT. The time now is 12:49 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.02705 seconds
  • Memory Usage 1,842KB
  • 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
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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