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 |
#122
|
||||
|
||||
logging out when submitting score?
I updated this post with some new info enjoy https://vborg.vbsupport.ru/showpost....28&postcount=3 |
#123
|
||||
|
||||
I tried to follow your instructions for centering the text but seem to have messed some of it up, can you please help? Here's a screen shot.
|
#124
|
||||
|
||||
replace your skin_arcade.php with the one from this thread
https://vborg.vbsupport.ru/showpost....3&postcount=18 you moved something to the wrong place.. what post where you following ? |
#125
|
|||
|
|||
Sorry to everyone for posting - Hippy I have attempted to follow all of your fixes however got easily confused.
I am running vb4.1.2 and have the lusterous theme from forumthemes.com and am having issues on my arcade page that hopefully you will be able to help me with. http://www.sports-force.net.au/forums/arcade.php Please help if you can. EDIT: I had to remove the part about additional.css as it was messing up my forum theme. |
#126
|
||||
|
||||
replace your skin_arcade.php with this one and let me know how things look
https://vborg.vbsupport.ru/attachmen...3&d=1295919489 just do the ARCADE template change .. instead of the template and the css |
#127
|
|||
|
|||
worked a charm thanks mate looks absolutely awesome.
|
#128
|
||||
|
||||
welcome
|
#129
|
||||
|
||||
Bug in ibProArcade v2.7.0+
Extended vBulletin-Version ? MrZeropage Received this mail See BSIT07-01 and Zeshan Rana BSIT07-01 has played 1 game and didn't played 2nd try... But Zeshan didn't played anything... after 7 days BSIT07-01 got disqualified.... This problem occurs again and again in lot of tournaments... |
#130
|
||||
|
||||
Hello,
I have been receiving a 404 error when I originally go to the arcade and click a link in Firefox or Safari. If I refresh arcade.php page after it has loaded the links are fine and go right to the games. Here is an example of the 404 error url I receive. (If you notice the path repeats itself but the seesion ID dissapears when I post In here) /forum//forum/arcade.php?&act=Arcade&do=play&gameid=3694 Here is an example of the url that works after I refresh the arcade.php . /forum/arcade.php?&act=Arcade&do=play&gameid=3694 It appears to be repeating twice... Can anyone help? P.S. I have donation for help. To see my problem click on my signature and go to arcade and click on a game in safari or firefox. You will notice that it takes you to a 404 and the file path is doubled? After you arrive at the 404 go back to arcade and refresh browser and click on a game and it will work.??? Check it out it is a strange bugg...... It repeats the session ID twice and the /forum/ path. |
#131
|
||||
|
||||
I can't view your arcade or forum for that matter with the link in your sig
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|