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 the most installed Modification for vBulletin ever here on vbulletin.org works with vBulletin 3.0.x / 3.5.x / 3.6.x / 3.7.x / 3.8.x / 4.0.x / 4.1.x / 4.2.x ibProArcade v2.7.6+ is compatible to PHP5.6 and PHP7.0/7.1 Please notice that vBulletin itself needs minimum version 3.8.11 or 4.2.5 to work with PHP7.0/7.1 ================================================= Converters available If you made your way with another Arcade in your forum, maybe it's time to evolve and migrate to ibProArcade. No problem, there are converters available to smoothly port your games, scores ect. to ibProArcade CONVERTER for v3arcade CONVERTER for DBTech vBArcade (Lite and Pro) Use any converter for easy and safe conversion without losing any Game or Score - and even complete uninstall help for your old arcade ================================================= For Branding-Free-License and Donations check the "Information"-Section in your AdminCP's Arcade-Section after installing ================================================= Click INSTALL to get an email when an update for ibProArcade is released ================================================= This Hack provides you a professional Arcade fully integrated in your vBulletin-Forum. Your Members can play Games, hunt for Highscores and do Tournaments. Some Feature that come along and make this ibProArcade outstanding:
ibProArcade is compatible to ibProArcade-Games (*wow* surprise!), v3arcade-Games and PNflashgames (www.pnflashgames.com, use POSTNUKE format). PNflashgames does even offer Multiplayer-Games. This Hack was originally done for Invision Power Board (IPB) by Chris Kelly and later adapted to work within vBulletin 3.0.x but had no real integrated AdminCP and even some illegal licensed Files from IPB included, so it was removed from official vBulletin-Sites. ibProArcade for vBulletin comes along with a complete new AdminCP with even more options and improved functionality, has been bugfixed alot and I implemented some additional feature that where missing. All known security-issues found have been fixed. ibProArcade is full compatible to PHP4 and PHP5 and works with all vBulletin 3.x.x (yes, 3.0.x + 3.5.x + 3.6.x + 3.7.x + 3.8.x) with all the same Scripts ! ibProArcade v2.7.5+ and later is full compatible to PHP5.6 and PHP7 and works with all vBulletin-versions 3.x/4.x with all the same Scripts ! PHP7.0/7.1 require minimum vBulletin 3.8.11 or 4.2.5 and ibProArcade v2.7.5+ Installation of ibProArcade is very simple and easy: vBulletin 3.0.x upload the Files run the Installer edit 4 PHP-Files edit 3 Templates add 1 new Template vBulletin 3.5.x & 3.6.x & 3.7.x & 3.8.x & 4.x.x upload the Files import the Product-XML-File edit 3 Templates If you are upgrading from an existing Arcade, some information:
---MAD---, Acers, Aftermath, beacher, dede1, E=mc?, Esposito, Feckie (Roger), Gemma, ggiersdorf, GrendelKhan{TSU, Huijting, jbd, JTyson, kall, kylek, MasterMaik, matrix, media4you, micheal332001, MissKalunji, MrLister, nitro, nullified, Okie, Paul_Hollibone, Scotty2k, Ski-Whiz, slank, Smoker, stangger5, Synper, soniceffect, Sooner95, tcs, Tekram, Willy, Wordplay and everybody else I forgot to mention here Special thanks to Chris Kelly for his permission to re-release this new, extended ibProArcade to the vBulletin-Community ! Please remember to click INSTALL If you want to support me, feel free to donate (use the "support developer" button in the upper right) or just check out the Installation-Instructions included in the ZIP-Archive, Thank You! For Branding-Free License check the AdminCP -> Arcade -> Information after you installed it, all information can be found there. ...and now you should stop reading this and start downloading this awesome addition for your vBulletin to make your Members happy... Enjoy Download-History: v2.6.7a+ (9880 Downloads) v2.6.8+ (9849 Downloads) v2.6.9+ (456 Downloads) v2.7.0+ (10833 Downloads) v2.7.2+ (4626 Downloads) ** Please do not post any information, request or offer of Games here in this Thread ! And remember that Support is given in the ibProArcade-Support-Forum ** Download Now
Screenshots
Show Your Support
|
Comments |
#432
|
||||
|
||||
This will add clickable icons in the Who's Online section of your arcade (see screenshot for an example)
Open your mod_Arcade.php and find: Code:
$DB->query("SELECT gid, gtitle FROM ibf_games_list WHERE gid IN ($games_list)"); while($g = $DB->fetch_row()) { $games_names[$g['gid']] = $g['gtitle']; } } $a = 0; foreach( $active_list as $this_user ) { $span_pre = ""; $span_suf = ""; $this_user['in_game'] = explode("|",$this_user['in_game']); $gid = $this_user['in_game'][0]; $do = $this_user['in_game'][1]; if( $do == "play" ) { $span_pre = "<span title='".$ibforums->lang["playing"].$games_names[$gid]."' style='text-decoration: none; border-bottom: 1px dashed; padding-bottom: 1px;'>"; } elseif( $do == "stats" ) { $span_pre = "<span title='".$ibforums->lang["viewing"].$games_names[$gid]."'>"; } else { $span_pre = "<span title='".$ibforums->lang["arcade_home"]."'>"; } $span_suf = "</span>"; Code:
$DB->query("SELECT g.gid, g.gtitle, c.password, g.gname FROM ibf_games_list AS g, ibf_games_cats as c WHERE gid IN ($games_list) AND g.gcat=c.c_id AND trim(password)=''"); while($g = $DB->fetch_row()) { $games_id[$g['gid']] = $g['gid']; $games_names[$g['gid']] = $g['gtitle']; $games_gnames[$g['gid']] = $g['gname']; } } $a = 0; foreach( $active_list as $this_user ) { $span_pre = ""; $span_suf = ""; $this_user['in_game'] = explode("|",$this_user['in_game']); $gid = $this_user['in_game'][0]; $do = $this_user['in_game'][1]; if( ($do == "play") && (isset($games_names[$gid]))) { $span_pre = "<a href={$ibforums->base_url}act=Arcade&do=play&gameid=".$games_id[$gid]."><IMG SRC='./arcade/images/".$games_gnames[$gid]."2.gif' border='0' alt='Click to Play: ".$games_names[$gid]."' /></a> <span title='".$ibforums->lang["playing"].$games_names[$gid]."' style='text-decoration: none; border-bottom: 1px dashed; padding-bottom: 1px;'>"; } elseif( $do == "stats" ) { $span_pre = "<a href={$ibforums->base_url}act=Arcade&do=stats&gameid=".$games_id[$gid]."><IMG SRC='./arcade/images/arcadeleaders.gif' border='0' alt='Click to View Leaders: ".$games_names[$gid]."' /></a> <span title='".$ibforums->lang["viewing"].$games_names[$gid]."'>"; } else { $span_pre = "<a href={$ibforums->base_url}act=Arcade><IMG SRC='./arcade/images/arcadehome.gif' border='0' alt='Click to View: Arcade Home' /></a> <span title='".$ibforums->lang["arcade_home"]."'>"; } $span_suf = "</span>"; Upload the images in the attached zip file into your arcade/images folder Not really got much time to support anything jus now,that's why I've added it here and not made a separate thread Gemma |
#433
|
|||
|
|||
Quote:
Just a short while ago we had the original 2.5.1 that was very hard to install and a lot of file changes, and no one seemed to be stepping up to do anything about it until Mr Z took it upon himself to give us a great arcade system for our forums. Dont overlook the donation button everyone!! |
#434
|
|||
|
|||
This installed quite easily, but it'd be nice if I knew what was going wrong with it, that made the arcade not show. Everything else works perfectly.
|
#435
|
|||
|
|||
@Mrzeropage
nice work Thx wise |
#436
|
|||
|
|||
Quote:
XML Error: mismatched tag at Line 45 |
#437
|
|||
|
|||
Thanks zero!
|
#438
|
|||
|
|||
I have a bit of a problem which I don't know is solveable.
The whole installation went fine and the arcade is running. However I have about 1,000 games and over 30,000 scores in the scores table. Any page in the arcade takes over 30 seconds to open on my test site. If I check the server (and this is a Dual Opteron server) I can see MySQL is going mad on queries. I guess it is trying to calculate the new top tables, does it do this on every page!? |
#439
|
||||
|
||||
Few more issues:
Editing scores produces a javascript error. Error: 'score' is null or not an object URL: admin/arcade.php?&code=scores&do=user&user=1117# -------------------------- In ACP, search for games and the results give you an option to edit game or scores. Clicking on edit scores takes you to a page where you can only delete scores - not edit them. URL: admin/arcade.php?&code=scores&do=game&gid=9 ------------------------------- In ACP if you choose Score Tools and select a game levaing everything else blank, the page you are taken to is never for the selected game. URL: admin/arcade.php?code=score_tools |
#440
|
||||
|
||||
Having read through all the posts and doing all the suggested edits, I'm still not able to save game scores
Quote:
Quote:
|
#441
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|