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 |
#272
|
|||
|
|||
Hey,
I?m having problems with the postbit: I?ve tried out your bug fixes but it still is completely mixed up. Could you please help me? Thank you! Regards |
#273
|
||||
|
||||
the code you added was from the read me file in the zip file ?
well t he code was wrong try this https://vborg.vbsupport.ru/showpost....28&postcount=3 if you have it's another mod doing it but this one triggered it . I'll need to pop in there to see pm me details if you don't get it with that post |
Благодарность от: | ||
durruti |
#274
|
|||
|
|||
Thank you, it works!
|
#275
|
|||
|
|||
I tried searching this thread but wasn't able to find anything on this bug.
I upgraded from arcade 2.7 to 2.7.2 in vB 4.0.8 and got this message: Quote:
|
#276
|
||||
|
||||
Quote:
|
#277
|
|||
|
|||
Some games are black after the upgrade. Any advice? Running 4.1.11 and the latest Arcade.
|
#278
|
||||
|
||||
if you click a game and it's black .. it's missing the .swf
if you still have the game you uploaded use winrar to unpack it and re upload via ftp the *.swf file to your arcade folder.. if they are all black, most likely you don't have flash install on your browser |
#279
|
|||
|
|||
Quote:
I'm having this issue aswell. |
#280
|
||||
|
||||
reset-fonts.css template change the #000 to the color of your choice ..
legend{color:#000 I believe the html{color:#000; as wel but I forget what font it changed |
#281
|
|||
|
|||
After upgrading to the latest arcade version or vbulletin.... i am getting this error at the top of the arcade:
Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550 I am not sure exactly if this started happening after upgrading to the latest vbulletin or arcade (both were don't recently) Anybody can help me with a solution? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|