The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Updated Ibproarcade fixes Details »» | |||||||||||||||||||||||||||||||
These fixes are for 2.7.2
for vb4*
Have you updated to the latest Ibproarcade? and now your getting a error at the top of your arcade ? grab this arcade.php file and replace the one in your forums root dir https://vborg.vbsupport.ru/attachmen...6&d=1335142146 this is the most current. Fixes applied (info was from Stangger5) in some cases you may need to use this one https://vborg.vbsupport.ru/attachmen...7&d=1335699982 It may have to do with older out dated servers, php etc to learn more about the fix Quote:
Quote:
Quote:
I applied the fix for you Over write your admincp/arcade.php with this one https://vborg.vbsupport.ru/attachmen...3&d=1335925004
over write your ARCADE template with the attachment --------------------------------------- --------------------------------------- ---------------------------------------
now paste it into the additional.css click save...[/s] --------------------------------------- --------------------------------------- --------------------------------------- now go to Plugins & products > plugin manager > Product : ibProArcade for vBulletin >ibProArcade: ARCADE CSS and select no for "Plugin is Active" ... thats it turn store css as a file back on New Template attachment (no longer need to add the contents of the ARCADE.css to Adittional.css https://vborg.vbsupport.ru/attachmen...8&d=1336828294
Quote:
grab this file and replace your /arcade/functions/functions.php https://vborg.vbsupport.ru/attachmen...7&d=1329093568
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 or your tired of editing your index.php file after a vb update. you could do this
stangger5 came up with .. when I was in a pinch edit your .htaccess If you have one or add Code:
# Send hardcoded ipa scores to arcade instead RewriteCond %{QUERY_STRING} act=Arcade [OR] RewriteCond %{QUERY_STRING} autocom=arcade RewriteRule ^index.php arcade.php [L,QSA] Code:
RewriteEngine on Code:
RewriteEngine on # Send hardcoded ipa scores to arcade instead RewriteCond %{QUERY_STRING} act=Arcade [OR] RewriteCond %{QUERY_STRING} autocom=arcade RewriteRule ^index.php arcade.php [L,QSA]
Quote:
Quote:
https://vborg.vbsupport.ru/showpost....3&postcount=14 I did the necessary edits for stock and custom styles attachment is here https://vborg.vbsupport.ru/attachmen...9&d=1336830186 --------------- Added [DATE]1336784026[/DATE] at [TIME]1336784026[/TIME] --------------- Great working Addons for IbProarcade Cinema Mode for ibProArcade ibProArcade 2.7.0 multiple CMPS-Module vb4 Ibproarcade new post on highscore Ibproarcade new thread on highscore ibProArcade reduce scores to keep arcade competitive. By stangger5
Show Your Support
|
Comments |
#22
|
|||
|
|||
OK, our arcade was working fantastic after I downgraded the PHP version it was using then today games stopped saving scores.
I added the index code (to my content file for 4.x suite although I did try in the index too but that did not work either). My .htaccess is Quote:
I am getting error code # 011 on some games and error code # 006 on others. If I add the code to my index.php instead of my content.php it changes to error # 010 Any advice? EDIT in case you need the exact error: Space invaders (and some others) Quote:
Quote:
|
#23
|
||||
|
||||
Hello!
I'm trying to update the Navbar template but when I try to find this: < li>< a href="calendar.php{ vb:raw session.sessionurl_q}" > { vb:rawphrase calendar}< /a >< /li > I get "not found" Is there a way around this? Thanks! |
#24
|
||||
|
||||
If your vb4
You'll need to use the navigation manager in your admincp. |
Благодарность от: | ||
AuroraStorm |
#25
|
||||
|
||||
Hey Hippy!
Okay, I see it (using 4.2.2) but I'm not sure which one to update... --------------- Added [DATE]1395878547[/DATE] at [TIME]1395878547[/TIME] --------------- Oh wait...I think I get it. I have to create a tab and use the code as the link for the navbar? --------------- Added [DATE]1395880695[/DATE] at [TIME]1395880695[/TIME] --------------- YES! I figured it out! Thank you, Hippy! |
#26
|
||||
|
||||
I`ve made a easy to install mod for that...
ibProArcade Tab in Navbar vb4.2 Found here: https://vborg.vbsupport.ru/showthread.php?t=309596 |
#27
|
|||
|
|||
I'm not having scores recorded on mine - it's the only issue I have. I've looked at this...
Quote:
Any ideas on where I should be looking to apply this code please? |
#28
|
||||
|
||||
You add it to the main index.php file..
Below <?php add the code between these: // ibProArcade // end of ibProArcade |
#29
|
|||
|
|||
Hi,
sorry but i have same problem with activity.php .... i edit my htaccess and upload new arcade.php from https://vborg.vbsupport.ru/showthread.php?p=2328579 but what i must change for fix it? i only use vbulletin 4 with cms... not vbadvanced. I do not get the solution |
#30
|
|||
|
|||
I'm running into problems getting the display to look correct. I applied the change to make the css file as a file but I didn't see any css modifications posted around clean up. It could be that the theme I purchased, didn't account for the arcade appropriately I'm just not sure.
See Arcade: http://www.twistedbastards.com/arcade.php Any thoughts? |
#31
|
||||
|
||||
Quote:
PHP Code:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|