/* * 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.
Tyler, what do you think of this?Not sure. Admittedly, since those afflicted certainly ate mostly cooked otherwise, then they would be more vulnerable to infection given poor bacteria-levels in the gut etc. It's probably not an issue for RVAFers as domesticated meat is always checked in developed countries by vets so that infected meat does not reach the consumer. Even wild meats sold in shops have been vetted beforehand. I suppose if one is a RVAF-eating hunter who does not notice signs of infection on an animal or who primarily hunts rodents , then that might be a problem at some stage, but that's all rather unlikely.
I get the same reaction from suet, do you know what could cause it?My view is that, if one's body does not like/appreciate the nutrients in a particular food, it tries to get rid of it as soon as possible out the other end. I have had similiar experiences with raw ox liver, although the diarrhea is not yellow, in that regard, same goes if I overdo any raw veggie juicing. My reactions to raw dairy, being allergenic, tend to be different. Because my raw-dairy-allergies are slow-acting/delayed-onset, I would experience no symptoms with raw dairy(other than drug-like cravings for it), until c.3 weeks later, when I would experience very nasty, very painful, bleeding stools/anus when doing a number 2, and the symptoms would then worsen, thereafter.
Did you let it sit for 5 days like AV recommends?Yes, indeedy, I did every laughable, absurd advice that I learnt from Aajonus.
How did you consume the clay? and where did you buy it?From some UK website:- https://www.scent-by-nature.co.uk/greenclay.htm
Does anyone know about clay? wonder if I could try that..I tried edible french green clay and it worked for a time re detoxing. After using it constantly, though, it stopped working so I assume it is a useful, though not vastly effective method.