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 |
#312
|
||||
|
||||
what version of vb are you running ?
if your running anything under vb4.2.0 then use this mod https://vborg.vbsupport.ru/showthread.php?t=235218 or here is the xml to install it for you https://vborg.vbsupport.ru/attachmen...6&d=1328153789 if your vb4.2 then use the navigation manager and here is the updated fix thread https://vborg.vbsupport.ru/showthread.php?p=2328579 |
#313
|
|||
|
|||
Hello Hippy
Can you help me with this Error? Error #011 -> gid=108|ui[a_sess_gid]=108|g[gid]=|vs[mid]=11578|vs[gname]=redandblu|gamename=redblu I am unsure for what stays the Error 11 ?? Thanks in Advance Mahoni |
#314
|
||||
|
||||
I need a little more detail.what version are you using what started this error. Where are your seeing this error what fixes did you apply already . The more the better
|
#315
|
|||
|
|||
i am not havin the Problem myself. just trying to help somebody.
Arcade running is 2.7.2 Certain Games can`t submit Highscore. Not all of them basicly older ones. The basic Error-Message is: This score was not submitted from the game. Your score will not be saved. After Debuging we got this Error 11 Message. holdsession.php is in Place. No CMS is running so no Need to modify the index.php I will try to get more Details. Kind Regards, Mahoni |
#316
|
||||
|
||||
If your using vb4 open up the holdsession and delete everything in it or comment it all out..Save and upload over writing the old one. if its vb3 leave it...its not needed for vb4 open but you cant just delete the file. Because the script is calling it m but it will be find like that.
|
#317
|
|||
|
|||
Oh sorry forgot to tell which vb Version.
Arcade is running on vb 3.8.6 |
#318
|
||||
|
||||
Quote:
Looking at your error message,,it doesnt have the game id.. Error #011 -> gid=108|ui[a_sess_gid]=108|g[gid]=|vs[mid]=11578|vs[gname]=redandblu|gamename=redblu The g[gid]= should say g[gid]=108.. Look at the game redblu and see if its id is 108.. |
#319
|
|||
|
|||
Hello stangger
The Game ID is correct. it is 108. For sure Cheating is not the Reason for it. I just play the Game regular and it won`t save. On my Site the Game works fine and saves Highscores. So i guess it must be something on this other Site. Could it be a Incompatibility of the PHP Version? How can the game id get lost? Regards, Mahoni |
#320
|
||||
|
||||
Have them look in the error logs,,see if it says anything about max_input_vars in php.ini ..
|
#321
|
|||
|
|||
Hello stangger
What if they see a Error Log like you posted? What would be the Problem? i Know this is responsible for the Runtime. Would that mean the PHP Version isn`t good for the Arcade? Regards, Mahoni |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|