Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Beta Releases
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
  #552  
Old 10-26-2002, 01:07 AM
Legacy's Avatar
Legacy Legacy is offline
 
Join Date: Apr 2002
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wheres that POSTBIT hack for this???

Mine not showing the postbit..only thing I saw in instructions that relate to postbit is below and that is what I have :

+-------------------------------------------------------------------------------------------------+
| In showthread.php, replace this code: |
+-------------------------------------------------------------------------------------------------+
if (!$getperms['cangetattachment']) {
$viewattachedimages=0;
}
+-------------------------------------------------------------------------------------------------+

+-------------------------------------------------------------------------------------------------+
| With this code: |
+-------------------------------------------------------------------------------------------------+
if (!$getperms['cangetattachment']) {
$viewattachedimages=0;
}

// Begin vbProArcade
// if champ system is disabled, don't do anything
if ($vpa_champsystem == 1) {
$vpa_champs_q = $DB_site->query("SELECT championactive,championid,championtext,championcol or FROM arcadegames");

$vpa_count = 0;

while ($vpa_loop = $DB_site->fetch_array($vpa_champs_q)) {

$vpa_champs_a[$vpa_count][championactive] = $vpa_loop[championactive];
$vpa_champs_a[$vpa_count][championid] = $vpa_loop[championid];
$vpa_champs_a[$vpa_count][championtext] = $vpa_loop[championtext];
$vpa_champs_a[$vpa_count][championcolor] = $vpa_loop[championcolor];

$vpa_count++;

}

} else {

$vpa_count = 0;
$vpa_champs_a = 0;

}
// End vbProArcade

+-------------------------------------------------------------------------------------------------+

+
+++
+

+-------------------------------------------------------------------------------------------------+
| In showthread.php, replace this code: |
+-------------------------------------------------------------------------------------------------+
$postbits .= getpostbit($post);
+-------------------------------------------------------------------------------------------------+

+-------------------------------------------------------------------------------------------------+
| With this code: |
+-------------------------------------------------------------------------------------------------+
// Begin vbProArcade
$postbits .= getpostbit($post,$vpa_champs_a);
// End vbProArcade

+-------------------------------------------------------------------------------------------------+
Reply With Quote
  #553  
Old 10-26-2002, 10:03 AM
snyx's Avatar
snyx snyx is offline
 
Join Date: Oct 2001
Location: Vancouver (whistler.2010)
Posts: 556
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed it, and now its working great except it doesnt record comments, it just keeps the "no comment" in place?

any ideas on what could be wrong?
Reply With Quote
  #554  
Old 10-27-2002, 01:15 PM
corsacrazy's Avatar
corsacrazy corsacrazy is offline
 
Join Date: May 2002
Location: london
Posts: 854
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there a way to do this :

if the user does not reach a score within the top 25 scores then he does not get put on to the score board atall but instead gets a redirect message saying you did not make it onto the score board then redirects him/her to the main arcade home page ???? or somthin similar to that cheers !
Reply With Quote
  #555  
Old 10-27-2002, 09:56 PM
girlzclan's Avatar
girlzclan girlzclan is offline
 
Join Date: Oct 2002
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

everything is working great with this hack, i love it!! currently the only issue we are having is, it refuses to keep one of my members scores, we have no idea whats goign on with it, I even created her a test account to try and it still isn't working. I'm positivie it's somethign on her side, but im clueless as to what it could be. Any ideas?
Reply With Quote
  #556  
Old 10-28-2002, 04:07 AM
futureal futureal is offline
 
Join Date: Feb 2002
Location: Del Mar, CA, USA
Posts: 556
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Ninth Dimension
XrayHead - The problem with this hack is that it's still only BETA, and has been for quite some time. This means that while it may work perfectly well on your system, it might not at all.
The main reason it is beta, and probably will be beta for some time, is because of the high incidence of abnormal behavior that we see. With all of the browsers and server configurations out there, it seems like 5%-10% of them do not work with this hack for some reason.

I have been able to solve most problems, but not all.

On top of that, there are the security issues. I have plenty of ideas but none have come to fruition yet. I am still working on stuff and with more experienced Flash developers on FlashKit to see what we can come up with.
Reply With Quote
  #557  
Old 10-28-2002, 04:10 AM
futureal futureal is offline
 
Join Date: Feb 2002
Location: Del Mar, CA, USA
Posts: 556
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Mist
when do you suspect that the next version will be ready for release future?
I apologize for all of the delays (see above message for some info on why) but rest assured that it is still coming.

A big reason I have been offline is that we just had a huge LAN party at my apartment these past 4-5 days. At its peak we had 16 computers set up and a few X-Boxes linked together. Once I get this place cleaned up, it's back to the grind...
Reply With Quote
  #558  
Old 10-28-2002, 06:10 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LOL! I've done 4 x-boxes linked with 16 players on Halo before, at my house, with 4 TVs (2 projectors). It was great!
Reply With Quote
  #559  
Old 10-28-2002, 12:13 PM
Ice Man_00 Ice Man_00 is offline
 
Join Date: Jan 2002
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thankl you, it worked

Cheers.

Quote:
Originally posted by Legacy
Iceman..the fix is in this thread...it has to do with the USER GROUPS.

You need to find the code in the proarcade.php its like LINE#40

if (($bbuserinfo[usergroupid] != 2) and
($bbuserinfo[usergroupid] != 5) and
($bbuserinfo[usergroupid] != 6) and
($bbuserinfo[usergroupid] != 7)) {

You need to add whatever other USER GROUPS you have created to this..example below of what I added.

if (($bbuserinfo[usergroupid] != 2) and
($bbuserinfo[usergroupid] != 5) and
($bbuserinfo[usergroupid] != 6) and
($bbuserinfo[usergroupid] != 7) and
($bbuserinfo[usergroupid] != 8) and
($bbuserinfo[usergroupid] != 12)) {

See how I added 8 and 12...you can get the USER GROUP NUMBER# by running your Mouse over the EDIT and it will display in your status bar..if its to big in your status bar then right click on edit and COPY SHORTCUT..then paste it into NOTEPAD to read the URL...the USER GROUP # will be seen in the URL

Hope this helps


Also make sure you TURNED 'ON' all the games in the Admin Panel
Reply With Quote
  #560  
Old 10-28-2002, 05:54 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by futureal


I apologize for all of the delays (see above message for some info on why) but rest assured that it is still coming.

A big reason I have been offline is that we just had a huge LAN party at my apartment these past 4-5 days. At its peak we had 16 computers set up and a few X-Boxes linked together. Once I get this place cleaned up, it's back to the grind...
Its ok... your the hackmaker - not me

You've done a fantastic job and i can't wait for the next version so i can install this on my boards

Regards

- miSt
Reply With Quote
  #561  
Old 10-29-2002, 01:15 AM
Limpkinw Limpkinw is offline
 
Join Date: Feb 2002
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Repost...and lil more

Ok I installed this GREAT HACK...everything works very well EXCEPT I can not seem to upload thumbnails for the games...
I tried the safe mode fix with no luck. I do not get any errors it just doesnt change the thumb. Any Ideas?

In addition the champions system doesnt seem to work. Is there anything that I should check over to get it up -n- runnin?
Thanks.
Reply With Quote
Reply

Thread Tools

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 11:45 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.05425 seconds
  • Memory Usage 2,328KB
  • 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
  • (4)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