/* * 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; } } } } }
As this would probably a short round I would like to use it for some testings. Therefore I would like to move my base onto a different continent (dont be afraid admins: this is not gonna happen more than once this round :wink: ). IF I would ask the admins to do that what will I take with me ? Will I still have my cash, my gates and a/c or do I have to start it all over again with a single B99?
Thanks.
sorry, my bad, but a value of €192,305,962 is quite high
Thanks for your thoughts but I am not planning to go to Australia. :D
And before someone else starts to cry "Dont come here! It is oversaturated!" let me ask you the following: when you first started to play here: which airport was your first base? I think probably 80% will say: "Well, it was the airport closest to my home" or "I have been visiting this airport and I liked it." Now, what do you think people will do that start playing AM tomorrow? A guy from Atlanta area will probably chose Hartsfield as its homebase, a Mexican AICM and an Austrian Schwechat. :D :idea:
Thanks for your thoughts but I am not planning to go to Australia. :D
And before someone else starts to cry "Dont come here! It is oversaturated!" let me ask you the following: when you first started to play here: which airport was your first base? I think probably 80% will say: "Well, it was the airport closest to my home" or "I have been visiting this airport and I liked it." Now, what do you think people will do that start playing AM tomorrow? A guy from Atlanta area will probably chose Hartsfield as its homebase, a Mexican AICM and an Austrian Schwechat. :D :idea: