/*
* 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;
}
}
}
}
}
Show Posts - raw
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Attachments - raw
Pages: [1]
Filename
|
Downloads
|
Message
|
Posted
|
P1010098.JPG |
8102 |
Re: Bitter Melon Fruit Cures Insulin Resistance / Type 2 Diabetes |
November 16, 2010, 12:04:04 am |
2.jpg |
1284 |
Re: The proof in the pudding, did your livestock eat grass |
February 01, 2011, 03:38:35 am |
Photo on 6-27-14 at 2.09 PM.jpg |
1287 |
My child has severe adult flukes after 5 yrs straight eating RPD. What to do!!! |
June 28, 2014, 11:57:35 am |
Photo on 6-27-14 at 2.12 PM.jpg |
1279 |
My child has severe adult flukes after 5 yrs straight eating RPD. What to do!!! |
June 28, 2014, 11:57:35 am |
Photo on 6-27-14 at 2.13 PM.jpg |
1209 |
My child has severe adult flukes after 5 yrs straight eating RPD. What to do!!! |
June 28, 2014, 11:57:35 am |
Photo on 6-27-14 at 2.14 PM.jpg |
1283 |
My child has severe adult flukes after 5 yrs straight eating RPD. What to do!!! |
June 28, 2014, 11:57:35 am |
10849970_10204314888928955_3842944430648350780_n.jpg |
1053 |
Re: What rawpalaeo foods are you eating right now? |
December 07, 2014, 09:12:18 am |
10474453_10204314892369041_5572189802813431183_n.jpg |
1062 |
Re: Fish head smoothie Video |
December 10, 2014, 12:28:32 pm |
10849970_10204314888928955_3842944430648350780_n-1.jpg |
1130 |
Re: Fish head smoothie Video |
December 10, 2014, 12:28:32 pm |
10420001_10203188305605076_9196254976498887612_n.jpg |
525 |
Re: UV Rays from the sun |
January 01, 2015, 09:13:07 pm |
Pages: [1]