/* * 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; } } } } }
Raw Paleo Diet Forums > General Discussion
Post videos of you eating raw meat with bare hands and teeth
goodsamaritan:
Eric's visit convinced me that eating meat with bare hands and teeth is
- more fun
- more natural
- it's actually faster
- it's easier
Just had some lamb chops.
Post videos of you eating raw meat with bare hands and teeth please.
yon yonson:
haha! im honored to have convinced you! it really is way more fun. i also think it's important for developing facial muscles, neck muscles, and strong teeth.
Iguana:
Sorry, no video! :(
goodsamaritan:
Awesome pics! Keep em coming.
TylerDurden:
Do we really have to have this? I mean, we already get a lot of bad press, showing photos of us gnawing at raw meats like a wild animal may well be more natural, but it's likely to create some negative images.
Navigation
[0] Message Index
[#] Next page
Go to full version