/*
* 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;
}
}
}
}
}
Print Page - Liver Flush question
Paleo Diet: Raw Paleo Diet and Lifestyle Forum
Raw Paleo Diet Forums => General Discussion => Topic started by: technosmith on November 11, 2010, 06:10:38 pm
-
Hi,
Can you do the Liver Flush mentioned by Goodsamaritan using the dreaded Organic, Free-Range, Supermarket Eggs?
I cannot seem to source any decent eggs anywhere!
Thanks,
Phil
-
Yes
-
yes you can.
-
Hi,
GS mentions that 'no fasting' is necessay when doing the Liver Flush.
Does this mean you can eat as normal while doing the 3 day flush, you simply drink the mixture first thing in the morning?
Or does he mean that no fasting is required prior to doing the 3 day flush?
Thanks,
Phil
-
The only fasting you need for your egg yolk liver flush is your good night's sleep.
The egg yolk liver flush is your BREAK ( the night's ) FAST.
-
So about how many eggs (egg yolks) make up 1/2 a cup?
Thanks
-
So about how many eggs (egg yolks) make up 1/2 a cup?
Thanks
He has a picture. There were 3 egg yolks in the picture.
-
Hey,
Yer, I have seen that but surely 3 egg yolks does not constitute 1/2 a cup.
Thanks
-
Hey,
Yer, I have seen that but surely 3 egg yolks does not constitute 1/2 a cup.
Thanks
The eggs I used in that example were BIG DUCK EGGS.
-
So how many normal sized eggs then? 5? 6?
Thanks
Phil