/*
* 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 - Plethora
Paleo Diet: Raw Paleo Diet and Lifestyle Forum
Raw Paleo Diet Forums => Off Topic => Topic started by: miles on December 30, 2010, 05:34:29 pm
-
.
-
(http://www.myemoticons.com/images/emotions/happy/laughing-2.gif)
-
LOL!!! Great!
The cartoon face captures perfectly the effect...for sure when I see Hannibals picture, I think of only one thing, plethora... :D
-
(http://3.bp.blogspot.com/_wMRLt_25Pkg/S7VGfu8FJ4I/AAAAAAAAAng/hms6HqsTg3U/s1600/Plethora.jpg)
The next buzzword will be... OVERPLENTEOUSNESS O0
-
A plethora of wild boar meat, fridge overflowing.
-
I like the screen on the hutch but my GF would have a plethora of choice words for me if I broached the notion. ;D
She refers to my high raspberries and blueberries in the fridge as "the bouquets". ;D
-
I love your cupboard thing!
If one was living outside it'd be great to get some sort of netting like that to hang meat in up in the trees.