General Chat / Post a picture of yourself....
« on: July 17, 2008, 05:03:52 am »taxiing onto runway 29 for departure at KHAO on monday for my lesson.....went well, nice and smooth....as of today, im up to 10.8 hours
/* * 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: "FWA2500"
Where you have found the blank plane?
I hope you are comparing the Russian pre-glass cockpits with "Western" pre-glass cockpits? Because I'm sure flying a Trident would equally be as difficult as flying a TU-134.
And I am a fan of Russian craft too, they have character along with the more 1960s/70s British aircraft.
the ones I find on the web (and believe me I've looked all over!) are almost always inaccurate in one way or another.
Modern day planes aren't all made by machine! They are designed on computers, by people who put all their soul into making the planes!
That one?
That is a 707 someone made me
btw, Vamerica, is that an A380 in your logo?