Shared [FREE] cPanel offshore HOSTING for Button

Status
Not open for further replies.
Made a new one:
l71w2usvnq9u246dof3.png
 
go to file manger (chat/install_files) and look for file step_1.php and look for :


// checks suhosin.post.max_vars option. artemK0
$maxVars = ini_get('suhosin.post.max_vars');
if(strlen($maxVars) <= 0 || $maxVars >= '400')
{
$good = true;
}
elseif($maxVars <= '2400')
{
$good = false;
}
$canContinue = $canContinue && $good;
Message('PHP setting <i>suhosin.post.max_vars</i> >= 400:', $good);

and change to 400 to 200
 
go to file manger (chat/install_files) and look for file step_1.php and look for :


// checks suhosin.post.max_vars option. artemK0
$maxVars = ini_get('suhosin.post.max_vars');
if(strlen($maxVars) <= 0 || $maxVars >= '400')
{
$good = true;
}
elseif($maxVars <= '2400')
{
$good = false;
}
$canContinue = $canContinue && $good;
Message('PHP setting <i>suhosin.post.max_vars</i> >= 400:', $good);

and change to 400 to 200

Does this apply if the shoutbox is already installed? The message appears in the ACP.

[slide]http://screensnapr.com/u/1fp9yh.png[/slide]
 
Status
Not open for further replies.
Back
Top