Private World Discussion & Invitation / Re: Real World(upcoming)
« on: July 29, 2012, 07:39:17 pm »I'm interested in doing Japan Airlines
/* * 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.
NEWSFLASH: By a narrow margin of just over €200,000, very much to our surprise, we are now currently number one! SkyConnect does still control the top 2 as well with Ucon being just barely put into the number 2 spot.
UniteContinental announced orders for 45 aircraft today, stunning those who believe that the carrier's rapid growth. The order was composed of 25 Sud SE 210B Super Caravelles, and 20 Boeing 737-200Adv. These aircraft are purported to be used at UCON's home base of Chicago O'hare
Not trying to call you out (you are, after all, a valuable alliance partner ), but according to the game, you only have 18 aircraft. When are you placing this order?
Airline Name:EUROPEAN CITYHOPPER
Airline Logo: nope
Font of the logo text (with download link if its not normal): Fly the world
Country Your Airline Is Registered In (if you want registration): UK
Aircraft(s):A330-300 and a340-200
Sounds like an awesome world...but I think I may end up passing. Got quite a bit to do in July in preparation for getting married in August.
Besides, gopats wouldn't want to share HND with me again. I think he didn't appreciate the de-icing glycol hand soap prank we pulled in his concourse.
All joking aside, I'll be keeping an eye on the world. If possible, I may join up after mid-August finally rolls around...if the wife lets me.