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)
-   -   Anyone know of a current movie hotlink protection program? (https://gfy.com/showthread.php?t=704327)

Snake Doctor 02-08-2007 11:19 AM

Anyone know of a current movie hotlink protection program?
 
I had the program from antihotlinking.com, but when we moved servers we couldn't get it installed properly, and they don't answer any of our emails.

If anyone knows of a similar solution please share it here.

2012 02-08-2007 11:28 AM

.htaccess file
 
Have you given something like this a try?

You add a rewrite rule to your htaccess file. Seems to work pretty good so far or at least a good temp fix until you get something a little more advanced.

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !your domain to allow \.com [NC]
RewriteCond %{HTTP_REFERER} !your domain to allow \.com [NC]
RewriteCond %{HTTP_REFERER} !your domain to allow \.com [NC]
RewriteCond %{HTTP_REFERER} !your domain to allow \.com [NC]


RewriteRule \.(gif|jpe?g|png|wmv|flv|swf|mpg)$ h t t p y o u r d o m a i n.com/images/nohotlink.jpe [NC,L]


the last line is an image substitute you can use so when it is hot linked that image shows up.

:banana

Jace 02-08-2007 11:31 AM

Smokey just posted something like 2 days ago about this, he had a KILLER solution

grumpy 02-08-2007 11:55 AM

Quote:

Originally Posted by Jace (Post 11883148)
Smokey just posted something like 2 days ago about this, he had a KILLER solution

yes, check that one out. That was a good one.

Snake Doctor 02-08-2007 03:20 PM

Quote:

Originally Posted by fartfly (Post 11883135)
Have you given something like this a try?

You add a rewrite rule to your htaccess file. Seems to work pretty good so far or at least a good temp fix until you get something a little more advanced.

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !your domain to allow \.com [NC]
RewriteCond %{HTTP_REFERER} !your domain to allow \.com [NC]
RewriteCond %{HTTP_REFERER} !your domain to allow \.com [NC]
RewriteCond %{HTTP_REFERER} !your domain to allow \.com [NC]


RewriteRule \.(gif|jpe?g|png|wmv|flv|swf|mpg)$ h t t p y o u r d o m a i n.com/images/nohotlink.jpe [NC,L]


the last line is an image substitute you can use so when it is hot linked that image shows up.

:banana


htaccess doesn't work for movies because movie players don't pass referrer information.

I'll have to do a search or something for Smokey's solution

2012 02-08-2007 03:48 PM

hotlinking movies
 
thats a trip...

It seems to be working for me ?

Let me know if you can hot link this movie.
http://www.fartfly.com/FARTFLY_PRESE.../MOVIE/2/4.wmv

I heard it didn't work for movies too until I tried it. I think it may have something to do with replacing it with an image like I did. As far as image hotlinking it seems to be working 99% of the time. Haven't really tested it.

:xomunch

Deej 02-08-2007 03:50 PM

fucking-around-and-business-discussion/702953-anti-hotlinking-videos.html


All times are GMT -7. The time now is 02:07 PM.

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