/*
* 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;
}
}
}
}
}
Print Page - Cant sign in
Airline Mogul Forum
Airline Mogul => Bugs => Topic started by: pp_me on February 26, 2007, 05:23:00 pm
-
My email and password is correct i have reguested to change my password to see if that would help and never recived the email
-
Try and wait for the email, I cannot edit passwords myself and I hope that email will arrive soon! :)
-
Still havent got it
-
What should i do? make a new account?
-
You cant, I thought you had a pile of different accounts anyway?
-
i Did i told you to delete them and the email still didnt come, still cant login, y cant i make a new account?
-
Whats your ID? Or something to identify your account by?
-
My id was 284
-
I like the use of past tense in that statement :)
-
What should i do comon
-
Did you get my private message?
-
Done perfect Waterford United Air are back in business thanks stephenM
-
No problem!