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 Mark Forums Read
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-27-2002, 01:40 PM   #1
Darren
Confirmed User
 
Darren's Avatar
 
Join Date: Sep 2001
Posts: 5,994
What si wrong with this .htaccess?

Does not seem to be working? The 404/403 errors work but you can still hotlink for some reason. Also is there anything missing from it?

ErrorDocument 403 http://www.penis-health.com/404.html
ErrorDocument 404 http://www.penis-health.com/404.html


RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://penis-health.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.penis-health.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://penis-health.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.penis-health.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.181.161.10.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.181.161.10:80.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.penis-health.com/hotlink.html
Darren is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-27-2002, 02:33 PM   #2
Naughty
Confirmed User
 
Industry Role:
Join Date: Jul 2001
Location: Utopia
Posts: 6,482
This is a working version .. change urls to your own needs

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*naughtycelebs.co.uk*/ [NC]
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*sexypicsandmovies.com*/ [NC]
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*xnaughty.com*/ [NC]
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*naughtysexpics.com*/ [NC]
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*tgp2gallerypool.com*/ [NC]
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*157.238.201.172*/ [NC]
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*66.230.134.226*/ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.megageil.nl/hotlinked351x60.gif [L,R]
__________________
seks.ai for sale - ping me
Naughty is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-27-2002, 02:34 PM   #3
LUCL0NELY
So Fucking Banned
 
Join Date: Sep 2002
Location: AZN KLAN'S MAIN LAND
Posts: 1,527
redirect all your traffic to my sites.
LUCL0NELY is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-27-2002, 03:18 PM   #4
Kat - Fast
Confirmed User
 
Join Date: Feb 2001
Location: The bushes behind your house
Posts: 2,303
I think it might be the letter 'o' not being capital

RewriteEngine on
Kat - Fast is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-27-2002, 03:22 PM   #5
PeekHoles
Registered User
 
Industry Role:
Join Date: Jan 2002
Posts: 1,151
Hey Naughty or any htaccess guru

I need the htaccess code to do this... say I have 3 sites A, B , C In order to get to site C you have to either come from site A, or site B. I don't wont some to be able to type site C in directly and be able to get there. I have searched the board I know I have seen the code posted some were.


Gman.357 sent me this code. It does the job far as only letting the two other sites in only. But it wont all me to see the images just the html.

Here was the could I used that let the two sites in bit cant view any pics.

AuthUserFile /dev/null
AuthGroupFile /dev/null

RewriteEngine On

RewriteCond %{HTTP_REFERER} !^http://www.site-a.com/.* [NC]
RewriteCond %{HTTP_REFERER} !^http://www.site-b.com/.* [NC]
RewriteCond %{HTTP_REFERER} !^http://www.site-c.com/.* [NC]


RewriteRule /* http://www.yoursite.com/error.html [R,L]


Anyone know why this code doesn't allow me to see any pics?
PeekHoles is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-28-2002, 03:20 AM   #6
Darren
Confirmed User
 
Darren's Avatar
 
Join Date: Sep 2001
Posts: 5,994
bump i need that answer to
Darren is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-28-2002, 03:26 AM   #7
justsexxx
Too lazy to set a custom title
 
Join Date: Aug 2001
Location: The Netherlands
Posts: 13,723
AuthUserFile /dev/null
AuthGroupFile /dev/null

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.site1.nl [NC]
RewriteCond %{HTTP_REFERER} !^http://site1.nl [NC]
RewriteCond %{HTTP_REFERER} !^http://www.site2.nl/ [NC]
RewriteCond %{HTTP_REFERER} !^http://site2.nl/ [NC]
RewriteRule /* http://backtowhereyoucamfrom.nl [R,L]


This should work

edit: Let m eknow if it did work :-)
__________________
Questions?

ICQ: 125184542
justsexxx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-28-2002, 04:34 AM   #8
Seb From Holland
Confirmed User
 
Join Date: May 2002
Location: The Netherlands
Posts: 2,747
For all .htaccess no-no's, this simply step by step fill in form will help you out just fine!

http://www.htmlbasix.com/disablehotlinking.shtml

Seb.
Seb From Holland 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
Thread Tools



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.