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 |
#152
|
|||
|
|||
Hi I'm running 4.1.3. I have a very large post table and I believe it causes it to hang on installation. My browser just quits and says done in the middle of installing. Any suggestions?
|
#153
|
||||
|
||||
I don't think it has anything to do with large post tables..
sounds like a server time out ?? |
#154
|
|||
|
|||
Hey Hippy,
Ive been searching for the fourms for 3 hours now and still can't find a fix for my problem. FYI I am using vBadvanced and vb 3.8 Problem 1: Im getting the common redirected to the index page and score is not saved after playing a game. I have added the fix as suggested in the OP at the top of index.php but nothing has changed. I cannot do the alternate renaming of index/forum step because i do not have a fourm.php file. Under my forum home page options the "Script Name for Forum Home Page" has already been set to index before installing this mod. Problem 2: The arcade isn't integrated fully in width, it only takes up 70% of the page. I normally will try to edit the template manually to make the table width =100% when this happens but in this case i cant find the template to edit. My site can be viewed at Thank you so much for your help, you have been an amazing help to many people in this forum. |
#155
|
||||
|
||||
yeah these fixes have only been tested on vb4.
been a longgggg time since I used vb3. I also never seen vbadvanced intgrated with the arcada.. vb3 does not have forums and index in the forum root dir.. only index.php so you must of renamed it. before you change index to forums manualy in your Script Name for Forum Home Page rename you forums.php or copy the forums.php and rename it to index.php and upload it.so you have both files with the same content in it but the index.php file will have the arcade portal edit or you can change it back. and make a redirect forums.php to the index.php or have the same file with 2 names like i said above I downloaded a fresh copy of vb3.8 and and there is a index.php file in the forums root dir but no forums.php try what I said above and add the portal arcade edit there.. what browser are you using .. the arcade page was 100% for me with IE but not firefox.. this can be edited in the skinaracade.php file in your aracde skins folder.. with out having a vb3 to test this out on I my have to test it out by you.. hope something here helps you out .. |
#156
|
|||
|
|||
hey hippy,
for 1) tried having 2 copies and it didnt work still. i read something about it maybe being .htaccess and how it might be redirecting the index page away but i cant even find my .htaccess file! arghh https://vborg.vbsupport.ru/showthrea...=171430&page=3 (lol thats how far i went back searching) there are people who have used vbadvanced and seem to have got it working properly. if you could find a solution forVB3 with that fix ill be so grateful, i really have no idea what to do still Update: are comments supposed to be displayed with the scores? as of now i cant see any comments with the scores, but the scores still register correctly. just that the redirect to main page is really annoying for members having to go the main page all over again, i guess its not working as intended, hope that helps in finding whats causing the problem. for 2) yeap i get the exact same scenario! its fine in IE but in firefox it displays weirdly and i dont know what to edit the .php seems massive and i cant understand it my limited coding knowledge. i see a 75% and 25% width but i dont think thats causing the problem and its strange it only affects firefox. update: this error is probably vbA related you can ignore it unless you have an easy way to solve it. im getting this width error on other pages like but on my normal pages (e.g forums, other modules) it is totally fine let me know what i could do, will be more than happy for u to test it out by me |
#157
|
|||
|
|||
bump!
still having trouble with it.. is there any support still for this mod? |
#158
|
|||
|
|||
i installed 4.1.4 and my arcade has vanished i still have all changes to templates ect how do i get it back .....
|
#159
|
||||
|
||||
vanished??????????
with out seeing it I would re import the xml file.. allow over write then do the template edites --------------- Added [DATE]1308014030[/DATE] at [TIME]1308014030[/TIME] --------------- Quote:
when I come across a fix for you I will post back |
#160
|
|||
|
|||
thanks hippy, i will be eagerly awaiting your reply
|
#161
|
|||
|
|||
thanks hippy i reloaded everything and redid the templates working perfect on 4.1.4
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|