Game News / Re: Airline Mogul reaches 20,000 registered users
« on: November 26, 2009, 08:43:39 am »Great work stephen and the AM team.
Take care
/* * 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.
Name The Airline Competition
A big thank you to all those who shared their creativity and nominated name suggestions for Virgin Blue's new International Airline or aircraft set to launch flights between Australia and the United States of America late 2008.
The competiton has now closed and we had all sorts of fun and fabulous suggestions (Pineapple Airlines... "So you can give the rough end of the pineapple to the competiton" "Wedgie Airlines" and "Lickety Split Airlines" just to name a few of our favourite cheeky ones).
After careful evaluation and consideration, we are excited to announce a short list has been selected that takes in to account both the suggested name as well as the reason behind it and they include:
Matilda Blue:
Michael Goldblatt: "Retains connection with the Virgin brand name as well as a name associated with a great Australian icon - you can come a Waltzing Matilda Blue".
V Australia Airlines:
Teresa Manuel: "Nice and simple. Easily recognised, V stands for the Virgin Brand. V Australia is easy to say and would be recognised by Americans."
Australia Blue:
Julie Halliday: "True Blue Australian, Consumers knowing Virgin as True Blue airline in service, price and very competitive, Great for promotion for Australian tourism."
Virgin Pacific:
Adam Griffith: "Because Australia and the US share this sea and the flight plan will cross the Pacific Ocean."
Amelia Blue:
Julian Libbis: "Combining AMErica and australLIA. Also refers to famous American aviator Amelia Earhart - a Latin name meaning ambitious, earnest and striving."
Didgeree Blue:
Irene Wilson: "Very Aussie, indigenous, ties in with the "Blue" stable."
Liberty Blue:
Anne Barrack: "As frequent travellers with Virgin Blue, we appreciate the liberty of travelling whenever we like with a happy and conscientious airline and staff."
Virgin Australia:
Brian Sinclair: "This name represents both Virgin and Australia. Virgin, which people see as providing great value, Australia stating the airline's country of origin."
The overall winner will be announced at an event in Sydney on 26 July 2007, and details will also be available on the Virgin Blue website on 27 July 2007.