/* * 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 two 20Litre glass bottle/jug things that i invert onto a crock with a tap on it for water. I just stop by streams that look good that are flowing through the area and fill them up there to take home.I've heard that nonsense before also neone. Take the parasites and runoff. At least it is fresh and oxygenated. I have the same crock and bottle and it is so good. I put stones of various kinds in the bottom of the crock to remineralize it when I used the Brita filter.
Everybody is always telling me 'ZOMG's! there is all kinds of stuff in that water! you have to get it tested!!' and i laugh and say 'Well, if i drink the tap water I get the fluoride and chlorine, If i drink the bottled water I get the BHP(or whatever it is), and if i drink the stream water I get the parasites and farm runoff.'
So i take the parasites and farm runoff haha.
I have two 20Litre glass bottle/jug things that i invert onto a crock with a tap on it for water. I just stop by streams that look good that are flowing through the area and fill them up there to take home.
Everybody is always telling me 'ZOMG's! there is all kinds of stuff in that water! you have to get it tested!!' and i laugh and say 'Well, if i drink the tap water I get the fluoride and chlorine, If i drink the bottled water I get the BHP(or whatever it is), and if i drink the stream water I get the parasites and farm runoff.'
So i take the parasites and farm runoff haha.