for vb4*
- stristr error
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
this is the most current. Fixes applied (info was from Stangger5)
in some cases you may need to use this one
It may have to do with older out dated servers, php etc
to learn more about the fix
MrZ changed this:
2.7.1
Código:
[COLOR=#000000] [COLOR=#0000BB]$ibforums[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]input[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'s_id'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]ibp_cleansql[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$ibforums[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]input[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'s_id'[/COLOR][COLOR=#007700]]); [/COLOR][/COLOR]
2.7.2
PHP Code:
Código:
[COLOR=#0000BB]$ibforums[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]input[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'s_id'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]intval[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]ibp_cleansql[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$ibforums[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]input[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'s_id'[/COLOR]]));
Código PHP:
$ibforums->input['s_id'] = intval($ibforums->input['s_id']);
I`m no guru like MrZ...

--------------- Added 01 Mar 2012 at 01:29 ---------------
To get this thread back on track,,here is a very good read for the ones wanting to learn some of the vBulletin Input Cleaner..
Using the vBulletin Input Cleaner
- If your getting a error in your admincp when going to the arcade settings etc
- reported by
Originally Posted by katim110
there is another error appears in admin panel:
Deprecated: Assigning the return value of new by reference is deprecated in /home/admin/domains/zoubida.nl/public_html/forums/admincp/arcade.php on line 897
Deprecated: Assigning the return value of new by reference is deprecated in /home/admin/domains/zoubida.nl/public_html/forums/admincp/arcade.php on line 5386
Deprecated: Assigning the return value of new by reference is deprecated in /home/admin/domains/zoubida.nl/public_html/forums/admincp/arcade.php on line 897
Deprecated: Assigning the return value of new by reference is deprecated in /home/admin/domains/zoubida.nl/public_html/forums/admincp/arcade.php on line 5386
I applied the fix for you
Over write your admincp/arcade.php with this one
- layout fix & store css as files fix
over write your ARCADE template with the attachment
---------------------------------------
---------------------------------------
---------------------------------------
- No longer needed
[TACHADO][s]then open up the ARCADE.css and copy it completely
now paste it into the additional.css
click save...[/s][/TACHADO]
---------------------------------------
---------------------------------------
---------------------------------------
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
- Spacing between icon and title fix
- Original Post is Spacing between icon and title
Originally Posted by Hippy

ok
I had a litte time so I found a fix for this
open /arcade/functions/functions.php
search for // we are on vB 4 or later WHOHOOO
Just under it on line 1380 you'll see
move it under
I made the edites for you I had a litte time so I found a fix for this
open /arcade/functions/functions.php
search for // we are on vB 4 or later WHOHOOO
Just under it on line 1380 you'll see
Código:
$navbits = $output_array['NAV'];
Código:
$navbits = construct_navbits(array('' => $ibforums->lang['page_title']));
grab this file and replace your /arcade/functions/functions.php
- Score Not Saving / Missing token
this code is found in your ibproarcade file you downloaded from the mod
[code]
open index.php
At the very beginning of the File, right after:
----------------------------------------------------------
Dejar un comentario: