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 |
#102
|
||||
|
||||
Hey there, I am using suite version My addy ends in forums.php.. The code is added to my index.php as well.. Also my users are reporting that it is a 50/50 thing with this error too. Im am clueless at this point lol. I def do know that the arcade was running great without any complaints. Then the day after I updated to new version, I had 100 members saying they were having issues.. Hmmm, Id have to think it was from the update... Oh also, I am only one with access to phpmyadmin, CP, etc... Thank you so much for your insight, and I'm praying for a fix soon lol.. Thanks again and ttys!
|
#103
|
||||
|
||||
we can try a couple things ..
do you use MSN ? if so add me as a contact.. my info is in my profile here .. |
#104
|
||||
|
||||
Added and msg sent! Thanks Hippy!!!!
|
#105
|
||||
|
||||
This thread has kind of become one big long support thread, with no single subject. It kind of defeats the purpose of having a support forum if everyone is asking all their questions in one thread. While I think Hippy is doing a great job, having each of these questions in individual threads will help other users down the road when doing searches. It's tough to find information when it's all strewn in a long thread, and this one doesn't seem to have an exact focus. People are just asking random arcade related questions, which is counterintuitive when you have a whole forum set aside for that purpose.
I recommend everyone direct their questions to the support forum as separate threads if you cant find it elsewhere. I'm sure Hippy and others will still be happy to help you and offer support more easily and keep everything more organized. |
#106
|
||||
|
||||
yes Digital_Jeti
would be great if this was used for what it was intended for.. Only mod for this forum is Mrzeropage.. wish he was around again.. I read these forums all the time and If I can help I will reply to your threads.. This was not meant for a support thread .. It's for the bug fixes that got lost in the arcade mod thread etc.. I will address any questions about the topic on hand or if you have trouble adding any of the fixes post.. Happy Arcading |
#107
|
|||
|
|||
I did the modification to the index.php and still not working Yesterday I did the upgrade from 4.0.8 to 4.1 and I´m having the same problems with the scores ( Not recorded after the uprade ) Another ideas ??
|
#108
|
||||
|
||||
if you did the edit to the index.php and still not saving make sure you have rememeber me ticked when you log to the forum..
|
#109
|
|||
|
|||
The current ibProArcade really needs an update. Apply those fixes. If the original coder, MrZeropage can't do it then maybe someone can ask his permission to release a new one with those fixes.
|
#110
|
||||
|
||||
While some of these fixes can be included in an update, the major "fixes" are not due the mod needing updating, but because they require edits on the back end. Something MrZeroPage would not have access to. Things like missing token or CSS issues are not in the developer's purview.
|
#111
|
|||
|
|||
Anyone know how to fix this?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|