Anyone having problems with IPB games not saving scores, download the attachment I've added to this post, extract the file and upload the v3arcade_index_compatibility.php file to your includes folder - overwriting the existing file.
Anyone receiving this error when importing Mochi games,
Fatal error: Must set URL with set_option(VURL_URL, $url) in [path]/includes/class_vurl.php open your class_vurl.php file and find:
Code:
if (empty($this->options[VURL_URL]))
{
trigger_error('Must set URL with set_option(VURL_URL, $url)', E_USER_ERROR);
}
Either delete that code or comment it out and re-upload the file.