![]() |
![]() |
![]() |
||||
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: Aug 2005
Location: ICQ: 248877409
Posts: 8,597
|
.htaccess hotlink protection help!
this is one of the links stealing my BW http://fusker.lewww.com/index.php?li...c ial=preview
Here is my httaccess info: RewriteEngine on RewriteCond %{HTTP_REFERER}!^$ RewriteCond %{HTTP_REFERER}!^http://mofosex.com/mother_daughter_fuck/.*$ [NC] RewriteCond %{HTTP_REFERER}!^http://fusker.lewww.com/.*$ [NC] RewriteRule .*\.(gif¦GIF¦jpg¦JPG)$ http://italy.indymedia.org/uploads/2005/03/kimber.jpg [R] it blocks the images however doesnt put my substitute pic in there. is something wrong? and also it seems like it keeps transferring info trying to load my images. is this because it is successfully blocking the images or is it doing a loop. please help. This is blocking the images however it blocks them from the domains that i need it on such as http://mofosex.com/mother_daughter_fuck/081805_1/ __________________ |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
GFY HALL OF FAME DAMMIT!!!
Join Date: Jan 2002
Location: that 504
Posts: 60,840
|
![]()
__________________
![]() Want an Android App for your tube, membership, or free site? Need banners or promo material? Hit us up (ICQ Fletch: 148841377) or email me fletchxxx at gmail.com - ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Join Date: Aug 2005
Location: ICQ: 248877409
Posts: 8,597
|
dude plz help!! lol
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
Confirmed User
Join Date: Aug 2005
Location: ICQ: 248877409
Posts: 8,597
|
ahahahaha i got it they gonna puke when they see this lol
http://fusker.lewww.com/index.php?li...c ial=preview |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
Confirmed User
Join Date: Apr 2005
Location: Montreal
Posts: 1,569
|
hahah, so you're defeating hotlinkers, by hotlinking to her yourself?
![]() heheheh |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 |
Confirmed User
Industry Role:
Join Date: Aug 2002
Posts: 9,752
|
WTF, how to you get that old chic on their server?
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 |
Confirmed User
Industry Role:
Join Date: Jan 2003
Location: Phoenix, Az
Posts: 3,112
|
the easiest method is to put your thumbnails in an unprotected directory, then put the full size images in a new directory under the thumbs, call it like images, then put a htaccess file in the images dir, use the referring url method and you can then specify which urls you want to be able to access the images in the htaccess.
this is how I have one of mine ---------------- RewriteEngine On RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*landofvenus.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*venuscam.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*amateurmuscle.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*girlshouse.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*amateurbarbara.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*young-amateur-pussy.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*misschianti.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*aaronsbabes.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*amy2please.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*ninasboobs.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*sweetshanice.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*model-gaby.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*vcomm.net/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*dirtydakota.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*msmuscle.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*bicherokee.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*jadabangcock.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*hottdancers.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*yummyangelica/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*lacykitty.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*princesslauraleigh.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*risquewife.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*pinupkittens.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*sexytexasamateurs.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*hurricanebridget.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*nude-female-muscle.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*nude-fitness-model.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*showgirlsbackstage.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*daphniesdreamhouse.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*alldancers.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*amateurbarbara.com/ [NC] RewriteRule /* http://www.landofvenus.com/index.html [L,R] ------------------- |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#8 |
Text Writer
Join Date: Feb 2001
Location: Wisconsin
Posts: 18,812
|
htaccess antihotlinking isnt really all that hard.
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#9 |
Too lazy to set a custom title
Join Date: Jan 2002
Location: Holland
Posts: 9,870
|
__________________
Don't let greediness blur your vision | You gotta let some shit slide icq - 441-456-888 |
![]() |
![]() ![]() ![]() ![]() ![]() |