/* * 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
I feel delighted to see your post ! I also live in France (in Rambouillet, near Paris).
I have been eating raw meat for 5 years and would love to connect with like-minded people who understand the point of eating raw animal foods !Well, that's understandable !
Would you like to meet some time?Sure, but I very rarely go to Paris area. If I would, then I'll keep you informed.
Or do you know anyone interested in raw foods in Paris region by any chance?Not directly, but I know a guy living there that could help you connect to some people (but they're probably old)...
Regarding your health, what are you eating these days precisely ?Well, since 10 days I'm giving a try to pure (raw) carnivore diet... but failing to practice it rigorously !
This is an old thread but I am interested to read the paper in which is described the study you cite in your comment. Would you have a link for getting or reading this paper?You will hardly get any paper about these experiences (if they ever took place), because if the cited "AV" is Aajonus Vonderplanitz (official name : John Richard Swigart), he was not a scientist, just a self-declared nutritionist (with no academic background)...
He hasn't been active since February 2022, so 2.5 years.Hello dariorpl.
Hi,
My friend and live in healer Vander Gaditano died a good number of years ago.
Vander's successors: 1st his wife, now lives with me taking good care of my aging mother.
Vander's successor: 2nd his youngest brother Caballero, he has advanced Vander's science, is into live in healing, you may contact him. Send me a private message with some back ground information and I will pass on your request to him.