General Chat / Aero World Airlines
« on: June 24, 2008, 07:35:58 pm »Good luck!
/* * 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.
Quote from: "Wizzie"Personally I would like a 1990s world
That'll sort out the men from the boys
Sorry if this is a stupid question but, how would that sort out the men from the boys?
I was thinking of basing in smaller airports with gate fees either 50,000 or 100,000 (leaning towards 100,000), and then fly only to major cities with gate fees 150,000 or higher)
That'ss why it's not a good idea to lease out planes fro 9999 months (You can keep it until 10 years old and the airline who lease your planes will suffer from high maint. cost ) :cry:
DOP €200,493,195
Loadfactor 100.00%
how about a B737 or A320 as a starter plane