/* * 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; } } } } }
How about two people operating one airline? It would be a fantastic way to maintain high load factors, especially if the two users were many time zones apart.
How about two people operating one airline? It would be a fantastic way to maintain high load factors, especially if the two users were many time zones apart.
Quote from: "pseudoswede"How about two people operating one airline? It would be a fantastic way to maintain high load factors, especially if the two users were many time zones apart.
One player <-> one account
so... two players <-> two accounts
so... two players <-> two accounts
:? what?He means one person is only allowed to have one account, therefore if there's two accounts, there have to be two persons (according to the rules, not according to reality).
I mean 1 person control one account, so 2 people should have two (according to common sense :roll: ). In reality, there is next to no way to check on that, except to look through the IP and figure out which continent the players are in.
Quote from: "dktc"I mean 1 person control one account, so 2 people should have two (according to common sense :roll: ). In reality, there is next to no way to check on that, except to look through the IP and figure out which continent the players are in.
Use proxy! :lol:
Means accessing AM from Uni is out of the question. Couple of AM players there :roll:
Quote from: "Klose"Means accessing AM from Uni is out of the question. Couple of AM players there :roll:
Not exactly. However, if you know the guys sharing the same computer / network with you, it would be wise for you guys to email me a list with some sort of photo id (or family photo for family) as prove. You could email me at <daniel.chan@airlinemogul.com>. If I see the uni email address as the email on file, usually I would not take any action because unis only give one address per user, except fot some non-user specific emails like address for student organization, which I would pay extra attention to.