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 |
#162
|
|||
|
|||
Does this fix the issue I have been having.
The issue I have is if users do not check the remember me button when logging in they get logged out when submitting scores. |
#163
|
||||
|
||||
Thanks for your hard work with this, Hippy. I'm on 4.1.5, and thanks to this thread, ibProArcade is humming along nicely. You rock!
|
#164
|
||||
|
||||
glad to be of help..
enjoy |
#165
|
|||
|
|||
Hello everyone. I updated my vB from 3.8.7 to 4.1.5 and there is a little problem with the Style (Footer).
There is a little space at the Footer. How can i fix this? |
#166
|
||||
|
||||
replace your ARCADE template with the one i have posted here
|
#167
|
|||
|
|||
Thanks a lot
One more question. In the Tab of my Browser i can see the complete URL to the Arcade what can I do to see the Name of it? |
#168
|
||||
|
||||
I am not sure but I think your talking about the titlte of the game and or arcade in the top of your browser ?
if so my first post explains how to fix.. https://vborg.vbsupport.ru/showpost....15&postcount=1 hope this helps if this is not what your taking about .. post a screen shot so I have a better idea of what your talking about |
Благодарность от: | ||
fireglow305 |
#169
|
|||
|
|||
Here a Screen of the Tab.
I would like that only the Word "Spielhalle" stands there |
#170
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?p=1972723#post1972723" target="_blank">https://vborg.vbsupport.ru/showt...23#post1972723</a>
|
#171
|
|||
|
|||
Yes, that's it. Thank you for helping.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|