/* * 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; } } } } }
...Which brings me to this question: how can I refer my friends to this forum when posts like this one are allowed to remain? Granted, I am proposing a curtailment of free speech, but if we are so concerned with proofreading for correct spelling so that "others" do not think we are uneducated, we should be that much more concerned with polite content. Statements such as "BUURNNNNNN U SAD S*** EATING T***" are (IMO) much worse that misspellings. I fail to see anything in the content of this post that promotes or explains RPD&L.
-------------
I agree 100%. Hence the fact that I DON'T send people here to learn about nutrition. The forum is far too poorly moderated to risk sending someone here, in my opinion.
Did you give a warning to the poster?No, AFAIK we neither warned nor banned him. Do you think we should have?
Banned him?