/* * 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.
It's not a case of survival of the fittest, not since the start of the Neolithic eras, at any rate. More like survival of the fattest.
Except that during such scenarios, it's not necessarily the strong, the healthy, the smart and the good that survive and reproduce. Often it is the weak, the sick, the dumb and the evil.
Hive insects in a colony are all siblings in a big family, and their genes have evolved over millions of generations to sustain a hive structure.
Humans can to an extent act like a hive with respect to their family (only to an extent), but when you try to apply that method of social interaction to a whole society of thousands or worse yet, millions of people, what you get is communism, which is public slavery, and inevitably leads to tyranny, chaos and the megadeaths.
There is a well structured plan which among other things, seeks to psychologically castrate and feminize men, while simultaneously masculinizing and whoring women. Along with other factors, this leads to a destruction of the family unit, which is the basis of civilization. Without families, there can be only tyranny and chaos.
So you say that homosexuals grow up around a lot of women and not ''enough'' men? Or do you mean it the other way around?