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)
-   -   htaccess help (https://gfy.com/showthread.php?t=373500)

lil2rich4u2 10-17-2004 07:23 PM

htaccess help
 
what line do i add to illiminate hotlinking?

never had to do it, but im being fruskered to death! lol

thousands of requests all of a sudden from links like this:

http://fusker.lewww.com/index.php?li...pecial=preview


what to do?

sexygir1 10-17-2004 07:25 PM

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://70.84.11.222/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://camelthumbs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.camelthumbs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.camelthumbs.com/ambersass.html.*$ [NC]
RewriteRule .*\.(gif|jpg|zip)$ - [F,L]

Fill in your site info where mine is put a file name .htaccess in your root directory

cezam 10-17-2004 07:29 PM

Code:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?your_site.com(/)?.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.url_to_redirect_to.com [R,NC]


cezam 10-17-2004 07:30 PM

Quote:

Originally posted by cezam
Code:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?your_site.com(/)?.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.url_to_redirect_to.com [R,NC]


GFY fucks up the code.... check out this URL for the right syntax: http://www.internet-search-engines-f...-linking.shtml

pornguy 10-17-2004 08:01 PM

Thanks. I have been looking for that again.

kenny 10-17-2004 08:03 PM

Those fuskers need a strong dose of their own medicine

mkx 10-17-2004 10:35 PM

Does hotlinking improve Alexa ratings? :)

bringer 10-17-2004 10:36 PM

Quote:

Originally posted by cezam
GFY fucks up the code.... check out this URL for the right syntax: http://www.internet-search-engines-f...-linking.shtml
that script is shitty


All times are GMT -7. The time now is 05:11 AM.

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