General Chat / Re: Show your colors - The Liveries Topic
« on: October 14, 2008, 03:11:29 pm »Sky Blue Airways
Boeing777-200ER
/* * 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.
Eh??
Your account has not been affected by the database error. You should be able to log in.
But i can't login with these
''Either the email address and password entered do not match those on the file, you have not activated your account or you are not appoved for testing.''
i'm sorry for create a new account for observe and check my airline and
I can't find my airline in world # 4.
My airline name is Sky Blue Airline in asia.
Where is my data?
You asked for a reset, which was carried out promptly.....
so, you need to rebuild your airline before it appears in ranking.