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)
-   -   antihotlinking dot com (https://gfy.com/showthread.php?t=356476)

zentz 09-14-2004 07:06 AM

antihotlinking dot com
 
i am thinking of buying those scripts from them... are they worth of 200$ ? you think .htaccess should be enough ?

zentz 09-14-2004 08:49 AM

bump

kenny 09-14-2004 09:42 AM

.htaccess doesn't protect movies. So if you do free sites with movies it's a good idea to purchase that script.

If your only dealing with pictures then I see no use for that script

Basic_man 09-14-2004 09:43 AM

Quote:

Originally posted by kenny
.htaccess doesn't protect movies. So if you do free sites with movies it's a good idea to purchase that script.

If your only dealing with pictures then I see no use for that script

Same opinion here !

block 09-14-2004 09:44 AM

Are a lot of people stealing your bandwidth? If so its probably worth it:Graucho

fris 09-14-2004 09:45 AM

i have my own code for doing movies in .htaccess where it checks for local refer

zentz 09-14-2004 11:28 AM

Quote:

Originally posted by fris
i have my own code for doing movies in .htaccess where it checks for local refer
this is what i have in my .htaccess

RewriteEngine on
Options -Indexes
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.gayfreeclips.com [NC]
RewriteCond %{HTTP_REFERER} !^http://gayfreeclips.com [NC]
RewriteRule .*\.(mpg|MPG|Mpeg|mpeg|MPEG|rm|RM)$ http://www.gayfreeclips.com [R,L]

when cookies are enabled its working half-good

i.e. surfers can download the hotlinked movie but they cant view it in media player

any suggestions ? i dont wanna pay 200$ if this can be solved with .htaccess code :winkwink:

A C 09-14-2004 12:07 PM

Quote:

Originally posted by block
Are a lot of people stealing your bandwidth? If so its probably worth it:Graucho
:thumbsup

Krille 09-14-2004 12:13 PM

It rocks, been using it on two servers for a long time, made that money back just in bandwith bills, the redirected hotlinkers pay the script over and over again every month, like clockwork :thumbsup

kenny 09-14-2004 12:37 PM

Quote:

Originally posted by zentz
this is what i have in my .htaccess

RewriteEngine on
Options -Indexes
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.gayfreeclips.com [NC]
RewriteCond %{HTTP_REFERER} !^http://gayfreeclips.com [NC]
RewriteRule .*\.(mpg|MPG|Mpeg|mpeg|MPEG|rm|RM)$ http://www.gayfreeclips.com [R,L]

when cookies are enabled its working half-good

i.e. surfers can download the hotlinked movie but they cant view it in media player

any suggestions ? i dont wanna pay 200$ if this can be solved with .htaccess code :winkwink:

To my knowledge the script is the only real way to protect movies.

You can write a program to dynamicly change the name of the movies or the directories, but if your doing something like building galleries that will cause problems with TGP scripts.

The javascript to insert cookies methond isn't the best way either.

Lots of people claim that you don't need the $200 script to protect movies but I find it funny that they never have a answer or show any real alternative to the script.

justsexxx 09-14-2004 12:40 PM

Quote:

Originally posted by kenny
To my knowledge the script is the only real way to protect movies.

You can write a program to dynamicly change the name of the movies or the directories, but if your doing something like building galleries that will cause problems with TGP scripts.

The javascript to insert cookies methond isn't the best way either.

Lots of people claim that you don't need the $200 script to protect movies but I find it funny that they never have a answer or show any real alternative to the script.

Not sure, but isprime offer some kinda PHP cookie thing

Andre

fris 09-14-2004 12:54 PM

PHP Code:


setenvifnocase referer 
"^$" allowed=1
SetEnvIfNoCase Referer 
"^[url]http://www.videodump.com[/url]" allowed=1
SetEnvIfNoCase Referer 
"^[url]http://videodump.com[/url]" allowed=1
<FilesMatch "\.(asx|wmv|avi|asf|wmv|wma|mpg|mpeg|MPG)$">
Order Allow,Deny
Allow from env
=allowed
</FilesMatch


latinasojourn 09-14-2004 01:25 PM

Quote:

Originally posted by Krille
It rocks, been using it on two servers for a long time, made that money back just in bandwith bills, the redirected hotlinkers pay the script over and over again every month, like clockwork :thumbsup


ditto


All times are GMT -7. The time now is 10:05 PM.

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