Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 06-22-2003, 07:53 PM   #1
Ironhorse
Pixel Pusher
 
Ironhorse's Avatar
 
Industry Role:
Join Date: Nov 2002
Posts: 7,093
Protecting members area video streams

We have a number of sensitive WMV movies we would like to display in the member's area but stream in such a way that the movies cannot be copied or stored on user's machine.

Can anyone please point me in the right direction for this script or if you can help in any way post a link or spam me at [email protected]
__________________
[email protected]
Ironhorse is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-22-2003, 07:55 PM   #2
Juicy D. Links
So Fucking Banned
 
Industry Role:
Join Date: Apr 2001
Location: N.Y. -Long Island --
Posts: 122,992
are they as sensitive as my gooch?
Juicy D. Links is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-22-2003, 08:07 PM   #3
Ironhorse
Pixel Pusher
 
Ironhorse's Avatar
 
Industry Role:
Join Date: Nov 2002
Posts: 7,093
Quote:
Originally posted by juicylinks
are they as sensitive as my gooch?
I don't know, let's see a 'drawring'
__________________
[email protected]
Ironhorse is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-22-2003, 08:13 PM   #4
JDog
Confirmed User
 
Join Date: Feb 2003
Location: Canby, OR
Posts: 7,453
most of these days, it is hard to stop a user from downloading...unless you have a real file, i have a perfect setup for that...but it is still hard...ya know...

jDoG
__________________
NSCash now powering ReelProfits.com
ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD
PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash
NOW OFFERING OVER 60 SITES
CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133)
JDog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-22-2003, 08:46 PM   #5
AaronM
Too lazy to set a custom title
 
AaronM's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: ┌∩┐ ◣_◢ ┌∩┐
Posts: 46,909
Quote:
Originally posted by Ironhorse
We have a number of sensitive WMV movies we would like to display in the member's area but stream in such a way that the movies cannot be copied or stored on user's machine.

Can anyone please point me in the right direction for this script or if you can help in any way post a link or spam me at [email protected]
You need Digital Rights Management (DRM)

Check out www.drmnetworks.com
AaronM is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-22-2003, 09:12 PM   #6
s9ann0
Confirmed User
 
Join Date: Sep 2001
Location: Boston
Posts: 4,873
you can make life dificult for hotlink and stuff with this:

RewriteEngine on

# agent is requesting media files and is not media player but has ok referer
# add for .wma on stories to ??

RewriteCond %{REQUEST_FILENAME} ^.*\.wmv$ [NC]
RewriteCond %{REQUEST_FILENAME} ^.*\.wma$ [NC]
RewriteCond %{HTTP_USER_AGENT} !^NSPlayer.* [NC]
RewriteCond %{HTTP_USER_AGENT} !^Windows-Media-Player.* [NC]
RewriteCond %{HTTP_REFERER} ^http://.*xxxdatabase.com/.* [NC]
RewriteRule /* http://php.xxxdatabase.com/link/getmediaplayer.html [R]

# agent is requesting media files and is not media player and has bad referer

RewriteCond %{REQUEST_FILENAME} ^.*\.wmv$ [NC]
RewriteCond %{REQUEST_FILENAME} ^.*\.wma$ [NC]
RewriteCond %{HTTP_USER_AGENT} !^NSPlayer.* [NC]
RewriteCond %{HTTP_USER_AGENT} !^Windows-Media-Player.* [NC]
RewriteCond %{HTTP_REFERER} !^http://.*xxxdatabase.com/.* [NC]
RewriteRule /* http://php.xxxdatabase.com/link/hotlink.html [R]

# agent has no cookie and is not media player

RewriteCond %{HTTP_COOKIE} !^user=.* [NC]
RewriteCond %{HTTP_USER_AGENT} !^NSPlayer.* [NC]
RewriteCond %{HTTP_USER_AGENT} !^Windows-Media-Player.* [NC]
RewriteRule /* http://php.xxxdatabase.com/link/nocookie.phtml?&host=%{HTTP_HOST} [R]
s9ann0 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-23-2003, 04:15 AM   #7
Ironhorse
Pixel Pusher
 
Ironhorse's Avatar
 
Industry Role:
Join Date: Nov 2002
Posts: 7,093
Thanks folks, anybody else?
__________________
[email protected]
Ironhorse is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-14-2003, 02:05 PM   #8
KBPimped
Registered User
 
Join Date: Jun 2003
Posts: 86
DRM is really the only way you can stop unauthorized use of your content. If you need more info reply here [email protected]
KBPimped is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-14-2003, 02:11 PM   #9
loverboy
When it rains, it pours
 
Industry Role:
Join Date: May 2003
Posts: 20,609
http://www.microsoft.com/windows/windowsmedia/drm.aspx

learn more about DRM.
loverboy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.