Quote:
Originally Posted by poetic
ohh just to tell you this has a couple problems when im in the arcade and then submit my score then the server abuse screen comes up
|
Look in "includes/vbiplogger.php" and find..
PHP Code:
$iplog_access_filename = $iplog_tempdir . $iplog_script . "_" . $iplog_access_filename;
Add this below:
PHP Code:
if ($iplog_script=='arcade.php')
{
$iplog_wait = 1;
}
If the arcade still shows the abuse screen or freezes, set it to 0 instead of 1. You should then safely be able to set
$iplog_wait = 2; at the top of the file for other files.