/* * 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; } } } } }
Its a pitty the MD-11 didn't reach its full potential, it had a lot of things going for it in terms of technology.
Its a pitty the MD-11 didn't reach its full potential, it had a lot of things going for it in terms of technology.
But it was an awesome plane as a passenger! HUGE cabin! The IFE system in the Swissair business class was awesome! And the POWER! It was like a rocket! And the pilots often used the spoilers during descent! :-* :-*
Its a pitty the MD-11 didn't reach its full potential, it had a lot of things going for it in terms of technology.
But it was an awesome plane as a passenger! HUGE cabin! The IFE system in the Swissair business class was awesome! And the POWER! It was like a rocket! And the pilots often used the spoilers during descent! :-* :-*
LOL :lol:
Maybe look in terms of safety :o
Who cares if a few hundred people died here and there, it was the first modern comfortable longrange 350 seat airliner ;) And that IFE system in Swissair Business kicked ass! :-*
Who cares if a few hundred people died here and there, it was the first modern comfortable longrange 350 seat airliner ;) And that IFE system in Swissair Business kicked ass! :-*
Pitty they got the wiring wrong. :( I would still like to travel on an MD-11, there's still a (slim) chance I suppose.
Who cares if a few hundred people died here and there, it was the first modern comfortable longrange 350 seat airliner ;) And that IFE system in Swissair Business kicked ass! :-*
LOL VS!
StephenM will never join the army!
Pitty they got the wiring wrong. :( I would still like to travel on an MD-11, there's still a (slim) chance I suppose.
You might want to hurry then. KLM is the last passenger operator, and has recently ordered A330-300 to replace them. Apart from that, you can sign up with the US Army. They fly their troops to the ME on World Airways MD-11s.