My fault, I didn't add that to the instructions.
Just add this function to your ubbt.inc.php (I updated the instructions to reflect this):
function remoteFileSize($remote_file)
{
$file = file_get_contents($remote_file);
return strlen($file);
}
[]
Also, I'm getting some $imageUrl errors, its creating:
http://http://www.viperalley [/]
Mhh, I just use the standard regexp. Maybe the user entered it that way?