GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   I need a good Anti-Hotlinking Solution (https://gfy.com/showthread.php?t=299123)

Platinum/Lantern 05-20-2004 10:52 PM

I need a good Anti-Hotlinking Solution
 
Hey guys, anybody know of a really good Anti-Hotlinking solution..
having the DAMNDEST problem with some fucker on a free host linking to about 100 of my movies


Costing me excess pesos...

Thanks

Strife 05-20-2004 11:11 PM

http://www.antihotlinking.com/

Argoz 05-20-2004 11:16 PM

http://www.antihotlinking.com :thumbsup

lazzlo 05-20-2004 11:29 PM

Or a quick an easy way i think, works for me
Make a .htaccess file
fill in your domain
upload it :)
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://yoursite.com [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com [NC]
RewriteRule .*\.(gif|jpg|mpg|wmv|)$ [R,NC]

Illicit 05-20-2004 11:36 PM

Quote:

Originally posted by lazzlo
Or a quick an easy way i think, works for me
Make a .htaccess file
fill in your domain
upload it :)
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://yoursite.com [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com [NC]
RewriteRule .*\.(gif|jpg|mpg|wmv|)$ [R,NC]

i use something very similar, works fine

MagicJohn 05-20-2004 11:39 PM

Go to apache.org and read the documentation for the .htaccess and the moderewrite module. That will be the best.
Or just take the sample of @ajpiii


All times are GMT -7. The time now is 06:47 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123