![]() |
|
|||||||
| Chit Chat Public Talk about any thing you want! This forum is public. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||||||||||
|
|||||||||||
|
Referrer spam-how do I stop it?
I have a site which is just getting hammered by refferer spam (crap sites showing up in logs - hoping I will click on them or something - ie strapon.blog.) Its chewing up resources, how can I block it or nip it in the bud?
Does anyone else get this problem?
__________________
Geoff Currie http://www.Catalyst-X.com.au Have a fantastic day :-) |
|
#2
|
||||||||||||
|
||||||||||||
|
Quote:
This has come up before. Try using htaccess...if your on windows not all the techniques may work w/ htprotect. Do a search for htaccess here...I put some examples of commands there. |
|
#3
|
|||||||||||
|
|||||||||||
|
Mresell,
I looked at other posts and couldn't find what I needed. I guess I am after something that will filter based on header information of refferer. I am coming across form windows to unix mresell can you help me get started on what I would put in the .htaccess file? Thanks
__________________
Geoff Currie http://www.Catalyst-X.com.au Have a fantastic day :-) |
|
#4
|
|||||||||||
|
|||||||||||
|
Hmmmm....
Looking at the logs I am seeing many hits on an old cms system which used url rewrite (/index.php/learningcentre/) these are now defaulting to my home page... Can I turn url rewrite off in htaccess? That would stop a lot of it defaulting back to my homepage of index.php Thanks
__________________
Geoff Currie http://www.Catalyst-X.com.au Have a fantastic day :-) |
|
#5
|
||||||||||||
|
||||||||||||
|
I had a similar problem when a junk site had linked to my site and was getting a lot of visitors.
I added an include file in my main page that would check the referrer and if it was in my blacklist, it would redirect the visitor to a very small sized HTML page with a lot of exit-popups. getURL = Request.ServerVariables("HTTP_REFERER") (this is how to know who is the referer, takes a bit more coding to match with the blacklist) That way, I benefit from the bad traffic by earning credits in pop-up exchanges and thus gain good traffic. Saves bandwidth from junk sites and earns me good visitors. ![]() hope this helps... however, if the referrer changes each time then it will not work in your case.
__________________
Always keep an extra credit card processing account ready to take orders as a backup, just in case (speaking from experience). I use: 2checkout.com It's easy to open an account and the charges are reasonable, no need of any monthly activity and no monthly charges. Their new system is great and support is also good. |
|
#6
|
||||||||||||
|
||||||||||||
|
Here is the thread. http://forum.vortechhosting.com/showthread.php?t=10664
Could Also use something like RewriteCond %{HTTP_REFERER} badreferer\.com I think it would be better if you didn't turn it off since it is so useful. Try these first. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best way to stop spoofing? | Light Speed | Chit Chat Public | 2 | 06-01-2004 12:43 AM |
| did spam assasin stop working last night? | bootNumlock | Chit Chat Public | 3 | 09-05-2003 11:16 AM |