/* * 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; } } } } }
Makes me realise that living in a Fundamentalist Islamic society would be far more preferable than this odious neo-Communist society we have now in the West.No thanks, having someone mutilate my penis is not my preference.
No thanks, having someone mutilate my penis is not my preference.Actually, I once checked out of curiosity, and, apparently, if you convert to Islam, you are not expected to undergo genital mutilation, only if you are born as a Muslim. There is also a small minority of Muslims who follow the Koran but not the Hadith, the idea being that the Koran is the Word of God, whereas the Hadith are just useless Arabic folklore/customs etc. Since circumcision is part of the Hadith and not the Koran, they do not recommend it. Mohammed wasn't circumcised, you see, plus, (I think?), like with Christianity, the human body is deemed sacred as it was created by God/Allah and therefore cutting off essential parts could be deemed as being sacrilegous.
being forced to grow a permanent beard