General Chat / Largest DOP on a plane
« on: February 06, 2008, 03:29:22 am »1.4M
/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
The A300B1 should be able to carry 296/302 pax in high-density, all economy seats (at 74 cm pitch I think, but not 100% sure) according to the Jane's All the World's Aircraft.
It is not production version, which is absolutely true. Only 2 were delivered, and those were the prototypes I believe.
Out of curiousity... why that price?
What I meant was that the -900HGW is essentially the -900ER. Difference in range may be because the person responsible for aircraft data didn't use the manufacturer's data but something slightly more reliable.
The 737-300ER is in the game, but it's not available in 2007. The -700HGW is the ER version of the -700, same applies to the -900.
:shock:
oh... drop those commas when you type in the rates.