Deceptor
Former Developer
Looks like vBET is using a cookie there, I had spoke to the developer and he said this cookie is no longer used so vB Optimise won't encounter it. I'd say try the following edit so vB Optimise respects this cookie for guests:
Open: ./vboptimise/core/class_vboptimise.php
Find:
Replace it with:
Save/upload, see if the problem still occurs
Open: ./vboptimise/core/class_vboptimise.php
Find:
Code:
$key = md5(implode('', @array_merge(array(
THIS_SCRIPT
), $_REQUEST)));
Code:
$key = md5(implode('', @array_merge(array(
THIS_SCRIPT,
$_COOKIE['vbet_language'],
), $_REQUEST)));
Save/upload, see if the problem still occurs
