/*
* 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;
}
}
}
}
}
Print Page - Corporatocracy
Paleo Diet: Raw Paleo Diet and Lifestyle Forum
Raw Paleo Diet Forums => Off Topic => Topic started by: raw-al on November 28, 2014, 02:14:13 am
This book tells the story of how the corporatocracies of the first world have been enslaving third world countries since time immemorial. Once you have seen the processes and main players, It's then easy to see how medicine has been perverted into something that is expensive and useless. http://www.economichitman.com/ (http://www.economichitman.com/) https://www.youtube.com/watch?v=aqIHKWd9rSc (https://www.youtube.com/watch?v=aqIHKWd9rSc)
A documentary based on the book and an interview with the author https://www.youtube.com/watch?v=yTbdnNgqfs8 (https://www.youtube.com/watch?v=yTbdnNgqfs8) https://www.youtube.com/watch?v=29GhXsx7-Rs (https://www.youtube.com/watch?v=29GhXsx7-Rs)
John Perkins and Peter Joseph are totally ivory tower hypocrites! All joking aside..... The original Zeitgeist segment on the economic hitman, rang out like revelation. I had always known of the existence of the Empire, and was aware of the powers that be worked in clandestine ways to rape and pillage the world, but Johns words truly illuminated exactly how it was being done!