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 |
#6102
|
|||
|
|||
hi i need help i have vb4,8 and if the game end the score dont safe and i see this mesage
Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable. i have vbadvanced this is my code can you help my with the code what i doing wrong? <?php// ibProArcade if($_POST['module'] == "pnFlashGames") { require_once('./global.php'); switch($_POST['func']) { case "storeScore": $_GET['act'] = "Arcade"; $_GET['module'] = "arcade"; $_GET['do'] = "pnFStoreScore"; break; case "saveGame": $_GET['do'] = "pnFSaveGame"; break; case "loadGame": $_GET['do'] = "pnFLoadGame"; break; case "loadGameScores": $gid = $vbulletin->input->clean_gpc('p', 'gid', TYPE_INT); $uid= $vbulletin->userinfo['userid']; $game = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "games_scores WHERE mid=$uid AND gid = $gid ORDER BY score DESC LIMIT 0,1"); $scores = $game[score]; if($scores != false) { //Return true print "&opSuccess=true&gameScores=$scores&endvar=1"; //send endvar to keep opSuccess separate from all other output from PostNuke } else { print "&opSuccess=false&error=Error&endvar=1"; } break; } } $act = $_GET[act]; $autocom = $_GET[autocom]; $showuser= $_GET[showuser]; if($act == "Arcade" || $autocom=="arcade") { include "arcade.php"; exit(); } if(!empty($showuser) && $showuser >= 1) { $u = $showuser; $_GET[u] = $showuser; |
#6103
|
||||
|
||||
[S]Oh my God , it was workin good but now I've got this error
Warning: require(C:\xxxxxxxxxxxx\xxxxxxxx\seusers.com\httpd ocs\foro/arcade.php) [function.require]: failed to open stream: Permission denied in C:\xxxxxxxxxxxxxxxx\xxxxxxxxxxxxxxxx\seusers.com\h ttpdocs\foro\vbseo.php on line 1392 Fatal error: require() [function.require]: Failed opening required 'C:\xxxxxxxxxx\xxxxxxxxxx\seusers.com\httpdocs\for o/arcade.php' (include_path='.;./includes;./pear') in C:\xxxxxxxxxxxxxxxx\xxxxxxxxxxxxxxxx\seusers.com\h ttpdocs\foro\vbseo.php on line 1392 I add this code to my custom rewrite rules: https://vborg.vbsupport.ru/showthread.php?t=190490 but the error doesn't dissapear I turned off vbseo mod but the error still appears What's wrong now? :'([/S] Never mind. Works perfect. The error was on arcade.php server permissions And his post saved me once again https://vborg.vbsupport.ru/showpost....08&postcount=3 |
#6104
|
|||
|
|||
|
#6105
|
|||
|
|||
i have make the change in INFO - vbadvanced
and i see this code Parse error: syntax error, unexpected T_DEC, expecting T_STRING or T_VARIABLE or '$' in C:\IIS_WEBSITES\ellinofatsa.www\index.php on line 57 |
#6106
|
||||
|
||||
I am thinking this doesn't work with 4.1 beta.
all my links bring up an error Fatal error: Cannot redeclare ibp_cleansql() (previously declared in /home/crosseye/public_html/arcade.php:5536) in /home/crosseye/public_html/arcade.php on line 5553 anyone else try 4.1 with the arcade? UPDATE: tried some changes on my own and still nothing. If anyone can assist with a fix so I can get the arcade working again I would appreciate your help big time. Thanks. |
#6107
|
||||
|
||||
Crosseyedgamer
I justupdated my test forum to 4.1.0 beta.. no issues with the arcade.. I also just noticed that the stable version is out I am going to update the beta.. If you don't hear back from me all still works.. those lines in the arcade.php are Code:
function ibp_cleansql($value) I would also optimize my db through phpmyadmin.. check for corrupt tables.. |
#6108
|
||||
|
||||
just did all the repair and optimizing on the DB. Still get the same fatal error. Games play on the main page if you hit play game but any other link generates the above mentioned error. Going to do the update here later on so let's see how that goes. I appreciate the help. if you or anyone comes across this, please let me know if you get a fix. Thanks.
|
#6109
|
|||
|
|||
Getting a security token error with 4.1... anyone know the fix?
|
#6110
|
||||
|
||||
Quote:
Somewhere in the description as well as the documentation for this mod the code is noted which you need to add to your INDEX.PHP file. Getting that fixed so it is not needed would be a cool thing! |
#6111
|
|||
|
|||
I'm not seeing it in the documentation. Do you know exactly where?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|