/* * 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; } } } } }
Nicely chosen well-balanced choices. Each of us three do try to keep our discussions grounded. Congrats to my two fellow sub-forum mods. :)
(22 years?!)Since January 1987, so that's a little more than 23 years without dairy and cereals (except for small amounts of soaked rice sometimes) nor anything processed, mixed, cooked. Overall I have found it easy and very pleasant and that's probably the main reason I've been able to go on for so long. I think it's very important to enjoy eating as much as possible; it must be very difficult to follow any diet if one doesn't enjoy it.
Hey Tyler. Who started this forum? Also, did they start it on their own, or did they already know some other rawpaleos with whom they started it jointly?
Since January 1987, so that's a little more than 23 years without dairy and cereals (except for small amounts of soaked rice sometimes) nor anything processed, mixed, cooked. Overall I have found it easy and very pleasant and that's probably the main reason I've been able to go on for so long. I think it's very important to enjoy eating as much as possible; it must be very difficult to follow any diet if one doesn't enjoy it.
Thanks Geoff and Phil !
Hey Tyler. Who started this forum? Also, did they start it on their own, or did they already know some other rawpaleos with whom they started it jointly?Craig and I had the idea, initially, we had a number of people also contributing their ideas such as Satya, Lex and GS who were already members of the rawpaleodiet yahoo group. You see the original rawpaleodiet yahoo group was a rather limited forum, as there was no freedom of expression - as there was only 1 forum, one couldn't post about off-topic stuff or about controversial info or humorous non-rpd posts or whatever, as not everyone was interested in that sort of thing and naturally didn't want their inboxes filled with posts they weren't interested in.Plus, I was uncomfortable with the difficulty in finding previous posts - here on RPF, the search-function isn't exactly ideal, but since the posts are split into 20-odd forums each focused on different subjects, it's much easier to find the right past threads. Plus, this forum has a far more attractive layout, allowing images and videos to be sent etc..
Ioanna and Iguana are now Global Moderators. Sully now has control of the 2 exercise forums as forum-moderator.Congrats to all. :)
Doesn't the google search work fine?Not really as regards finding some of the old posts on rawpaleoforum.
Congrats to all. :)
Ioanna and Iguana are now Global Moderators. Sully now has control of the 2 exercise forums as forum-moderator.Cool!
Let’s act together to maintain friendly and civil manners in such a way that it remains always a pleasure to read the other’s posts and contribute: we are not here to insult each other. The subject of nutrition unleashes great passions, but it should never be a reason to be harsh and rude when we disagree.