Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vbProArcade Beta 2 Details »»
vbProArcade Beta 2
Version: 1.00, by futureal futureal is offline
Developer Last Online: May 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 08-28-2002 Last Update: Never Installs: 227
Is in Beta Stage  
No support by the author.

vbProArcade Beta 2

1/5/03: Beta 2 released
9/12/02: Beta 1.03 zip updated to include safe mode fix
9/3/02: Beta 1.03 released -- small bug fixes, see below
9/1/02: Beta 1 of vbProArcade has been posted. Please see below for installation instructions.


Background Information

vbProArcade is a fully-customizable Flash arcade add-on for vBulletin, complete with game-by-game scoreboards, forum integration, a "champions" system, statistics, and more.

This is an extensive hack that is still in BETA form, and I don't recommend installing it if you are not willing to work through potential issues and future updates/upgrades! I am working on making the installation instructions as easy as possible, but it will probably be some time before it is perfect.

Watch this post for updates as they happen, and check out screenshots from the list below. If you would like to see the hack in action, you may visit my Shadows of Namek forums. You will need to register to play, but you can view the scoreboards and the arcade itself as a guest.


Credits

This hack materialized thanks to work and help from a number of people and forums. Here they are:
  • Original vbTetris Hack by Erwin Loh
  • Original vbTetris Leaderboard Hack by John Warwick (john.eovie)
  • One of my users, Simon Steel, for work on Flash coding/recoding
  • The users of one of my forums, Shadows of Namek, for their extensive testing of the system
  • And The Kryptonian for pre-release and release candidate installation testing.
Games

So far, there are FIVE GAMES that work correctly with this hack. They are:

Breakout
Pacman
Snake
Space Invaders
Tetris

All five .SWF files are included in the release archive.

There is now a Flash Games Development Thread for the purpose of modifying existing games to work with vbProArcade, or for creating new games to be compatible with vbProArcade. If you have a game that you wish to see modified but don't know how, post the .FLA source in that thread and hopefully somebody can assist you.


Installation Instructions

Download the file attached to this post, unzip it and familiarize yourself with the contents BEFORE doing anything.

There are TWO separate files worth reading, the Documentation and the Installation Instructions. I recommend that you read both BEFORE doing anything else.

Once you have done this, the instructions to be followed are contained in vbproarcade-install.txt. Follow them as precisely as possible. If you encounter an error somewhere, it is likely that you missed a step or made a small error. Please double-check your work BEFORE posting about problems here.

And it cannot be said enough: read that file before you do anything, and if you are unsure of something, please post your question(s) before attempting to install the hack.


Problems and Fixes/Workarounds (as of 1/5)
  • None
Known Bugs/Limitations

Here is the list of stuff that I know does not work. I will be working towards correcting these bugs BEFORE adding new features for the next release.
  • Netscape will allow you to play the games but not record scores
  • If a user uses the "Back" button to go to the game screen, and does not refresh before playing, the score will result in a Security Violation. This is by design.
Screen Shots for Beta 2

Here is the list of posts from this thread that contain screen shots for the new version. Check them out!Upcoming Features

This is the stuff that is in progress for future release:
  • Complete Admin Panel Scoreboard Editor
  • Additional integration with vB
  • Even better Who's Online screen
Some have emailed or PM'd me asking if I would accept donations for my work on this hack, and yes, I certainly will, and any and all support is greatly appreciated. With over 2,000 lines of original PHP code, in addition to HTML and Flash work, I have spent a great deal of time developing and debugging the source for this, and it is a great feeling to have people like it so much that they want to give something back.

All donations received go directly back into supporting my websites and my design activities. You may click here to donate via Paypal. Note that donations are by no means required, and not donating does not mean you won't get support for the hack.

Last but not least, thanks for checking this out!

Show Your Support

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

Comments
  #1432  
Old 07-11-2003, 05:04 PM
ghentskyhawk ghentskyhawk is offline
 
Join Date: Sep 2002
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I finish a game, instead of goning to www.mydomain.com/fourm/proarcade.php it goes to www.mydomain.com/proarcade.php. What did I do wrong?
Reply With Quote
  #1433  
Old 07-12-2003, 08:13 AM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Erwin, could you please create an addon for this? when you have time that is

Quote from past post...
https://vborg.vbsupport.ru/showthrea...957#post379957

there was something made similar to this by link, but doesn't work with beta 2 ....

thanks

PS: just did clean install of pro arcade beta 2.0 with template addon I posted earlier on the site. if anyone wants a gander

demo: http://www.shukenja.com/forum/proarcade.php

I'm still making the site.
Reply With Quote
  #1434  
Old 07-13-2003, 10:30 PM
Matrixgl Matrixgl is offline
 
Join Date: Sep 2002
Location: Canada
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was just messing with the arcade, and saw noticed one of the coolest feature....the personal score display page!

I thought may be this could be a part/extra feature for the hack to show a link to a member's score page in their postbit (or anywhere else). Heres the code

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

What it does: It adds a link to a member's personal score page in his/her postbit.

The code:
PHP Code:
<a href="proarcade.php?action=userdetail&game=snake&user=$post[userid]"><img src="https://vborg.vbsupport.ru/images/arcade.gif" border="0" alt="View $post[username]'s arcade status"></a
What do I need: A button called arcade. Just make one identical to your other profile buttons.

OR, if you dont want a button, simply use a text link like this:

PHP Code:
<a href="proarcade.php?action=userdetail&game=snake&user=$post[userid]">$post[username]'s arcade status"></a> 
For a live demo, click click here (or visit any other post in my forum.)
Reply With Quote
  #1435  
Old 07-14-2003, 11:00 AM
G.I.JOE?MFA? G.I.JOE?MFA? is offline
 
Join Date: Jul 2003
Location: Wherever Uncle Sam Needs
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

http://dfmafia.net/forums/proarcade.php

everything looks fine but games dont load...ive checked the games path (/games/ , games/ , /games, admin/games <--- tried em all as i moved my games directory around)

i c this "message" when i select a game

Warning: If you reached this page via your browser's "Back" button, you must refresh this
page before playing Breakout, otherwise your score will result in a security violation.


i only have 1 template so i know they in the correct templete

what am i missing here?
Reply With Quote
  #1436  
Old 07-14-2003, 02:47 PM
Matrixgl Matrixgl is offline
 
Join Date: Sep 2002
Location: Canada
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 01:00 PM G.I.JOE?MFA? said this in Post #1437
http://dfmafia.net/forums/proarcade.php

everything looks fine but games dont load...ive checked the games path (/games/ , games/ , /games, admin/games <--- tried em all as i moved my games directory around)

i c this "message" when i select a game

Warning: If you reached this page via your browser's "Back" button, you must refresh this
page before playing Breakout, otherwise your score will result in a security violation.


i only have 1 template so i know they in the correct templete

what am i missing here?
#1. Open your vbproarcade_playgame template and see if everything is alright.

#2. Go to any game's settings, and see if theres anything unusual in the "HTML Code for Game" box.

I hope this will help you a bit...:/
Reply With Quote
  #1437  
Old 07-15-2003, 12:53 PM
G.I.JOE?MFA? G.I.JOE?MFA? is offline
 
Join Date: Jul 2003
Location: Wherever Uncle Sam Needs
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 01:47 AM Matrixgl said this in Post #1438
#1. Open your vbproarcade_playgame template and see if everything is alright.

#2. Go to any game's settings, and see if theres anything unusual in the "HTML Code for Game" box.

I hope this will help you a bit...:/
nm i found out y the flash wasnt loading


UPADATE THE FLASH... :bored: ...lol
Reply With Quote
  #1438  
Old 07-15-2003, 08:47 PM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

when you install, this is what I use for directory,

Linux system

url/forum/
url/forum/games/
url/forum/images/graphics/

in arcade setting I use games/ (not /games/)

all swf goto games folder, all graphics for games goto
url/forum/images/graphics/

----

I also made a cleaned up version of all the templates which I posted somewhere around post 75+ I think that and the install script and I get a clean install ever time.

hope that helps anyone having issues with the install.

My Arcade,
DEMO: http://www.shukenja.com/forum/proarcade.php
Reply With Quote
  #1439  
Old 07-24-2003, 12:56 AM
0zone's Avatar
0zone 0zone is offline
 
Join Date: Jan 2003
Location: Australia
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First of all, wicked hack. Works perfectly for me and my users.

One suggestion that I have seen in this thread that has not been answered:

How can we change the scoreboard so it only shows the top 20 (or something to that effect). It is a waste of space having each and every single persons score on the scoreboard.

Reply With Quote
  #1440  
Old 07-24-2003, 01:06 AM
0zone's Avatar
0zone 0zone is offline
 
Join Date: Jan 2003
Location: Australia
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Better yet, is there any way I can completely get RID of the scoreboard function and just have the High Scores and the Top Score Board only?

Either is fine, it's just that I prefer to go with the easiest way out. lol
Reply With Quote
  #1441  
Old 07-26-2003, 07:53 PM
BlueHawk BlueHawk is offline
 
Join Date: Sep 2002
Location: Truro, Cornwall
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice hack, working well, just need peeps to play and some new games. Also need to sort out banner/heading files to have picture link to games instead of a text link.

Keep up the good work.

Pop along and have a go, www.4u-servers.net

Any new games let me know please
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 01:51 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.05627 seconds
  • Memory Usage 2,339KB
  • Queries Executed 27 (?)
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_php
  • (2)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
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_postinfo_query
  • fetch_postinfo
  • 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