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 |
#242
|
|||
|
|||
I have been getting this since the update
Quote:
|
#243
|
||||
|
||||
welcome --------------- Added [DATE]1317491826[/DATE] at [TIME]1317491826[/TIME] --------------- Quote:
you may of missed a file replacing them .. try and reupload ALL files .. then re import the xml file in the admincp and allow over wirte.. should fix ya up.. |
#244
|
|||
|
|||
Fresh re-install still same problem made no file edits what so ever. I get this error when I got to the arcademodcp and try to edit score comments. That is the msg that pops up when i click the edit button.
Quote:
PHP Code:
PHP Code:
PHP Code:
|
#245
|
||||
|
||||
I still think some files are not getting over writen'
does it do the same thing for the other skin ? skin_arcade.php? it must because the line in your mod_modcp.php file should be PHP Code:
PHP Code:
PHP Code:
|
#246
|
|||
|
|||
That is a proper working fix thanks. I for the sake of trying to save my sanity re re downloaded the mod from the release thread. Opened it and went right to mod_modcp.php and the edit has to be done there to. So I know i overwrote everything this is actually a small bug in the code.
https://vborg.vbsupport.ru/showthread.php?t=101554 |
#247
|
||||
|
||||
it didnt over write if thats the line in the file you posted...
|
#248
|
|||
|
|||
Thank you for your help. And I guess this problem only pertains to me... But.
http://www.youtube.com/watch?v=mxMHZSNxybs |
#249
|
||||
|
||||
dude sorry I did PM zeropage about that I found that the day released ...
and I fixed my file and pmed him about it ... your 100% correct that line should of been the same as the otehr line .. simply change it to the above , whatI posted and your fixed ... |
#250
|
||||
|
||||
been doing some testing .. with this issue of being logged out if you don't have remember me checked when logging to the forum.
A little info on what I did I completely removed holdesession.php and anything and everything to do with holdsession.php in the files, skins etc and also in one of the ibProArcade plugins I logged to the board with remember me not checked.. I played alot of games.. paused for few min, finished the game, submitted score .. no issues played long games..10 15 min. played short games.. worked 100% and the best part is no errors in the apache log file.. and you don't get logged out of the arcade /forum works with or with out remember me checked.. I think now after this testing that the holdsession is no longer needed with vb4.08 and newer. tested on vb4.1.7 going to test some more and consult with a few.. will keep ya posted |
#251
|
||||
|
||||
still working with out a hitch..
with out editing every file .. just delete everything in your holdsession.php and upload it .. yes it will be blank.. but it's just about the same this is how I stumbled across this.. anyone wants to help test this out let me know.. Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|