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 |
#252
|
|||
|
|||
4.1.8 removed ARCADE link from Navbar, how to put it back??
--------------- Added [DATE]1322075201[/DATE] at [TIME]1322075201[/TIME] --------------- nvr mind I got it. --------------- Added [DATE]1322075960[/DATE] at [TIME]1322075960[/TIME] --------------- 4.1.8 Vb, have a user saying.... "When in the arcade - it won't update your score - it says it needs a security certificate" I am unable to duplicate it and have asked that person what game he was in. But has anyone seen this one? |
#253
|
||||
|
||||
check your apache error log .. most likely it's missing the gamedata folder..
|
#254
|
|||
|
|||
Getting there errors any idea what it may be? Also my game scores save but when i hit the score screen i get this string of errors |
#255
|
||||
|
||||
when I get home I will see what I can figure out
--------------- Added [DATE]1324500424[/DATE] at [TIME]1324500424[/TIME] --------------- I can't make this out by your errors posted I'm going to need to get on your place to see pm me details. |
#256
|
|||
|
|||
Hi there,
I am sure I did all right during nstallation, all files are at its place. But this one left me in confusion: Quote:
Best regards L.R. |
#257
|
||||
|
||||
make sure you upload the files to the correct place ..
these file are missing or in the wrong place includes /xml/ folder xml/cpnav_arcade.xml xml/hooks_ibproarcade.xml xml/product-ibproarcade.xml |
#258
|
||||
|
||||
Thnx for the fixes Hippy!
|
#259
|
||||
|
||||
Hippy, Please help.!!
I have tried every fix here, & still nothing. Actually i've done so many fixes i think my fixes are causing problems. lol (not really, but ive done way more than i needed to) http://www.gamelobby.com/Forum/arcade.php |
#260
|
||||
|
||||
try this
https://vborg.vbsupport.ru/attachmen...7&d=1301435838 https://vborg.vbsupport.ru/attachmen...3&d=1313025056 upload these to skin files and allow over write.. if you did all the fixes this is all thats left.. because of your custom style this will work.. welcome --------------- Added [DATE]1326143704[/DATE] at [TIME]1326143704[/TIME] --------------- Quote:
|
#261
|
||||
|
||||
I'll try those, but they are php files (& you say allow overwrite.?) Also, im not sure what you mean by this ^
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|