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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 11-16-2005, 07:04 PM   #1
sfera
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/
__________________
sfera is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-16-2005, 07:06 PM   #2
Fletch XXX
GFY HALL OF FAME DAMMIT!!!
 
Fletch XXX's Avatar
 
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 - recent work - About me
Fletch XXX is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-16-2005, 07:10 PM   #3
sfera
Confirmed User
 
Join Date: Aug 2005
Location: ICQ: 248877409
Posts: 8,597
dude plz help!! lol
sfera is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-16-2005, 07:14 PM   #4
sfera
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
sfera is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-16-2005, 09:04 PM   #5
kaori
Confirmed User
 
Join Date: Apr 2005
Location: Montreal
Posts: 1,569
hahah, so you're defeating hotlinkers, by hotlinking to her yourself?
heheheh
kaori is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-16-2005, 09:30 PM   #6
chaze
Confirmed User
 
Industry Role:
Join Date: Aug 2002
Posts: 9,752
WTF, how to you get that old chic on their server?
chaze is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-16-2005, 11:20 PM   #7
venus
Confirmed User
 
venus's Avatar
 
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]
-------------------
__________________
Muscle/Fitness Adult Affiliate Program
Since 1997 www.venuscash.com
venus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-16-2005, 11:23 PM   #8
Babagirls
Text Writer
 
Babagirls's Avatar
 
Join Date: Feb 2001
Location: Wisconsin
Posts: 18,812
htaccess antihotlinking isnt really all that hard.
__________________




Need a Text Writer?
Blogs|Reviews|Descriptions|Paysites|TGP's|Stories

ICQ: 397892500
Babagirls is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-16-2005, 11:55 PM   #9
grumpy
Too lazy to set a custom title
 
grumpy's Avatar
 
Join Date: Jan 2002
Location: Holland
Posts: 9,870
http://www.javascriptkit.com/howto/htaccess.shtml

this will help. Nice htaccess guide.
__________________
Don't let greediness blur your vision | You gotta let some shit slide
icq - 441-456-888
grumpy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.