/* * 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; } } } } }
Very Politically Correct there with the number of options available.
Inspired by the 'age' poll, I want to know if there are any femail palayers out there.
Another day, another poll... :roll:Quote from: "Bobandirus"Inspired by the 'age' poll, I want to know if there are any femail palayers out there.
Do you mean those efeminate persons (sometimes females) that send emails with lots of flowers and cute pictures of teddy bears?
And don't get me started on palayers! :P
Also, Stephen, have you (considering you as staff@airlinemogul.com), recived my email, because there is normally a very swift responce, and I havent heard anything yet.
Both LOL!!! The last time I seen a female player was last round
Why? Unsure?
Why? Unsure?
Quote from: "Jps"Both LOL!!! The last time I seen a female player was last round
There's been (at least) one playing since the 50's round.
Quote from: "pseudoswede"Quote from: "Jps"Both LOL!!! The last time I seen a female player was last round
There's been (at least) one playing since the 50's round.
no offense...is that you?
I chose both and I imagine Doug will chose neither. :lol:Im a male if you want to know