i am thinking of buying those scripts from them... are they worth of 200$ ? you think .htaccess should be enough ?
antihotlinking dot com
Collapse
X
-
antihotlinking dot com
Programs that owe me money ---- Epassporte.com ~ $2700 | Protraffic.com ~ $2600 | XonDemand.com ~ $3000
Email: [email protected]Tags: None -
bumpPrograms that owe me money ---- Epassporte.com ~ $2700 | Protraffic.com ~ $2600 | XonDemand.com ~ $3000
Email: [email protected] -
Same opinion here !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 scriptUUGallery Builder - automated photo/video gallery plugin for Wordpress!
Stop looking!
Checkout Naked Hosting, online since 1999 ! 

Comment
-
this is what i have in my .htaccessOriginally posted by fris
i have my own code for doing movies in .htaccess where it checks for local refer
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
Programs that owe me money ---- Epassporte.com ~ $2700 | Protraffic.com ~ $2600 | XonDemand.com ~ $3000
Email: [email protected]Comment
-
Originally posted by block
Are a lot of people stealing your bandwidth? If so its probably worth it
Do you have a "Exit here - if under 18" link on your warningpage? Chances are you are linking to yahoo/google/disney etc. Those days are over, signup at www.warningpages.com to get PAID for this traffic that has been wasted by so many for years! icq#777970Comment
-
To my knowledge the script is the only real way to protect movies.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
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.7Comment
-
Not sure, but isprime offer some kinda PHP cookie thingOriginally 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.
AndreQuestions?
ICQ: 125184542Comment
-
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>Comment
-
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
dittoComment



Comment