Referrer Spam is Out of Control
July 22, 2004
This week, I have been trying to tackle my referrer spam. It has gotten terrible. I have looked in a number of places (botwack and diveintomark), but I can't seem to figure it out. I'm guessing the main reason I couldn't figure this out is because I don't really understand it, but I'm wondering if something has gone wrong.
So, could someone help me out please? Here is the source for refer.php (with the server login bits removed) so you can see what I'm up to. If you can help me, I'd really appreciate it.
Advertisement
Comments (2 comments so far)
Comment #2:
I can't seem to get ipwhack to work, but that's my problem. I'm not quite ready to give up on Refer, so I came up with an interim solution since I don't know how well this will scale.
As of right now, I made a change in the display.php file so that it won't display certain IPs that are spamming me. Here is the code snippet, for those who are curious. It looks like it's working well, even the code isn't all that elegant.
So, I'm okay for the moment.
Trackback
Trackback Link: http://www.capndesign.com/cgi-bin/mt/mt-tb.cgi/558
Post a comment
Sorry, Comments are closed. You may still send a trackback link though.
home
about
photo
mini reviews
archives
netflix queue
lists (soon)
calendar (soon)
rss feed
This entry is titled "Referrer Spam is Out of Control" and was posted on July 22, 2004 at 10:25 am. It was posted in the category "Site News."
There have been 2 Comments and .
Last 5 Entries Commented On:
What's the Problem? (1)
Britain's Beautiful New Coins (1)
My Top Feature Request for All Feed Readers (3)
Simply Structured: A NetNewsWire Style (8)
Resolution: Less Input, More Output (4)
Last 5 Months:
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
Categories:
Art
Culture\Politics\Law
Design
Far East 2005
Food
Music\TV\Film\Media
My Life
New York
Quick Post
Site News
Sports
Technology\Web
Tidbits
Top Ten
Video Games
The content on this website is licensed under a Creative Commons license. So, cc 1999-2008. The code is copyright me. Enjoy.

Comment #1:
Three options...
1. Exclude any referers to your homepage, since that's usually where spammers hit first. (I recommend this one.)
2. Incrementally add every spammer's URL to your PHP script in the "ipwhack" section.
3. Get rid of Refer.
Posted by Andy Baio on July 22, 2004 at 10:11PM