vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3 Arcade - Games Arcade & Challenge System [vB 3.0.3] (https://vborg.vbsupport.ru/showthread.php?t=60377)

John 01-25-2004 11:29 PM

Yep, but it's a fixed bug.

Replace includes/cron/arcadeupdate.php with the one in the newest zip.

futureal 01-26-2004 01:03 AM

Quote:

Originally Posted by John
First of all, I got nothing for this hack. I did all the work,and released it to the community for no reason other than wanting to share something. Yes, I've offered to give support for this hack. But my life is not solely dedicated to providing support for people who want everything handed to them on a plate.

And here you thought writing an arcade hack was all fun and games. :p

To those complaining about no publicly available netplay, you have to realize that you can't get everything for free. These arcades are, quite honestly, already a pretty cool thing that somebody could probably charge $10-$20 for and make a decent amount of money. If you want to provide cutting edge features on your website, you ARE going to have to open your wallet sooner or later.

At least, that's how I look at it.

John 01-26-2004 01:10 AM

Quote:

Originally Posted by futureal
And here you thought writing an arcade hack was all fun and games. :p

There are those (and it's certainly a minority) who care about themselves and nothing else... as long as they get what they want, they don't care or realise that people are not obliged to help them - that's the point I was trying to make.

And let's not forget the order of things... John's v2 Arcade > futureal's proArcade > John's v3 Arcade - I was one ahead of you from the start, grasshopper! ;)

But yeah, definitely. People can't expect multiplayer gaming for free. There are costs involved.. but it will be available.

futureal 01-26-2004 01:15 AM

I guess I should have said "supporting an arcade hack" ...

I was going to rush my v3 arcade out the door but you did yours, so I went back to rewrite mine from scratch. It's now 100% new code for vB3. I doubt it will be used as widely as yours but I will release it eventually. I am actually working on writing a Java applet frontend for old BBS-style door games, integrated with vBulletin. If that ever works right, I will be stoked.

John 01-26-2004 01:16 AM

Quote:

Originally Posted by futureal
I guess I should have said "supporting an arcade hack" ...

I was going to rush my v3 arcade out the door but you did yours, so I went back to rewrite mine from scratch. It's now 100% new code for vB3. I doubt it will be used as widely as yours but I will release it eventually. I am actually working on writing a Java applet frontend for old BBS-style door games, integrated with vBulletin. If that ever works right, I will be stoked.

Sounds good... used to enjoy the old BBS classics.

John 01-26-2004 01:36 AM

New game: Penguin Bashing
https://vborg.vbsupport.ru/showpost....9&postcount=72

SnowBot 01-26-2004 01:45 AM

woohoo the game is so adictive :)

Penguin Bashing

Seby 01-26-2004 03:06 AM

We need Hexxagon badly, it is my fav game!!!

Thank you in advance ;)

PiotrasG 01-26-2004 03:18 AM

after installing penguin game, i have two instances of the game in my arcade and for some reason it doesnt submit the scores any idea what i did wrong? i have the latest version

PiotrasG 01-26-2004 03:22 AM

i dont use netplay?

zeeg99 01-26-2004 04:17 AM

I'm willing to pay for netplay, I just want to know more about it, prices, what it can do and such =)

Nam 01-26-2004 04:33 AM

OT, Penguin Bashing maximum score is 3235, does anybody have higher score? I can't score anymore than that.

Schorsch 01-26-2004 09:16 AM

what has changed in 1.01 to 1.0?

I translated the arcade.php so I don't wanna replace it

John 01-26-2004 09:18 AM

Quote:

Originally Posted by Schorsch
what has changed in 1.01 to 1.0?

I translated the arcade.php so I don't wanna replace it

Use something like Beyond Compare to find differences in the code?

Slappy Nutz 01-26-2004 09:48 AM

Can someone tell me which template this is in? Dont mind the 733t paint skillz

John 01-26-2004 09:50 AM

arcade_play

Looks like you're having some weird problems...

Slappy Nutz 01-26-2004 09:57 AM

Yes I am, with that table and the Welcome table on the main arcade page

Slappy Nutz 01-26-2004 10:24 AM

Well I got it, thanks :)

solboy 01-26-2004 01:30 PM

I am having this table problem also.
Can tell me where I can find this template?: arcade_play

solboy 01-26-2004 01:56 PM

Here is a login name and password:

user: demo
password: demo

Here is the link: http://www.bahamasissues.com/arcade.php?

Notice that the tables are all messed up.
Where can I adjust the width of these tables?

milkmycow 01-26-2004 02:59 PM

k i think i found a somewhat major bug.

I currently have the high score in Tetris on my forum, with a score of 294597.

On the top scores board, my name and score is listed as 1st place, w 2nd place having 156027. Also on arcade home where it lists all the games, my name is listed as champion.

however, when you play the game it says score to beat is the 2nd place score. and that guy also has the champion icon in his postbit.

this just randomly happened, it was working fine. I even switched it back in phpmyadmin, then woke up again this morning and its back to the same error.

also, benguin bashing often wont let you submit a score if you have been playing for long

John 01-26-2004 03:06 PM

Quote:

Originally Posted by milkmycow
k i think i found a somewhat major bug.

I currently have the high score in Tetris on my forum, with a score of 294597.

On the top scores board, my name and score is listed as 1st place, w 2nd place having 156027. Also on arcade home where it lists all the games, my name is listed as champion.

however, when you play the game it says score to beat is the 2nd place score. and that guy also has the champion icon in his postbit.

this just randomly happened, it was working fine. I even switched it back in phpmyadmin, then woke up again this morning and its back to the same error.


also, benguin bashing often wont let you submit a score if you have been playing for long

This bug has already been found, read the thread.

solboy 01-26-2004 05:02 PM

Can you help me John?

Fi_InCogNiTo 01-26-2004 05:16 PM

On line 42 of your mini stats instructions in the Extras folder says:

PHP Code:

FROM gamesessions 

Should be changed to this for people using table prefixes:

PHP Code:

FROM " . TABLE_PREFIX . "gamesessions 


The arcade works perfect along with the extras on my board. Great job John :)

John 01-26-2004 05:35 PM

Quote:

Originally Posted by Fi_InCogNiTo
On line 42 of your mini stats instructions in the Extras folder says:

PHP Code:

FROM gamesessions 

Should be changed to this for people using table prefixes:

PHP Code:

FROM " . TABLE_PREFIX . "gamesessions 


The arcade works perfect along with the extras on my board. Great job John :)


That's Hwulex being a typical lazy git. ;)

ThePartyBorg 01-26-2004 05:47 PM

Asome hack!

* installed!

PET 01-26-2004 07:13 PM

WOW ! So manny pages to read.

I'm having a problem. I have installed the PENGUIN GAME...however the SWF don't load. It is just a WHITE page. What can i do ?

corsacrazy 01-26-2004 07:22 PM

Quote:

Originally Posted by PET
WOW ! So manny pages to read.

I'm having a problem. I have installed the PENGUIN GAME...however the SWF don't load. It is just a WHITE page. What can i do ?

upload the swf lol

M1th 01-26-2004 07:27 PM

Hmm, John?

I got this error when trying to add a new usergroup in vB.


Database error in vBulletin 3.0.0 Release Candidate 3:

Code:

Invalid SQL:
 ### INSERT QUERY GENERATED BY fetch_query_sql() ###
 INSERT INTO usergroup
        (title, description, usertitle, opentag, closetag, passwordexpires, passwordhistory, ispublicgroup, canoverride, attachlimit, avatarmaxwidth, avatarmaxheight, avatarmaxsize, profilepicmaxwidth, profilepicmaxheight, profilepicmaxsize, pmquota, pmsendmax, forumpermissions, pmpermissions, calendarpermissions, wolpermissions, adminpermissions, genericpermissions, genericoptions, arcadepermissions)
 VALUES
        ('Banned', '', '', '', '', '', '', '0', '0', '1000000', '50', '50', '20000', '100', '100', '25000', '0', '5', '0', '0', '0', '0', '0', '0', '32', '0')
 mysql error: Unknown column 'arcadepermissions' in 'field list'
 
 mysql error number: 1054
 
 
 Date: Monday 26th of January 2004 09:26:46 PM
 Script: http://site/vbulletin/admincp/usergroup.php
 Referer: http://site/vbulletin/admincp/usergroup.php
 Username: Mith
 IP Address: xx


PET 01-26-2004 07:35 PM

Quote:

Originally Posted by corsacrazy
upload the swf lol

That the thing...that he is uploaded ! ;)

Schorsch 01-26-2004 08:02 PM

I'm looking for a small arcade button so that I can advertise the games on my forums.

PiotrasG 01-27-2004 03:42 AM

hey i do i remove a game from the arcade, i want to delete it from database and the templates also?

apokphp 01-27-2004 04:01 AM

*clicks install*

Great hack! Thank you!

Also, is there supposed to be a "visable" change in the Profile?

anabolicedge 01-27-2004 04:52 AM

anyone know how to uninstall the hack so i can reinstall it? Im having problems and after going through the installation 10 times today i want to start from scratch.

Thanks

Chris-FH 01-27-2004 08:21 AM

What a great Hack! http://www.foren-hotel.de/board/imag...es/icon_yo.gif

*Chris klicks install

Is there any chance to integrate this game:

http://jp.shockwave.com/games/puzzle.../zookeeper.swf

My community loves this game. A member found the game 6 month ago, the thread is still up to date...

C

P.S. This one is great, too:

http://www.gp.com/consumerproducts/mls/mls/soccer.html

MaDCaT75 01-27-2004 08:48 AM

both of those games are lame.

Chris-FH 01-27-2004 09:03 AM

Oh no, a little, nice kiddie... http://www.foren-hotel.de/board/imag...s/rolleyes.gif

I don't ask, you like it or not, I ask the community here to integrate it to the Arcade Hack...

You understand?

C.

zeeg99 01-27-2004 09:14 AM

Quote:

stfu n00b

--------------------------------------------------------------------------------

There was a submit button in the other copter so ++++ you!!!!
What a lamer, that was in my PM Inbox from MaDCaT75

Oblivion Knight 01-27-2004 10:06 AM

They're pretty good games Chris, hopefully they can be implemented..
The first one is rather like Jewels (one of my fave games for the arcade), and the second is by far the best sports game i've seen suggested for implementation.. :)

John 01-27-2004 12:29 PM

Quote:

Originally Posted by zeeg99
What a lamer, that was in my PM Inbox from MaDCaT75

That's what the vb3 ignore list is for. :)

Sorry for my absence, I'm not feeling too well at the moment - taking a day or two off.
Will get back to work on this when I'm feeling a bit better.


All times are GMT. The time now is 08:09 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.02890 seconds
  • Memory Usage 1,830KB
  • 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
  • (4)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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