Digital Point Forums
Wester Union

Go Back   Digital Point Forums > Design & Development > Site & Server Administration > Traffic Analysis
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Apr 19th 2005, 7:50 pm
kyle422's Avatar
kyle422 kyle422 is offline
Hand of A'dal
 
Join Date: Dec 2004
Posts: 290
kyle422 is on a distinguished road
referrer spam

I was checking my logs today and noticed I'm getting a lot of traffic from a weird site
http://www. coresat. com/
Does anyone know how to block this referrer? I don't think I want traffic coming from this site.
Reply With Quote
  #2  
Old Apr 19th 2005, 8:32 pm
Smyrl's Avatar
Smyrl Smyrl is online now
Moderator
 
Join Date: Mar 2004
Location: Scrub Oak Forrest
Posts: 9,490
Smyrl has a reputation beyond reputeSmyrl has a reputation beyond reputeSmyrl has a reputation beyond reputeSmyrl has a reputation beyond reputeSmyrl has a reputation beyond reputeSmyrl has a reputation beyond reputeSmyrl has a reputation beyond reputeSmyrl has a reputation beyond reputeSmyrl has a reputation beyond reputeSmyrl has a reputation beyond reputeSmyrl has a reputation beyond repute
Phone Verified
Do you have a .htaccess file? If so it can be blocked. Let me look for code.

Shannon

----------

If they are not on shared ip add line

deny from 123.456.789.012 or whatever their ip is.

If on shared id add

RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://www\.)?badurl.com.*$[OR]
RewriteCond %{HTTP_REFERER} ^http://www\.)?secondbad.com.*$[NC,OR]
RewriteCond %{HTTP_REFERER} ^http://www\.)?thirdbad.com.*$[NC,OR]
RewriteCond %{HTTP_REFERER} ^http://www\.)?fourthbad.com.*$[NC]
RewriteRule .*$ -[F,L]

I am trying a multiprong approach. I want to ban particular URL's which have already spammed, ban URL's that have certain keywords like sex, Viagra, porn, ... and spammy urls like keyword1-keyword2-keyword3.com

I do not have my .htaccess perfected but have had luck with code given above. I believe most restrictive rewrite rules should be listed first.

S

Last edited by Smyrl; Apr 19th 2005 at 8:49 pm. Reason: To ad info
Reply With Quote
  #3  
Old Apr 20th 2005, 6:02 am
kyle422's Avatar
kyle422 kyle422 is offline
Hand of A'dal
 
Join Date: Dec 2004
Posts: 290
kyle422 is on a distinguished road
Thanks Smryl, I'll try that!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Referrer spam summary J.D. Traffic Analysis 1 Jan 18th 2007 7:10 pm
Spam Report Coop Dominic General Chat 15 Aug 1st 2005 6:06 pm
Stoping Referrer Spam kusadasi-guy Traffic Analysis 27 Apr 4th 2005 11:53 am
Stopping Referrer Spam Smyrl Traffic Analysis 18 Mar 16th 2005 6:58 am
Fight Email Spam With This Program "ABUSE" mddv All Other Tools 0 Jul 16th 2004 3:25 am


All times are GMT -8. The time now is 10:37 am.