/* * 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; } } } } }
I have yet to see benefits. After 4 months of mostly raw grass-fed products I'm still struggling to gain weight, reduce fatigue, and my gums are getting worse. I am still optimistic and trying various things.
My sister started feeding her dog (6y old 130lb rhodesian ridgeback) raw organs and bones with marrow. All are non grass-fed, from cheapest local grocery store. Dog's energy level is the highest it's ever been. I wish I'd get the same effect but it is not there yet.
I have yet to see benefits. After 4 months of mostly raw grass-fed products I'm still struggling to gain weight, reduce fatigue, and my gums are getting worse. I am still optimistic and trying various things.
My sister started feeding her dog (6y old 130lb rhodesian ridgeback) raw organs and bones with marrow. All are non grass-fed, from cheapest local grocery store. Dog's energy level is the highest it's ever been. I wish I'd get the same effect but it is not there yet.
You should try increasing your organ intake.Yes, it's commonly reported that increasing intake of raw organs speeds up recovery.
I have yet to see benefits. After 4 months of mostly raw grass-fed products I'm still struggling to gain weight, reduce fatigue, and my gums are getting worse. I am still optimistic and trying various things.
My sister started feeding her dog (6y old 130lb rhodesian ridgeback) raw organs and bones with marrow. All are non grass-fed, from cheapest local grocery store. Dog's energy level is the highest it's ever been. I wish I'd get the same effect but it is not there yet.
You must be doing something wrong.. I've gained 20 pounds since I started and my energy has never ever been better.
I'm already having organs every other day with daily values of Vit A, copper, and iron approaching 500%, cholesterol approaching 1000%. I'd like to be cautious and not overdo organs.
Well, that's the worst assumption there is. You can't look at yourself and then tell others they are doing something wrong. You can't generalize like that. Everybody has unique bodies. What works for one does not work for the others.
It is like for me telling an overweight person "If you can't easily loose weight you must be doing something wrong. Look at me, if I skip a meal I'll drop 2lb right away." See the analogy?
... You can't generalize like that. Everybody has unique bodies. What works for one does not work for the others....Correct, which is why it's going to be hard for others to diagnose you and make recommendations. You know your own body better than we do and you can carefully track what you eat and observe the results, whereas we can only go by what you share with us.