|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Jul 2001
Posts: 973
|
htaccess code...
does anyone got the htaccess code handy that prevents people from hotlinking your images?
I lost it, and can't find it :-( any help, would be greatly appreciated : ) |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: May 2001
Location: Ontario, Canada
Posts: 1,026
|
Christ sakes, do a fucking search will you, its been a topic on atleast a half dozen threads with full examples.
|
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Feb 2001
Location: SoCal
Posts: 649
|
To lazy tonight to search for you..sorry.
![]() But, that is exactly what you need to do. Plenty of info to be had. ![]() And if I haven't said it before...Welcome to the best board on the net. Glad to have you aboard. ![]() |
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Jun 2001
Location: Queens NY
Posts: 1,407
|
lol!
|
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Jun 2001
Location: Queens NY
Posts: 1,407
|
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://www.domain.com [NC] RewriteCond %{HTTP_REFERER} !^http://domain.com [NC] RewriteRule .*\.(gif|GIF|jpg|JPG|mpg|MPG|Mpeg|mpeg|MPEG|rm|RM| avi|AVI)$ http://www.domain.com [R,L] |
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Jul 2001
Posts: 973
|
Thanks Whoreans,
greatly appreciated~ |
|
|
|