The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vbProArcade Beta 2 Details »» | |||||||||||||||||||||||||
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 |
#1632
|
||||
|
||||
Quote:
Replace: SELECT * FROM arcadescores WHERE userid=$user AND valid=1 ORDER BY endtime DESC With: SELECT * FROM arcadescores WHERE userid=$userid AND valid=1 ORDER BY endtime DESC in the proarcade.php file. No guarantees. Give it a try. And i would highly recommend that you check your vbulletin installation. It seems that you are running 2.2.8 and not 2.3.1 as you think. This could also cause many problems. Cheers, Pseudomizer |
#1633
|
|||
|
|||
Pseudomizer: Thanks again for figuring out the upload bug in the Admin CP. I worked with it a bit and discovered what the exact problem was.
In some versions of Apache/PHP, variable names are automatically created from forms. So for example, the input file "championicon" would turn into "$championicon_name" and "$championicon_data" automatically when it's passed through the headers into the next page. So for some combinations of OS/Apache/PHP, this wouldn't happen, and the variables would not get inserted correctly into the database. The key then is to use the $HTTP_POST_FILES array for everything, rather than relying on PHP to do the dirty work. The vpaupload() function already does this for the data portion, but the name was being mishandled. So the code now looks like this: PHP Code:
|
#1634
|
||||
|
||||
Hi Futureal,
i am glad that you found the problem. Whenever i can help just tell me. Did you had time to check my "Hall of Fame" ? Cheers, Pseudomizer |
#1635
|
|||
|
|||
Yea, I did have a look at it, it's very nice.
The way I've implemented it so far is a bit different; instead of going strictly by months, it allows the admin(s) to define any sort of period as a separate group or event, and then contains its own high scores for that. So it's more work, in that the admin would have to manually start a new group for each month, but it can also be reset more often if necessary. I'm still testing it, and it won't be in Beta 2.1, but it will still make a showing in the vB2 version of the hack. Your site did inspire me to start thinking about an optional cron job that could automatically rotate the scores each month/week/whatever. |
#1636
|
||||
|
||||
Quote:
On unix a cronjob and on windows an AT job ( you can use Auto2000 to have a nice GUI on windows for that ). If you need someone to test your solution just tell me. Cheers, Pseudomizer |
#1637
|
|||
|
|||
when is this thing gunna go full release?????
|
#1638
|
|||
|
|||
its in testing, if all goes well, the next beta should be out soon
|
#1639
|
||||
|
||||
hi. nice hack. but i've got a problem to solve.
When I wanna start out playing a game, the game loads and loads and loads, but noth' happens. Hope u can help me. http://www.mangaboard.com/forums/vbproarcade.php |
#1640
|
||||
|
||||
go into the arcade options in your admin panel and double check your filepath to the games folder.
defaulted you will see /games/ I had to change mine to games/ then it worked |
#1641
|
|||
|
|||
All things come in good time.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|