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)
-   -   How to protect movie files? (https://gfy.com/showthread.php?t=50112)

TheEnforcer 02-05-2002 06:27 PM

How to protect movie files?
 
Does anybody know how to protect movie files from being hotlinked but still be able to play them in media player?

pimplink 02-05-2002 07:21 PM

.htaccess?

Unfed 02-06-2002 02:41 AM

since media player doesn't read the referrer information it's almost impossible to protect movie files.

try to upload em in zip format and protect em with .htaccess

funkmaster 02-06-2002 03:28 AM

.htaccess?


... does not work. the easiest is to change the location of the movie "../movie/cumshot.avi" by a script every hour or so ... donīt forget to update your html pages too ...

http 02-06-2002 04:33 AM

You either have to hide the real location and have a script pass the movie through and output it, or like already mentioned, have a script change the movie folder name all the time. .htaccess with mod_rewrite doesn't work for movies. The scripts I tried didn't work either. :BangBang:

tgirl 02-06-2002 04:59 AM

put the following line between < head > < /head >

< SCRIPT LANGUAGE="javascript" >
// Calculate the expiration date
var expires = new Date ();
expires.setTime(expires.getTime() + 6 * 60 * 60 * 1000);
document.cookie = "id=valid; path=/" + "; expires=" + expires.toGMTString();
< /SCRIPT >

and the following here's .htaccess upload it to the folder you have movies.

AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*yourdomain.com/.* [NC]
RewriteCond %{HTTP_REFERER} !^http://your-IP-Number/.* [NC]
RewriteCond %{HTTP_COOKIE} !(^|(.+;)*)id=valid(;.;)*|$)
RewriteRule /* http://yourdomain.com/ [R,L]

Sleepy 02-06-2002 10:15 AM

build the movie as a sym link - it doesnt exist unless the person is logged in to your domain. hit me on ICQ and I can show you an example or sell you the script we wrote.
cookies and htaccess dont work for reasons already discussed.

Theo 02-06-2002 12:01 PM

sleepy is an official reseller of jesus scripts

Paul -C- 02-06-2002 12:24 PM

Hit me up on icq Sleepy - my number is 41088979

Thanks

Theo 02-06-2002 12:27 PM

paul i told you to message directly jesus.....

TheEnforcer 02-06-2002 01:01 PM

Thanks for the replies folks.. much appreciated.

:thumbsup

Sleepy 02-06-2002 01:03 PM

Quote:

Originally posted by Soul_Rebel
sleepy is an official reseller of jesus scripts
My programer will appreciate the compliment :Graucho

Paul -C- 02-06-2002 01:10 PM

Quote:

Originally posted by Soul_Rebel
paul i told you to message directly jesus.....
He was too busy turning water into wine to answer my messages :(

streamOG 02-06-2002 05:50 PM

Newbie to the board so please don't flame.

Question: What do you all know and think about using DRM technology to protect your Movies?

I was directed to this thread by a friend of mine and I was bummed to see that there was no mention of it.

Hit me up and tell me what you think.

Regards,

CNote

Lensman 02-06-2002 05:54 PM

As far as I know, file and folder auto-renaming is the only way.

Paul -C- 02-06-2002 08:38 PM

Another way would be to use htaccess to ban access from known hotlinking urls - such as surfer's message boards. This would require you keeping an eye on your server logs to catch hotlinkers though.

Paul -C- 02-06-2002 08:43 PM

Quote:

Originally posted by streamOG
Question: What do you all know and think about using DRM technology to protect your Movies?
The problem isn't really copyrights, but rather the bandwidth they use up when they download the movies.

willow 02-06-2002 09:10 PM

Quote:

Originally posted by funkmaster
.htaccess?


... does not work. the easiest is to change the location of the movie "../movie/cumshot.avi" by a script every hour or so ... donīt forget to update your html pages too ...

I'm kind of curious why not....???

I'm sure I've seen movie content protected by .htaccess before. You can either embed the current username/password in the link
http://user:[email protected]/video.mpg

otherwise it'll pop-up a login dialog box, surely?

I'm not saying you're wrong, I just can't see why denial this way can't work as it's server based. The only thing you've got to watch for is the same username coming from too many IPs which a simple script should be watching out for on all protected content anyway.


All times are GMT -7. The time now is 05:38 AM.

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