Quote:
Originally Posted by Pikok
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.
|
Hack 'o the hack, eh?
Yes, you can do as Pikok, but try not to set the $iplog_wait to 0. It will disable this hack for the arcade.php script, the minimum (and still safe) value for the $iplog_wait variable is 1.