/* * 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; } } } } }
Is this a good thing? Is somethingawful.com actually helping to promote us or are making fun of us?They're ridiculing us. They've focused on extremes of the broad paleodiet and state it's our de rigeur.
Is this a good thing? Is somethingawful.com actually helping to promote us or are making fun of us?Somethingawful ridicules everything that is weird or unusual on the net. It is one of the most popular sites on the net and has the 4th most active forum out there (if I remember correctly), but we're basically one out of millions of websites featured there and it was just a matter of time before they found us. This does however give us a chance to recruit, and if we were to become recognized there it would be the first step in going mainstream... Take that how you want
I got fucking banned too, what a bunch of faggots.
I got fucking banned too, what a bunch of faggots. A forum of people on a god damn comedy website with no sense of humor.In my opinion, they're the funniest and most interesting forum on the internet, but with their draconian rules, you can't expect to post in support of something this radical and not expect to get banned for trolling. Do you have the link or remember the thread, or the remember what it was called? What was your username btw?
edit: nevermind, I found your thread. Permabanned? ouch.
If they haven't caught on yet, you can unban yourself by using tor and mailinator.you don't even need that, because permabans aren't tied to IP address, it just means you have to make a new account and start from scratch, but if they find out who you are they'll still ban you again.