The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ibProArcade Fixes Details »» | ||||||||||||||||||||||||||||||
Quote:
or Full width Forum logo mod the above ARCADE template will work alone this template should be changed anyway.. the arcade is so out of date. it's calling the old template ARCADE instead of ARCADEVB4 I just copied the ARCADEVB4 template and added it to the ARCADE template with a couple small changes If you are still using the stock ARCADE template soon or later it's going to stop working.
Quote:
if adding this code to your index.php don't work below as stated in your arcade zip file you downloaded Code:
open index.php At the very beginning of the File, right after: ---------------------------------------------------------- <?php ---------------------------------------------------------- you have to insert: ---------------------------------------------------------- // 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; include "member.php"; exit(); } // end of ibProArcade ---------------------------------------------------------- Otherwise your scores won't be recorded :) If the Above edit does not work Pitman posted a rewrite that does the same things with out editing the index.php or of you don't have one https://vborg.vbsupport.ru/showpost....6&postcount=83 I also have a version of this from stangger5 Posted in the new updated Ibproarcade fixes Fatal error: Allowed memory / uploading in bulk Quote:
I tried to add all the bug fixes in one thread to make it easy for people to find them.. If I forgot any feel free to post them here.. Hope this helps out enjoy Download Now
Show Your Support
|
Comments |
#282
|
||||
|
||||
Quote:
https://vborg.vbsupport.ru/showthread.php?t=279382 stangger5 has posted the way he did it .. if you need me to do the edit and send you the file pm me.. |
#283
|
||||
|
||||
added more info / fixes to the first post
|
#284
|
|||
|
|||
Quote:
|
#285
|
||||
|
||||
You need to add a <br /> in template that you added the code to
|
#286
|
||||
|
||||
For People looking to add a Tab / buttton for the arcade
Arcade: Main Nav Tab + Sub Menu + Dropdown Menu https://vborg.vbsupport.ru/showthread.php?t=235218 by princeedward if you do not want to add this plugin manually here is a xml..... https://vborg.vbsupport.ru/attachmen...6&d=1328153789 |
#287
|
|||
|
|||
I have this problem:
I followed the instructions from the first post and anything :S Any idea? |
#288
|
|||
|
|||
instead of dozens of confusing fixes why isnt a new pack released ?
i appreciate your efforts hippy but im afraid its too much of a mess - im even using default skin and it doesn't display correctly after years of using this mod im going to have to finally uninstall it until its supported correctly again |
#289
|
||||
|
||||
Quote:
its all here for Mrzeropage to add to his first post.. sorry I can only do so much to keep it alive.. --------------- Added [DATE]1336694677[/DATE] at [TIME]1336694677[/TIME] --------------- Quote:
and make sure you change the template I have in the first post...If you need me to stop by pm me |
#290
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?p=2328579#post2328579" target="_blank">Updated IbProarcade Fixes</a>
this thread will no longer be updated ... thanks |
#291
|
||||
|
||||
Quote:
and attached them.. replace your skin files.. in /arcade/skins/ folder over write |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|