To fix this HTTP error, find this function (bwwc_utils.php) and change its contents as follows (you will be deleting most of it)
function BWWC__file_get_contents ($url, $return_content_on_error=false, $timeout=60, $user_agent=FALSE)
{
return @file_get_contents ($url);
}