/* * 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; } } } } }
Visit our website: www.rawpaleodiet.com
Join our Yahoo Group: RawPaleoDiet
RSS Feed Latest 50 Posts
| Subject / Started by | Replies / Views ![]() |
Last post | ||
|---|---|---|---|---|
| 0 Members and 36 Guests are viewing this board. | ||||
|
|
How many carbs to un-keto-adapt?
Started by SteakNchop « 1 2 3 » |
73 Replies
55,305 Views |
by sabertooth |
|
|
62 Replies
55,763 Views |
by cherimoya_kid |
|
|
|
66 Replies
57,786 Views |
by Raw Kyle |
|
|
|
87 Replies
58,577 Views |
by Joy2012 |
|
|
|
How long does it take to clear excess protein from the blood?
Started by carnivorous « 1 2 3 4 » |
87 Replies
59,349 Views |
by Paleo Donk |
|
|
81 Replies
59,434 Views |
by panacea |
|
|
|
Which meat is it ok to eat raw?
Started by johnnyboi |
7 Replies
60,906 Views |
by Phenix |
|
|
97 Replies
66,098 Views |
by PaleoPhil |
|
|
|
93 Replies
67,627 Views |
by Poncho |
|
|
|
Dangers of thawing and refreezing
Started by prehistorik « 1 2 » |
48 Replies
76,323 Views |
by Lukthree |
|
|
124 Replies
79,563 Views |
by TylerDurden |
|
|
|
10 Replies
114,292 Views |
by Snamisolnsew |
|
|
|
226 Replies
114,795 Views |
by Savage |
|
Normal Topic
Hot Topic (More than 15 replies)
Very Hot Topic (More than 30 replies)
Locked Topic
Sticky Topic
Poll