/*
* 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 - Trouble with a post
Paleo Diet: Raw Paleo Diet and Lifestyle Forum
Raw Paleo Diet Forums => Info / News Items / Announcements => Topic started by: raw-al on April 09, 2011, 07:53:03 pm
-
I just got a notification of a post that I had subscribed to. When I went there the post wasn't. strange. That's the first time I noticed this....
Here is the notification;
A reply has been posted to a topic you are watching by amy001.
View the reply at: http://www.rawpaleoforum.com?topic=3803.new;topicseen#new
Unsubscribe to this topic by clicking here: http://www.rawpaleoforum.com?action=notify;topic=3803.0
Regards,
The Raw Paleo Forum Team.
-
Probably a spammer posted an advert on the topic, and then an admin deleted the post after you were notified, but before you viewed the post.
-
OK thanks Miles. That explains it
-
I think I removed that very post. We get a lot of new members, these days, but a lot more spammers as well, unfortunately.
-
amy001 was a spammer who wrote a paragraph on the dvd rental of 'two and a half men', etc.
-
for your efforts on our behalf
Al