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)
-   -   Fucking Thieves!!! Anybody help me out with .htaccess or who owns this site? (https://gfy.com/showthread.php?t=316874)

PrivateIvy 06-23-2004 05:43 PM

Fucking Thieves!!! Anybody help me out with .htaccess or who owns this site?
 
Last week I noticed in stats that this site was hotlinking full galleries of images that are supposted to be for the affiliates of femmeXotique.com ( one of the sites I run)

I changed all the damn file names so they had nice red x's for several galleries they were linking individually to each image .

Well, they have snagged the new urls and are at it again....

Anyone know who owns this freakin site

and better yet, a way to disallow hotlinking just from a particular domain via htaccess?

I would much appreciate any help...

And if you know the owner of this site...tell him to :321GFY

:ak47:

This is the site and this is only one of the galleries they are hotlinking individual images off my site.

http://www.sexuniform.ru/school/52030/index.shtml

Ivy

chAos 06-23-2004 05:44 PM

Quote:

Originally posted by PrivateIvy
Last week I noticed in stats that this site was hotlinking full galleries of images that are supposted to be for the affiliates of femmeXotique.com ( one of the sites I run)

I changed all the damn file names so they had nice red x's for several galleries they were linking individually to each image .

Well, they have snagged the new urls and are at it again....

Anyone know who owns this freakin site

and better yet, a way to disallow hotlinking just from a particular domain via htaccess?

I would much appreciate any help...

And if you know the owner of this site...tell him to :321GFY

:ak47:

This is the site and this is only one of the galleries they are hotlinking individual images off my site.

http://www.sexuniform.ru/school/52030/index.shtml

Ivy

I cannot remember the syntax for it but just search on google there is a ton of articles for it ..

infecto 06-23-2004 05:48 PM

This should prevent hotlinking of gifs/jpgs/gifs.

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?domain.com/.*$ [NC]
RewriteRule \.(bmp|gif|jpg)$ - [F]

PrivateIvy 06-23-2004 05:48 PM

Quote:

Originally posted by chAos
I cannot remember the syntax for it but just search on google there is a ton of articles for it ..
The only "Selective" hotlinking I could find was this one:

http://underscorebleach.net/content/...ent_hotlinking

which is a little more complicated than a simple entry into htaccess....anyone know a simpler line to add into htacess or is this the only way?

Ivy

PrivateIvy 06-23-2004 05:49 PM

Quote:

Originally posted by infecto
This should prevent hotlinking of gifs/jpgs/gifs.

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?domain.com/.*$ [NC]
RewriteRule \.(bmp|gif|jpg)$ - [F]

Gonna try that now....hopefully I can come back and say...YOU ARE THE SHIT !!! hehe

Thanks:- let ya know in a few

sumphatpimp 06-23-2004 05:49 PM

one of the best tutorals I have found on the subject

http://www.avslounge.com/webmaster-t..._tutorial.html

BV 06-23-2004 05:50 PM

as long as your url is on there why worry? free advertizing! :2 cents:

infecto 06-23-2004 05:50 PM

Oh my bad just from a certain domain the stuff I just posted was allowing only the domain typed in...here ya go. This should prevent the following domain from accessing the shown extensions.

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://(www\.)?domain.com/.*$ [NC]
RewriteRule \.(bmp|gif|jpg)$ - [F]

TheSwed 06-23-2004 05:51 PM

Block the ip too 217.16.31.61
:2 cents:

PrivateIvy 06-23-2004 05:51 PM

Quote:

Originally posted by BV
as long as your url is on there why worry? free advertizing! :2 cents:

Well my client who I run the site for, the photographer of those images is pretty pissed. NO LINK to his site....just blatent hotlinking to galleries and promoting other programs

PrivateIvy 06-23-2004 05:54 PM

Quote:

Originally posted by infecto
Oh my bad just from a certain domain the stuff I just posted was allowing only the domain typed in...here ya go. This should prevent the following domain from accessing the shown extensions.

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://(www\.)?domain.com/.*$ [NC]
RewriteRule \.(bmp|gif|jpg)$ - [F]


That worked !!! WOOHOOO !!!! If I ever meet you at a show, remind me to give ya a big kiss!!

:angel

Ivy

infecto 06-23-2004 05:56 PM

I icqed you the fixed code because gfy blocks a bracket.

PrivateIvy 06-23-2004 05:59 PM

Quote:

Originally posted by infecto
I icqed you the fixed code because gfy blocks a bracket.
I figured GFY screwed the code....I pulled it up in quote and got the correct and then removed what looked like VB code gfy put with the http:// and it worked, so I think I figured it out !

Thanks so much !!! I owe ya :winkwink:

Ivy

TheSwed 06-23-2004 05:59 PM

add this url too you'r hot link protection http://www.IksRu.Com
and http://IksRu.Com :2 cents:

foolio 06-23-2004 06:02 PM

Damm - I woulda made goatse pics with "DO NOT FUCKING HOTLINK MY SHIT YOU NO DICK BASTARD" plastered on them ;)

jimmyf 06-23-2004 07:06 PM

Quote:

Originally posted by PrivateIvy
The only "Selective" hotlinking I could find was this one:

http://underscorebleach.net/content/...ent_hotlinking

which is a little more complicated than a simple entry into htaccess....anyone know a simpler line to add into htacess or is this the only way?

Ivy

I got one you can send them 2 your join page or where ever you want

PrivateIvy 06-23-2004 07:11 PM

Quote:

Originally posted by foolio
Damm - I woulda made goatse pics with "DO NOT FUCKING HOTLINK MY SHIT YOU NO DICK BASTARD" plastered on them ;)
LMFAO yea...but the partners using the hosted galleries with those pics in them, might not have liked that !! hehe

:winkwink:

Ivy

JDog 06-23-2004 07:13 PM

Quote:

Originally posted by infecto
This should prevent hotlinking of gifs/jpgs/gifs.

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?domain.com/.*$ [NC]
RewriteRule \.(bmp|gif|jpg)$ - [F]

just to let you know, the domain.com should be your domain for your hosted galleries. And you can add more domains of domains that can hotlink to this server. Don't put his domain in the domain.com.

jDoG

PrivateIvy 06-23-2004 07:15 PM

Quote:

Originally posted by TheSwed
add this url too you'r hot link protection http://www.IksRu.Com
and http://IksRu.Com :2 cents:

WOW....so do you know this fucker?

Ivy

DaLord 06-23-2004 07:15 PM

A russian using dirty tricks? Nah that has to be a mistake :1orglaugh

PrivateIvy 06-23-2004 07:20 PM

Quote:

Originally posted by JDog
just to let you know, the domain.com should be your domain for your hosted galleries. And you can add more domains of domains that can hotlink to this server. Don't put his domain in the domain.com.

jDoG

Yea, infecto had listed the wrong one there...he reposted the correct one to block just that domain :thumbsup

Ivy

cluck 06-23-2004 09:23 PM

Quote:

Originally posted by jimmyf
I got one you can send them 2 your join page or where ever you want
Feel like sharing? :glugglug

DVTimes 06-23-2004 10:43 PM

:(


All times are GMT -7. The time now is 12:54 PM.

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