/* * 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; } } } } }
There's so many people who are inactive now :cry: . Daniel D. who hardly ever posts. Gizgiz... where is he? C Durgut. said he was coming back but he didnt :lol: . Morgan who never delivered my 737-500ER. And many more I can't think of :lol:
Gizgiz... where is he?
gizgiz is programming another airline simulation game. (I wonder if their will be competition?)
Quote from: "Seattle"gizgiz is programming another airline simulation game. (I wonder if their will be competition?)
No. He cant get a player base thats why he wanted AMs. :?
Gizgiz is busy with school and programming *something*
No worries I won't leave
Quote from: "Jps"
No worries I won't leave
:(
Quote from: "Hampo"Quote from: "Jps"
No worries I won't leave
:(
Why the long face? I am prepared to have fun now that GAG has said that. We could make fun of him as much as we want and he would still be here for us to make fun of again :lol: :P :lol: :P
(ok... I admit that I am mean and cruel :lol: )
Quote from: "Jps"Gizgiz... where is he?
Noooo... Dont say that!
Why not ask where the first AM Crowd are gone aswell? The ones that setup AM and got it going initially (IDs 1-60) I remember when I had the entire AM player base on MSN and talked to most regularly. Then again that was 2005.
Has it been that long? What are people buying for AM's second birthday? :D
Quote from: "Hampo"Quote from: "Jps"
No worries I won't leave
:(
Why the long face? I am prepared to have fun now that GAG has said that. We could make fun of him as much as we want and he would still be here for us to make fun of again :lol: :P :lol: :P
(ok... I admit that I am mean and cruel :lol: )