/* * 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; } } } } }
no... use IE8!!!!!!
It was a joke, becuaseI really want their to be an IE8 :P I sometimes use Fire Fox... buts thats only once a month.
On the Redeem Token page (http://www.airlinemogul.com/airlinemogul/redeem_tokens.php), Microsoft thinks the page is suspicious.
Thank you for contacting us about: http://www.airlinemogul.com/airlinemogul/redeem_tokens.php.
We have reviewed the information you provided regarding this website and removed the incorrect designation. We thank you for bringing this matter to our attention.
Please note that although we have removed the incorrect designation, it may take up to 24 hours for you to see this change reflected.
In the event that the incorrect designation persists beyond 24 hours from the receipt of this e-mail message, please let us know by replying directly to this message. Please do not reply unless the problem persists.
Thank you,
Microsoft Phishing Filter Support
I would like to add that firefox is not the perfect peice of software you say it is. I use IE7 and Firefox because they both have bad points about them. Right now I have a few forums and other sites i've used today open in IE, and AM and one forum which is broken in IE open in Firefox.
Apologies, back on topic now. I just get fed up with fanboys.
How about Safari?
You guys better stop this or this topic's gonna get locked. Firefox 3 rules!!!