/* * 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; } } } } }
I got an email from the Port of Seattle, saying that the pax amount this year will like go over 34 million... They said between 33 and 35.5 million :shock:
It also said that by 2020, SEA could have up between 40-45 million pax a year :shock:
Quote from: "Seattle"I got an email from the Port of Seattle, saying that the pax amount this year will like go over 34 million... They said between 33 and 35.5 million :shock:
It also said that by 2020, SEA could have up between 40-45 million pax a year :shock:
Do you think AM will be still there and you will still playing that time :wink: :roll: :lol:
Don't know. Never say never.
I'm not gonna lock it, I like philosophical-future-threads :P
Maybe AM will be a full-blown, feature-richer-than-now management game simulating every aspect of airline management, but hey, who knows...
That's the point where you should sell it and start all over again. :lol:
Quote from: "MrOrange"I'm not gonna lock it, I like philosophical-future-threads :P
Maybe AM will be a full-blown, feature-richer-than-now management game simulating every aspect of airline management, but hey, who knows...
Or may be AM reaches a level of realsim where we are used by actual airlines for planning? :lol:
You might not believe it, but I can actually be quite likeable. You just haven't seen the nicer me yet. :twisted:
@JapanAir: To be fully numerically correct, we would need a non-wiki source for this. Although this specific article seems to properly quote its sources, you can never be really sure :) If you actually have the Canada Flight Supplement, we'd love to hear :)
Quote from: "jameswyhk"
Don't know. Never say never.
Yeah, it is JUST another 12 years. I'll be 45 years old then. Dont know if I would still be able to understand the rules. :lol: Maybe Stephen doesnt either and we wont have any rules anymore :lol: But we are going off-topic :shock:
Quote from: "AirHanoverInternational"Quote from: "jameswyhk"
Don't know. Never say never.
Yeah, it is JUST another 12 years. I'll be 45 years old then. Dont know if I would still be able to understand the rules. :lol: Maybe Stephen doesnt either and we wont have any rules anymore :lol: But we are going off-topic :shock:
I'll be 26 at that time.