Game News / Re: Airline Mogul reaches 20,000 registered users
« on: December 09, 2009, 02:10:22 am »
/* * 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.
Quote from: "Maestro69"Well, AM is made by an irishmen, so since they are slow people
I'll hit the ban button faster than you can... Ah... Well as fast as I can.
Quote from: "Maestro69"Quote from: "yourefired"
I quit because the game's boring now (and a certain someone's steamrolling over everyone). I'll come back when they have private worlds.
Do u like need to post the same thing, everytime u post??? Honestly, u quit.. so who cares.. people quit all the time. Just dont drag the same stuff over and over again... geez... ur like a baby without his candy...
If you don't care, why bother commenting?
I quit because the game's boring now (and a certain someone's steamrolling over everyone). I'll come back when they have private worlds.
my caravelles make 400k onlyHow did you make thme to be so high!
I'm nearly sure that it tells you to logout and login when you join an alliance.
Bet you've never had Kiwi Fish n Chips though.. :twisted:
Quote from: "Maestro69"Seems both airports have being designated the same IATA code for some reason, both as MCV, then again, doesnt suprise me since Salt Lake City and Santiago de Chile have the same one, so nothing new here people
Eh?
Salt Lake City = SLC
Santiago de Chile = SCL