The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
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:
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)
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.
Here is the list of posts from this thread that contain screen shots for the new version. Check them out!
This is the stuff that is in progress for future release:
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
|
Comments |
#1702
|
|||
|
|||
![]()
proarcade is showing me
a blank screen, this is the url. http://www.messageboardforums.com/fo...action=arcade& thanks for your help |
#1703
|
|||
|
|||
![]()
I installed proarcade, thought i installed it carefully,
but i get a blank screen when i run it. any ideas on this? sorta disappointed spending 2 hours updating, and it not work. Thanks |
#1704
|
||||
|
||||
![]()
How do you mean you get a blank screen? When trying to run the game or when trying to get access to the proarcade.php?
|
#1705
|
||||
|
||||
![]()
@peterska2
On this code you posted-- NULL , 99, "vbProArcade Champion System", "vpa_champsystem", 1, "vbProArcade Champion System Enable/Disable", '', 0 ) Shouldnt there be a ; after the ) at the end?. Check to make sure you selected the entire code when running the query. Depending on what your using to view the code such as notepad, it can miss out code sometimes. |
#1706
|
||||
|
||||
![]()
No - you can get away without the semicolon in phpmyadmin and most other cases
![]() |
#1707
|
|||
|
|||
![]()
Im new to installing vB hacks, and i cant really do it good. I followed all the instructions to install this hack. But, the arcade index is all wierd and some of links dont work, and you cant play the games, , etc. Take a look: http://www.game-realms.net/forums/proarcade.php
Help needed. Thanks |
#1708
|
|||
|
|||
![]()
That is a template problem. Check out the thread in this forum for PixelFx's install addon, and use the template fixes contained in there. They will be more completely fixed very soon.
|
#1709
|
||||
|
||||
![]() Quote:
|
#1710
|
|||
|
|||
![]()
I don't know if this is off topic or not, but I really need help.
In: Lesane's Store Hack /// INTEGRATION /// futureal's Arcade Hack 9 [vB2.2.7] Arcade Pass Hack v2.0 ) https://vborg.vbsupport.ru/showthread.php?t=43700 I don't know if is wrong or not: on the instruction: Code:
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Open up admin/proarcadeadmin.php -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -+-+-+ Find: -+-+-+ $DB_site->query("UPDATE arcadegames SET name='$name', title='$title', description='$desc', filename='$filename', ".iif(($thumbdata != "") || ($deletethumb == 1),"thumbnailname='$thumbnail_name', thumbnaildata='$thumbdata',","")." active='$active', scorevar='$scorevar', width='$width', height='$height', codebase='$codebase', querystring='$querystring', objectparam='$objectparams', embedparam='$embedparams',championactive='$championactive',championtext='$championtext',championcolor='$championcolor' WHERE gameid='$gameid'"); Code:
$DB_site->query("UPDATE arcadegames SET name='$name', title='$title', description='$desc', filename='$filename', hashoffset='$hashoffset', ".iif(($championdata != "") || ($deletechampicon == 1),"championpicname='$championicon_name', championpicdata='$championdata',","")." ".iif(($thumbdata != "") || ($deletethumb == 1),"thumbnailname='$thumbnail_name', thumbnaildata='$thumbdata',","")." active='$active', scorevar='$scorevar', gamecode='$gamecode',championactive='$championactive',championtext='$championtext',championcolor='$championcolor' WHERE gameid='$gameid'"); Code:
width='$width', height='$height', if no, where can I get that old verison of vbproarcade? thanks. |
#1711
|
|||
|
|||
![]()
i can't acess my admin cp heres what comes up on the page:
Code:
// Begin vbProArcade // ###################### Start makeextrainputcode ####################### function makeextrainputcode ($title,$subtitle,$name,$value="",$htmlise=1,$size=35) { // makes code for an input box with a subtitle: first column contains $title and $subtitle // second column contains an input box of name, $name and value, $value. $value is "HTMLised" if ($htmlise) { $value=htmlspecialchars($value); } echo "\n$title $subtitle\n \n\n"; } // ###################### Start makeextrauploadcode ####################### function makeextrauploadcode ($title,$subtitle,$name,$maxfilesize=1000000) { // makes code for an input box: first column contains $title // second column contains an input box of name echo "\n$title $subtitle\n \n\n"; } // ###################### Start makeextrayesnocode ####################### function makeextrayesnocode ($title,$subtitle,$name,$value=1) { // Makes code for input buttons yes\no similar to makeinputcode echo "\n $title $subtitle\n Yes No " .iif($value==2 and $name=='customtitle'," User Set (no html)","") ." \n"; } // ###################### Start makeextratextareacode ####################### function makeextratextareacode ($title,$subtitle,$name,$value="",$rows=4,$cols=40,$htmlise=1) { // similar to makeextrainputcode, only for a text area if ($htmlise) { $value=htmlspecialchars($value); } echo "\n$title $subtitle\n $value \n\n"; } // ###################### Start dotableheader ####################### function dotableheader() { // begins a table with no form code at all global $tableadded; $tableadded = 1; echo " \n"; echo "\n"; } // End vbProArcade Warning: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/hiphop/rapblock.com/forums/admin/adminfunctions.php:516) in /hsphere/local/home/hiphop/rapblock.com/forums/admin/functions.php on line 1752 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|