/* * 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; } } } } }
Visit our website: www.rawpaleodiet.com
Join our Yahoo Group: RawPaleoDiet
RSS Feed Latest 50 Posts
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
POVARBY, I think people who give no good information, but join diet forums to sell shoes and pills should be banned.Do you always read only signatures?
I'd just like to address a few points. First of all , the primary reason why the Internet got going in the first place was because of all the porn sites that were there from the beginning|(indeed, at one point, porn consisted of something like 80-90%+ of the Internet). So porn actually helped the Internet grow, regardless of what one's personal view is of porn.
Secondly, the whole business of child porn is hopelessly overblown. Judging from media reports, one finds that almost all such websites feature made-up/photoshopped fake pictures of children being abused. The way I see it, such websites allow people with unusual tendencies to get rid of them/sulbimate them in a way that doesn't harm others. I certainly don't think that someone should be prosecuted, therefore, for merely watching such images online, as they are not directly harming anyone in any way.
By the way, there was 1 case sometime in the 80s, I think, where an American citizen from Wisconsin or some similiar neighbouring State exploited the fact that there was no local State law against Bestiality (or marrying animals?), so was able to (legally) marry his horse. Of course, he got a lot of hate-mail from the public, who felt that he was making a mockery of the USA, but he got away with it.