Comments on: Trackback Spam https://linux-blogger.com/2005/02/01/trackback-spam/ This is my blog, mostly Linux-related, but expect to see other things pop up frequently. en Mon, 02 May 2005 05:38:33 +0000 http://wordpress.org/?v=1.2.1 by: cindy https://linux-blogger.com/2005/02/01/trackback-spam/#comments Tue, 01 Feb 2005 11:24:24 -0500 219:129@https://linux-blogger.com the trackback spammer is the same as the comment spammer. you can also block them in your htaccess using: RewriteCond %{HTTP:VIA} ^.+pinappleproxy RewriteRule .* - [L,F] the trackback spammer is the same as the comment spammer. you can also block them in your htaccess using:

RewriteCond %{HTTP:VIA} ^.+pinappleproxy
RewriteRule .* - [L,F]

]]>
by: Clete R. Blackwell 2 https://linux-blogger.com/2005/02/01/trackback-spam/#comments Tue, 01 Feb 2005 11:30:47 -0500 220:129@https://linux-blogger.com Yeah, just this time, it got through my filters. Problem was, I had added a bunch of this to wp-comments-post.php but not in trackback.php (just removed it to try the tar pit plugin): if ( strpos($_POST[’url’], ‘texas-holdem’) ) { header("HTTP/1.0 404 Not Found"); die(); } if ( strpos($_POST[’url’], ‘poker’) ) { header("HTTP/1.0 404 Not Found"); die(); } if ( strpos($_POST[’url’], ’sindyhalliday.com’) ) { header("HTTP/1.0 404 Not Found"); die(); } if ( strpos($_POST[’url’], ‘payday-loan-today.com’) ) { header("HTTP/1.0 404 Not Found"); die(); } if ( strpos($_POST[’url’], ‘dish-network’) ) { header("HTTP/1.0 404 Not Found"); die(); } That looks nice, I was hoping to block VIA proxy. If this doesn’t get most of it, I’ll try that. Yeah, just this time, it got through my filters.

Problem was, I had added a bunch of this to wp-comments-post.php but not in trackback.php (just removed it to try the tar pit plugin):

if ( strpos($_POST[’url’], ‘texas-holdem’) )
{
header("HTTP/1.0 404 Not Found");
die();
}

if ( strpos($_POST[’url’], ‘poker’) )
{
header("HTTP/1.0 404 Not Found");
die();
}

if ( strpos($_POST[’url’], ’sindyhalliday.com’) )
{
header("HTTP/1.0 404 Not Found");
die();
}

if ( strpos($_POST[’url’], ‘payday-loan-today.com’) )
{
header("HTTP/1.0 404 Not Found");
die();
}

if ( strpos($_POST[’url’], ‘dish-network’) )
{
header("HTTP/1.0 404 Not Found");
die();
}

That looks nice, I was hoping to block VIA proxy. If this doesn’t get most of it, I’ll try that.

]]>
by: Clete R. Blackwell 2 https://linux-blogger.com/2005/02/01/trackback-spam/#comments Tue, 01 Feb 2005 11:31:45 -0500 221:129@https://linux-blogger.com And yes, I could have done it in one if(), but I was lazy . And yes, I could have done it in one if(), but I was lazy ;).

]]>
by: Nathan Wong https://linux-blogger.com/2005/02/01/trackback-spam/#comments Tue, 01 Feb 2005 12:14:46 -0500 222:129@https://linux-blogger.com 90? Thats’ nothing. When isvery1337 was relatively established it got bullets of 3000 every couple of days… 90? Thats’ nothing. When isvery1337 was relatively established it got bullets of 3000 every couple of days…

]]>