The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ibProArcade - professional Arcade System Details »» | |||||||||||||||||||||||||||
ibProArcade - professional Arcade System
Developer Last Online: Mar 2023
ibProArcade the professional Arcade System for your vBulletin-Board After the old ibProArcade 2.5.1 was removed due to copyright-issues, there now is a new, legal version available for both vBulletin 3.0.x and vBulletin 3.5.x Please check this thread for all Information and the Hack itself. Enjoy Show Your Support
|
Comments |
#12
|
|||
|
|||
I installed this today and like it alot. I was already using ipbroarcade before my upgrade to vb3.5. So all my games and scores converted over nicely.
AdminCP for the Arcade is much cleaner. Like that alot. Well done. Only thing, maybe its something I goofed, if I turn on the various switches to know the status of where people are in the arcade or what they are doing, it brings the arcade to a crawl. Maybe there is some sql editing that needs to be done or something to speed things up? I don't know. Just tossing ideas out, but it literally brought it to a crawl. To submit your score took a good 45 seconds. Rest of my site was moving along normal. So not my site or server. Once I turned the switches off though for user status's, arcade sped back up again like it should be. A mod that people can put in the header of their sites that says "Who's In The Arcade" or "Who's Gaming" would be awesome. Similar to the Who's Online I have going on at my site right now. www.MortysTwistedWorld.com Thanks for the new release of this arcade. Well done. |
#13
|
||||
|
||||
Quote:
Can't run the installer. Really would like to avoid running the unisntaller Any ideas? |
#14
|
|||
|
|||
I guess nobody new that the click install button is here? I click install (1)
|
#15
|
||||
|
||||
I've installed this on my 3.0.x board. Had a problem with the install because I'd allready installed the allmods hack ages ago and the database has similar fields as do some of the file changes but it works fine after I altered the install_en.php file to compensate for the database differences.
Excellent...just need to edit the default skin to be more like the allmods original one..with the top 3 arcade game winners rather than the top 3 high scores |
#16
|
||||
|
||||
Quote:
Just contact me via PM Best way is to upgrade all the Files first and then run some queries to updat the tables for some new functions, should be 3 or 4 queries only ... |
#17
|
||||
|
||||
For me best Hack of the Month Dezember i think is HOT
Thx for this great Gamehall my friend... :banana: |
#18
|
||||
|
||||
Zero, thanks for allowing me to beta test!
I have a question/bug for ya..... In the game permissions, it doesn't seem to check the member's additional/secondary usergroup. So if you have an system where you have members that have multiple usergroups (aka you use additiional) then the arcade won't work, unless you have the PRIMARY usergroup as the one that allows them into the arcade. I have my arcade set up, to where a secondary usergroup has no posting limits etc, but it doesn't recognize them as having no posting limits. Is this an easy fix?? (So the arcade will also check their secondary groups, for permission?? Thanks!! |
#19
|
||||
|
||||
Thanks for that Tip, it is true that only primary UserGroup is used here.
Will try to put that in the next Version |
#20
|
||||
|
||||
Can you help me out, and tell me where the usergroup is checked?? I know the arcade permissions are in the db..
I really need to have it check the secondary. I'm sure I can come up with code to check that. Just not 100% sure where the query for the permissions are. |
#21
|
||||
|
||||
open /arcade/modules/mod_arcade.php
Code:
$DB->query("SELECT m.id, m.name, m.posts, m.arcade_ban, m.times_played, m.is_arcade_mod AS is_mod, m.fav_games AS favs, m.user_sort, m.user_order, m.user_g_pp, m.user_s_pp, m.def_g_cat, m.game_skin, m.arcade_mod_privs, m.arcade_pmactive, g.g_access_cp AS is_admin, g.arcade_access, g.p_require, g.max_play, g.ppd_require, g.ibpa_cats AS allowed_categories FROM ibf_members AS m LEFT JOIN ibf_groups AS g ON (m.mgroup = g.g_id) WHERE id=".$ibforums->member['id']." LIMIT 0, 1"); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|