/* 
 * 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 - New sticky topic:- Vegan nonsense 
		
	
	
		Paleo Diet: Raw Paleo Diet and Lifestyle Forum 
		Raw Paleo Diet Forums => Hot Topics => Topic started by: TylerDurden on May 26, 2019, 10:16:26 am 
		
			
			
				https://www.dailymail.co.uk/femail/article-7071181/Dog-owners-turning-pets-fashionably-faddy-eaters.html Given the vegan activism around nowadays, it seems important to list a sticky topic for this sort of thing.
			 
			
			
				https://www.dailymail.co.uk/news/article-7077585/Vegan-demonstrators-storm-Nandos.html
			 
			
			
				https://www.dailymail.co.uk/news/article-7090597/Vegans-launch-angry-protest-outside-butcher-shop-Sheffield.html
			 
			
			
				https://www.dailymail.co.uk/news/article-7157755/Vegan-protesters-target-butchers-shop-placards.html It is articles like the above which show we must avoid being too complacent. Current evidence indicates  that those who shout loudest are the ones getting most of the rights. There is an increasing tendency on all sides, these days,  to curtail RVAFers' rights, such as banning raw-dairy or banning sales of raw meats or raw oysters or raw cheeses etc. etc.
			 
			
			
				https://www.dailymail.co.uk/news/article-7311841/Livestock-lorry-driver-crushes-bike-refuses-halted-protesting-vegans.html This is the sort of activism that works against vegans.