General Chat / Re: Airbus or Boeing? which do you prefer
« on: June 16, 2009, 08:05:47 pm »Airbus because they made in Europeand i think most of them are cheaper then they competitors from Boeing
OK, I choose Boeing because they're a US company.
/* * 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.
Airbus because they made in Europeand i think most of them are cheaper then they competitors from Boeing
Somehow I don't think that emoticon is appropriate...
... but yea, no one single game could entertain you forever.
(I hope you're not seeing something in that emoticon that was not intended) ...yes, we all lose interest after a while - that's why I usually take a break from AM for several months at a time, and of of course I'm sometimes just too busy and have to put it on hold for a while...my loadfactor takes a hit, but there you go...
There will be new features coming in the next two months or so,
they are becoming drier every time :p

I should probably add that it can't be scrapped.