Off Topic / Re: Photos of surviving tribes in Africa
« on: April 17, 2017, 07:49:06 am »and I observed that
None of these people look like any of us in this forum.
/* * 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.
Hi everyone, Nice to be here. New member from India.
If you had VR that almost made you feel like you were there as one of them, would you use it?
Search libido on this forum and you'll see many have problems with loosing their libido. Hence the irony of this thread.
http://www.dailymail.co.uk/sciencetech/article-4294026/Neanderthals-discovered-aspirin-40-000-years-ago.html#newcomment
Yet more evidence that Neanderthals were more intelligent than humans. In the 1980s, it was already apparent that Neanderthals had at least the same level of technological/cultural innovation as Cro-Magnon-era humans. But, increasingly, the dates are being pushed back, and we now find that the Neanderthals discovered all sorts of innovations long before the advent of early modern humans.
My hope is that the aliens have a library of keystone species in the hole in the Earth in Antarctica. Part of the whole genetic science dogma may be that dinosaurs and mammoths indeed do exist in modern times and they are just waiting for the moment when it's time to restart earth again.