Ok, they have told me that its an scripting error and they don't deal with it..
They have also advised me that there are some files infected with the injection of iframes and exploits to your script. But the thing is that I have just downloaded the NEW 3.8.3 once again and re-up it but still the same thing once again...?
ANyway, I have changed back the code how it was..
Quote:
// ################################################## ###########################
// start server too busy
$servertoobusy = false;
if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN' AND $vbulletin->options['loadlimit'] > 0)
{
if(!is_array($vbulletin->loadcache) OR $vbulletin->loadcache['lastcheck'] < (TIMENOW - 300))
{
update_loadavg();
}
if ($vbulletin->loadcache['loadavg'] > $vbulletin->options['loadlimit'])
{
$servertoobusy = true;
}
}
|
Anything else that I can do... I really need it fixed.. I do not want to waste 100s of hours

re-finding, re-uploading and re-managing the Mods...
Can anyone help me?