/* * 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; } } } } }
My moles and other benign skin lesions have gradually been disappearing since I started eating Paleo, but when I mention this to people they just dismiss it as something that happens naturally with age in people. To me that seems like too flimsy a dismissal that doesn't explain why I was developing more and more moles and skin lesions while eating modern foods and then when I switched to Paleo they started disappearing. It seems like too much of a coincidence of timing to assume that it's solely due to a natural aging process, especially since I tend to see more moles on aged people, not less.
In a lot of cases, moles are genetic.I don't see it as a mutually exclusive question of diet or genetics, but rather diet and genetics and perhaps sun exposure, as was mentioned above, and maybe some other unknown factors.
The whole process might take years, though.Try decades in my case. And the falling off process didn't occur at all until I went Paleo, after which multiple moles and lesions started shrinking, and others have reported the same to me. My brother eats relatively healthfully as compared to most Americans, but does not eat Paleo or raw and despite the fact that he is older than me, none of his prominent moles have disappeared. All this could be amazing coincidences, but it could also be something more.
Moles are not related to any food item. They wont come on our skin due to food items. they are the creation by god. thats it.
http://www.chefsecrets.info/tips
These spammers aren't shy with their opinions LOLThey are almost as ignorant as they are disrespectfull.
These spammers aren't shy with their opinions LOL
Coatue, I think they do start to separate and eventually fall out by using raw animal diet.You scare the hell out of me -d
We are now a forum only about god, forget food, history and everything else. All we need and want is prayer and the knowing that god takes care of everything including giving us beautiful moles.
Coatue, I think they do start to separate and eventually fall out by using raw animal diet.
We are now a forum only about god, forget food, history and everything else. All we need and want is prayer and the knowing that god takes care of everything including giving us beautiful moles.
My moles and other benign skin lesions have gradually been disappearing since I started eating Paleo, but when I mention this to people they just dismiss it as something that happens naturally with age in people. To me that seems like too flimsy a dismissal that doesn't explain why I was developing more and more moles and skin lesions while eating modern foods and then when I switched to Paleo they started disappearing. It seems like too much of a coincidence of timing to assume that it's solely due to a natural aging process, especially since I tend to see more moles on aged people, not less.Likewise for me. Not sure if they are genetic but they are common in my family. Mine and my GF's are slowly fading rather than growing. They turn into melanoma eventually.