/* * 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; } } } } }
Hello, folks. I joined this forum today, after doing a search about raw food and leaky gut syndrome. I've been eating a raw vegan diet for about a month. My plan was to test each individual food for allergy reaction and then add back in foods that did not cause problems. My primary difficulty is pain, caused by inflammation. The very first food I tested was eggs - cooked. Two days later, I was back into massive pain. I assumed egg allergy until I discovered the relationship between leaky gut syndrome and protein. Then my daughter suggested that there might be a difference between cooked or raw protein. That started another direction in my search and led me to the idea of eating animal proteins raw instead of cooked.I'm pretty sure that eating a raw food diet consisting of animal products is going to help you solve your problems. Madam, I have recently posted a thread on the forum as I'm looking for a job on a farm in return for food and accomodation and I was wonering if you have need any assistance on your farm? I'm a 24 year old male pre-medicine college student who is a hard worker and I have been a personal trainer and a medic in the armed forces. I have also played ice hockey at the elite level for 15 years, therefore, I'm not afraid of getting my hands dirty and working hard. Please let me know if you and your husband need any help on your farm as I'm willing to work extremely hard in return for the experience and for good quality animal foods. I'm certain that my knowledge regarding health, fitness, and nutrition can help you alleviate and perhaps resolve your health problems.
I'm game to try anything that will help me. The pain in every joint is simply unbearable and no longer worth living through. I'm also morbidly obese and game to try anything that will help me lose weight without making my health worse.
I am also rabidly anti-allopathic medicine. The only place allopathic medicine belongs is in the emergency room treating accidents. There, they shine. But the only thing MD's do for disease is make the patient worse.
I live with my husband in wilderness, off-grid, in the mountains. I'm 62, have three grown children and ten grandchildren. I'm part of a small community that is working toward self-sufficiency. I have 30 goats. My son has four cows and a bunch of pigs. We also have chickens. We're working on creating a garden. It's a challenge at 8000ft. elevation.
I'm hopeful that I'll discover a way to maintain raw food and improve my health. I've tried raw vegan several times, but never lasted because I started craving meat so badly. Maybe this is my answer.