/* * 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; } } } } }
Send us an email ( :staff: ) with the airport codes/ID's as well as the other details you have provided below.
Got the same problem in a different world (PW#1288)... All I get is:
(http://img507.imageshack.us/img507/6269/screenshot20101108at837.png)
This isn't working for a wile now so please, fix this. I'm switching continent but I keep paying for like 25 gates. Very uncool :)
Jayceon
The staff are currently working on this feature, right?
The staff are currently working on this feature, right?
Nothings happened on it. It was my mistake to leave the link there when working on the re-design of the gates pages.