/* * 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; } } } } }
Thanks. I',m on Firefox, and I can see some text just over DOP saying "Overlay". I'm looking forward to see it working.
Quote from: "johanfrc"Thanks. I',m on Firefox, and I can see some text just over DOP saying "Overlay". I'm looking forward to see it working.
Thats due to the airtoons graphics underneath, will be fixed as soon as more important issues are
Quote from: "iranair777"Quote from: "johanfrc"Thanks. I',m on Firefox, and I can see some text just over DOP saying "Overlay". I'm looking forward to see it working.
Thats due to the airtoons graphics underneath, will be fixed as soon as more important issues are
Please read the above and what you said is not really true. I designed it, I think I know what's wrong ;)
its in spain but on the map it's in Aussie
stop criticizing me ever few seconds for darns sake! you know that there are more important things to be done whether you can do or not!There's pretty much nothing I can do but keep the forums kind of clean. Giving people correct information is one of the things I still can do though.