Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: [wp-hackers] Trackback Spam

The top few lines of my wp-comments-post.php:

$attempt_filter = trim(strip_tags($_POST['url']));

if (0
+strpos($attempt_filter, 'cheat-elite.com')
+strpos($attempt_filter, 'roulette-w.com')
+strpos($attempt_filter, 'online-poker')
+strpos($attempt_filter, 'dish-network-w.com')
>0)
{
syslog(LOG_ALERT,"postcomment redirected $attempt_filter");
header("Location: " . $url);
exit();
}





On 1-feb-05, at 15:03, Roy Schestowitz wrote:

Quoting Sebastian Herp <newsletter@scytheman.net>:

Hello list,

yesterday Matt posted a link to a comment spammer interview on his blog
(http://www.theregister.co.uk/2005/01/31/link_spamer_interview/). On
page two it (the spamer refering to the no-follow thing) says: "To use
this, they'll all have to be updated. The majority won't be. And
there'll just be trackback spamming."


Well .. I am currently receiving one trackback every 2 minutes and non
of them is "real". My spamword filters are the only thing keeping this
casino-spam from beeing posted ... captchas or  the fabulous
spam-stop-gap plugin won't work here. What now?

Greetings,
Sebbi

/Exactly/ the same here. Trackback floods and match for 'casino' keeping it in
moderation queue. Any suggestions?


Roy

--
Roy Schestowitz
http://schestowitz.com
_______________________________________________
hackers mailing list
hackers@wordpress.org
http://wordpress.org/mailman/listinfo/hackers






[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index