![]() |
|
|
#1
|
||||
|
||||
|
Stopping Referrer Spam
Two Questions
1. Will banning the IP of the site spamming my log files keep spammer out? 2. If I use .htaccess to combat the spam and want to block the domain myjunk dot com and all subdomains can it be done with the one line RewriteCond %{HTTP_REFERER} ^http://www\.)?myjunk.com.*$[NC,OR] or will I have to specify each sub domain seperately? Thanks for your help. Shannon
__________________
Shannon - . Controllable Christmas Lights for Celiac Disease : Zend Certified Engineer : Preschool Curriculum Ideas : Restorable Iron |
|
#2
|
||||
|
||||
|
I'm not an expert on this, but in answer to Q1, I think the answer is no. Referral spam is usually handled by a program and they can usually be configured to operate through proxies, so the the spam is not necessarily coming from the same IP as the site they are "promoting".
|
|
#3
|
||||
|
||||
|
Thanks, Bernard. What you said made sense.
I have made an attempt at altering a .htaccess file for first time today. Since I have never touched one before I do not know whether it will work or not but at least I can still reach site. Shannon
__________________
Shannon - . Controllable Christmas Lights for Celiac Disease : Zend Certified Engineer : Preschool Curriculum Ideas : Restorable Iron |
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
||||
|
||||
|
neterslandreau, I am not the best person to describe referrer spam. You really should read something about it. If you look at your stats and the list of referrers you will see URLs for sites that have no liinnks to your pages. Porn, pharmeseuticals, gambling sites are among the worst.
I have read three stop-gap methods of altering your .htaccess file if you are running Apache. Since I know nothing about syntax for coding and am such a horrid typist I hated to touch mine but touch two I have. I will be watching to see if I continue to get spam. It seems we all need to understand the blackest of black hat to try protect our sites. Shannon
__________________
Shannon - . Controllable Christmas Lights for Celiac Disease : Zend Certified Engineer : Preschool Curriculum Ideas : Restorable Iron |
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
||||
|
||||
|
Quote:
BTW, I googled referrer spam, saw all kinds of ways to protect against it (thank you ), but in all the time I've been admin'ing sites, I've never run across this problem, or at least never realized I was being exploited.
|
|
#8
|
|||
|
|||
|
Quote:
I do check on a case-by-case basis who's the owner of the IP address and if it's a dedicated server, I usually block it for some time.Quote:
J.D. |
|
#9
|
||||
|
||||
|
Hi Smyrl,
The only static way to kill referrer spammers is by IP. Unfortunately that's the crux of it. The only dynamic way to do this (that I've used) is to look for discreet requests to pages or specific files that: a. are files that should have a local referrer (ie images/css files that are typically subrequests of a page) or: b. Should result in subrequests for images and the like (ie .html, .php etc) but don't. This will be problematic for users who either: a. Use text browsers (ie Lynx etc) b. Use custom software for the visually impaired. At the end of the day though (no matter how you garner the info), you end up having to filter them on an IP basis. Bit of a bugger really :| Cheers, JL |
|
#10
|
||||
|
||||
|
Thank each of you for your replies.
I will continue making attempts to block spam. Shannon
__________________
Shannon - . Controllable Christmas Lights for Celiac Disease : Zend Certified Engineer : Preschool Curriculum Ideas : Restorable Iron |
|
#12
|
||||
|
||||
|
Isn't referral spam only an issue when you have public stats that can be indexed by the spiders?
__________________
Try: Sell Your Ad Space - Thousands Of Visitors Want To Buy Your Ad Space Global Internet Index Directory <- Check it out! -> |
|
#13
|
|||
|
|||
|
Quote:
J.D. |
|
#14
|
||||
|
||||
|
I just password protected (htaccess) my webalizer stats folder. The way I understood the phenomenon is that it's killed by doing just that.
No access = no index = no link popularity = no reason to spam Searching Google for two distinct webalizer (or similar stats package) lines of text (including the misspelled explaination) shows who can be spammed successsfully:http://www.google.co.uk/search?hl=en...G=Search&meta= Just 47 results but if you get creative with the search there must be millions.
__________________
Try: Sell Your Ad Space - Thousands Of Visitors Want To Buy Your Ad Space Global Internet Index Directory <- Check it out! -> |
|
#16
|
|||
|
|||
|
Quote:
J.D. |
|
#17
|
||||
|
||||
|
Quote:
__________________
Try: Sell Your Ad Space - Thousands Of Visitors Want To Buy Your Ad Space Global Internet Index Directory <- Check it out! -> |
|
#19
|
||||
|
||||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Spam Report Coop | Dominic | General Chat | 15 | Aug 1st 2005 6:06 pm |
| Cloaking links and stopping pr leak with links | tomsey | Search Engine Optimization | 16 | Jan 30th 2005 12:24 pm |
| DP keyword team spam!!! | kokopoko | Suggestions & Feedback | 13 | Jan 11th 2005 10:51 am |
| Spam Works! | qll | Search Engine Optimization | 20 | Oct 12th 2004 1:45 pm |
| Fight Email Spam With This Program "ABUSE" | mddv | All Other Tools | 0 | Jul 16th 2004 3:25 am |