Hello, I'm looking to find a way to stop spoofing programs.
As most of You know, this little evils are by passing
Your .htaccess file with sending a real referrer url.
Here's my htaccess file
-----------------------------
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER}!^http://mydomain.com/ [NC]
RewriteCond %{HTTP_REFERER}!^http://www.mydomain.com/ [NC]
RewriteRule /* [mydomain.com...] [R,L]
-----------------------------
This can be spoofed easily and I need to find a solution since my site is somehow popular and my members area is
keep being published in warez sites.
My site is an AVS protected site and I have to use something
similar to this one above.
Would love to read Your oppinions on this one.
Thanks
[edited by: littleman at 10:18 am (utc) on Mar. 6, 2003]
[edit reason] took out the adult site references [/edit]