/* * 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; } } } } }
Put nonsense, non-rawpalaeo topics like these in the Hot Topics forum in future where they belong.lol
y'all had grumpy tea for breakfastROFLMAO
Put nonsense, non-rawpalaeo topics like these in the Hot Topics forum in future where they belong.
Its probably not paleo since they didnt have glass jars (unless you could get the same effect without glass, I havent tried) but it is raw since its being heated by the sun, which happened to the herbs their whole life anyway. Unless you want to call a fruit that fell from the tree and was laying around for a day not raw then this tea is definitly raw.
I put barberry root bark, dandelion root, milk thistle seeds, and oregon grape root in the glass jar with water and leave it out the whole day. It gains the same color as a tea with hot water and just as much flavor but I dont feel somewhat cloudy minded and weighed down by it like when I made tea with water heated in a stove. ( never boiling though.
Its probably not paleo since they didnt have glass jars (unless you could get the same effect without glass, I havent tried) but it is raw since its being heated by the sun, which happened to the herbs their whole life anyway. Unless you want to call a fruit that fell from the tree and was laying around for a day not raw then this tea is definitly raw.wow thats a great idea! i'm gonna try it
I put barberry root bark, dandelion root, milk thistle seeds, and oregon grape root in the glass jar with water and leave it out the whole day. It gains the same color as a tea with hot water and just as much flavor but I dont feel somewhat cloudy minded and weighed down by it like when I made tea with water heated in a stove. ( never boiling though.
wow thats a great idea! i'm gonna try itExactly and it's just as likely as the story somebody made up about lightning being the start of life. LOL
The original Ayurvedic texts mention a list of hundreds of tree barks that can be used as laxatives or purgatives for general cleansing.
With sun tea or were those tree barks made in boiled water tea, decoction or tincture?I was reacting to your mention of his mention of barks. ;D It would take some research to determine.
I was reacting to your mention of his mention of barks. ;D It would take some research to determine.
Kinda vague answer I realize.. ;)
Exactly and it's just as likely as the story somebody made up about lightning being the start of life. LOLI didn't read your reply properly Ferocious. Then I reacted! LOL I thought you were replying to my reply. It's all to confusing, maybe i need some sun tea. LOL
Wow I guess that makes me a scientist. Hey Mom I finally did something with my life.
I never even thought about if barks and seeds worked as well with the sun tea. I just took the tea I would normally make and did with the sun instead. And it turned out better than usual.