Stop Leechers, how? Stop Leechers, how?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Stop Leechers, how?

Started by Extreme, November 14, 2004, 02:43:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Extreme

I made a reply in another thread which was totally wrong so I'll better explain here what I need help with.

What I need, a solution to prevent leechers that uses softwares such as Teleport Pro, WebStripper etc. to grab the whole site... If anyone has tips on how to take care of it, please let me know cause it's a real cpu/mem killer when they grab the whole site.

TranzNDance, you aksed me a question -> Did you try the instructions/code?

Dunno exactly what you mean mate... I have read the 1.3.0 FAQ, but couldn't find anything that solves this problem of mine.

Thanks in advance.

Joachim Müller

Option 1: require every visitor to register
Option 2: "real" anti-leeching requires changes on your webserver (usually apache), not in coppermine. Make sure not to ban search engines from your site with this technique, just disallow download/indexing of pics/multimedia content.

This question has been discussed on many other threads all around the internet - there's no real leech-proof site unless you set up means to restrict access for the general public (meaning: authentification) imo.

Joachim

Extreme

Thanks for the reply Joachim,

I know that I have to change some things in Apache but I dunno how to. I've searched the net and read a whole lot of articles about it but unfortunally I'm not the biggest Apache guru around. So that will be my question, how do I do it? I have a .htaccess file in my albums folder which only restrict hotlinking (it works), but this... I'm speachless how to deal with it.

So if you or anyone else could guide me step by step through it, that would be appreciated indeed. If no, well thanks for the reply anyway.  :-\\

I'm running CPG on a windows server btw with PHP 5.0.1, Apache 2.0.50. This is how my .htaccess file looks like atm:

Quote
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://(www\.)?xxxxxxxxx.nu(/).*$ [NC]
RewriteRule .*\.(jpg|jpeg)$ http://xxxxxxxxx.nu/nohotlink.gif [R,NC]