![]() |
Updated Ibproarcade fixes
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 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:
Code:
RewriteEngine on Code:
RewriteEngine on
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
Quote:
|
Thank you
|
I found the file and did what it said but its still not saving scores
|
working on it now
you have a windows server so htaccess will not work as far as I know |
Hmm, I seem to be having the same problem as I am on a Windows server, too.
https://vborg.vbsupport.ru/showpost....&postcount=329 |
I've been looking through allllll the posts about allllll the many fixes and such to get this to work. I want to add gaming to my site but from what I've seen so far, I don't know if it's worth it or not.
I'm running 4.2 Is there an updated download so that I won't have any trouble running this add on? Thanks' Gary Living In Kentucky |
Quote:
I made it simple by editing the file here so you just have to upload them.. the arcade is well worth the time.. the main this in a couple files and the template change.. |
Hippy's arcade.php file fixed the stristr error for me. Centos on shared godaddy.
Thanks Hippy! |
can u explain layout fix & store css as files fix more plz?
what should i do after downling the attachment? |
Quote:
the files will have names and over write them in the correct directory's the store css is fixed with in the ARCADE template you will over write with the one here you'll only notice it if you use the option in vb options to store css as a file.. |
Using this: https://vborg.vbsupport.ru/attachmen...6&d=1335142146
and doing the change of "=&" to "=" (2 changes) in it fixed my install on 4.2.1 i also did the =& swap in the arcade.php in my admincp folder. :) RESULT! :up: Edit: then i was unable to start the arcade page from navigation in VBa, got "invalid Redirect URL" errors after being asked to log in, even though i was logged in.. stopped using the Vba link, instead used the Navigation manager to link to it.. fixed it. Now i have the issue with getting redirected to the 'activity stream' after a game :( EDIT: Fixed it: needs edit to index.php _also_ in my FORUM folder, as i'm using vbadvanced, (see here: https://vborg.vbsupport.ru/showthread.php?t=279298 ) i also made the .htaccess edit in my site root, not sure if this matters. now all is good :) |
Quote:
if your not on a windows server glad you got it all working |
I've applied all the fixes that I can find , now Im getting this: Parse error: syntax error, unexpected T_DEC, expecting T_STRING or T_VARIABLE or '$' in /home/cafeflir/public_html/index.php on line 57 can you tell me what I might need to fix to clear this so my scores will submit?
|
Error is in the index file did u add the code toit
I prefer using the htaccess Redirect instead. Check the code you added to insure it was placed correctly. |
Quote:
|
I am having trouble with saving scores, also with game load...this is for some games not all
Few months back I did mode rewrite URLS official VB code, everything worked in that time, of course I did not check every game but even in that time few users did play games on my site but were not complaining about saving scores or taht game is not loading for them... I did try this htaccess code here, ading it under RewriteEngine on also did erase code in index.php file but no, for some games its not working but for some games it is, I am confused as before those games were saving scores and also were loading now some games dont save score or dont load at all pls help thanks ooooppss I can see this is for V2.7.2 but I am using 2.7.1 Same thing or I have to upgrade arcade ? |
Upgraded VB to lastes version 4.2.2
Upgraded arcade to latest version V2.7.2, using main arcade.php from V2.7.1 As suggested in this thread: in arcade.php changed from Code:
$ibforums->input['s_id'] = ibp_cleansql($ibforums->input['s_id']); Code:
$ibforums->input['s_id'] = intval($ibforums->input['s_id']); .htaccess also changed and added as mentioned here in this thread also added this in .htaccess file as my admin cp has changed name: Code:
RewriteRule .* %{DOCUMENT_ROOT}/myadminCP/arcade_admin.php?%{QUERY_STRING} I am using Mod Rewrite Friendly URLs in VB adminCP options Also default VB .htaccess file for that My forums are in a root Can anyone please suggest me what to do, now main problem is that some games are not working at all, just like brooken game cant start but its flickering, or frozen, blinking.. not all games, some of them while very same games on another VB forums [same versions and all] are working just fine Did try to open games in style without modifications, did try to disable one by one modification and test all but same thing happens no mater what Finally I try to uninstall some games with problem than do a fresh install, same problem again ps Issue is with me since I started to use Mod Rewrite Friendly URLs, or after my server was upgraded, after these two noticed this issue but never on all games just some --------------- Added [DATE]1391435972[/DATE] at [TIME]1391435972[/TIME] --------------- my index.php file is in a root and when saving score it looks like this /forums/index.php?autocom=arcade&do=savescore when saving score "/forums/" should not e there...my problem is 99% related with mode rewrite URLS just dont know how to deal with it when it comes to arcade |
Hey Hippy
I am getting the following error on top of my arcade since we moved to a new server last month. Quote:
Can you help us? EDIT: Downgrading from PHP 5.3 to 5.2 worked. |
Sorry guys I been busy with that thing called life
All fixes posted here are still working to date On the lasted php sql configuration If your having issues still shoot me a pm with details to your site and server info And a link to your posttthat explains the issue your having and I will try to fix your issue On the other hand If your issue has been resolved Please post how so others may benefit from your finding Quote:
Quote:
Quote:
|
Wouldnt this be for older v3arcade?
PHP Code:
PHP Code:
--------------- Added [DATE]1391909093[/DATE] at [TIME]1391909093[/TIME] --------------- Anther fix: This one is for dark skins.. Add this to the ARCADE.css PHP Code:
|
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:
|
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! |
If your vb4
You'll need to use the navigation manager in your admincp. |
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! |
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 |
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? |
You add it to the main index.php file..
Below <?php add the code between these: // ibProArcade // end of ibProArcade |
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 |
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? |
Quote:
PHP Code:
|
ah, that did the trick. Thanks Stangger!
|
Try this for dark styles:
Add this to the ARCADE.css PHP Code:
|
Thanks Hippy for all the fixes, everything is working the way it should now!
|
I noticed this at the top of my threads. I'm sure it's coming from an edit I made but I cannot figure out which one.
Code:
Warning: Illegal string offset 'type' in ..../includes/class_postbit.php(345) : eval()'d code on line 87 |
All times are GMT. The time now is 06:18 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|