can someone help please
im getting this error on all pages when hack is complete..
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2998
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2998
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2998
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2998
Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 2998
this is the code, as i say it only does it when the arcade is installed..
$returndate = $vbphrase['1_minute_ago'];
}
else
{
$returndate = construct_phrase($vbphrase['x_minutes_ago'], intval($timediff / 60));
}
}
else if ($timediff < 7200)
|