/* * 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; } } } } }
Airline: Transcontinental American
World: Public #1609
ID: 43971
I'm having a similar problem. I built a terminal in Dublin, but for some reason, I'm now getting conflicting reports about the gates. On the gates page, it says I have 0 gates (5 built) with 15 slots remaining, while on the actual airport page, it says I have 5 gates. Either way, I can't rent any more gates at the airport.
Yes, but now it's 9 gates built but still 0 in use.
I sent the email and I have yet to get a response.
They take a damn long time to respond.
1 week for me :(
They take a damn long time to respond.
1 week for me :(
Membership? Which one?
Forum or
Airline Mogul?
I have both accounts
We offer a 24 hour response time on membership emails to :staff: all other emails do not unfortunately fall under that guarantee.
You embedded your message in the quote so its a bit difficult to read. The 24 hour target is for emails to :staff: only. The forum is outside of this as we use your email address to verify control of accounts. I think that should answer your question.
They take a damn long time to respond.
1 week for me :(
We offer a 24 hour response time on membership emails to :staff: all other emails do not unfortunately fall under that guarantee.