Protect content with DRM in PHP ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
drfeelgood
Forum Newbie
Posts: 15
Joined: Mon Sep 01, 2008 9:57 pm

Protect content with DRM in PHP ?

Post by drfeelgood »

Hi all,

I want to protect content with DRM.
Can I create dm files in PHP ?
or anybody has link resource ?

Please, really need this ...

thx,
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Protect content with DRM in PHP ?

Post by josh »

what kind of content are you trying to protect and have you looked into any off the shelf products?
drfeelgood
Forum Newbie
Posts: 15
Joined: Mon Sep 01, 2008 9:57 pm

Re: Protect content with DRM in PHP ?

Post by drfeelgood »

i want to protect content something like image, ringtone, video.
still searching for open-source apps.
one of my friend told me that openipmp software, but it need jboss to install it and i am not familiar with jboss.

:mrgreen:
User avatar
starram
Forum Commoner
Posts: 58
Joined: Thu Apr 10, 2008 1:27 am
Location: India
Contact:

Re: Protect content with DRM in PHP ?

Post by starram »

hello drfeelgood

Please share whatever you use.

Regards,
Ram
drfeelgood
Forum Newbie
Posts: 15
Joined: Mon Sep 01, 2008 9:57 pm

Re: Protect content with DRM in PHP ?

Post by drfeelgood »

hello starram,

i wish i have something to share regarding this ...
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Protect content with DRM in PHP ?

Post by josh »

Clarify, you want to allow web users to listen to the song without downloading. Or apply DRM to the file they actually get as a download? You could stream mp3s in flash but theres tools that will grab the songs very quickly... The next step up would be a streaming media server so you can use an existing protocool like windows media to encrypt the media files for listening
drfeelgood
Forum Newbie
Posts: 15
Joined: Mon Sep 01, 2008 9:57 pm

Re: Protect content with DRM in PHP ?

Post by drfeelgood »

I want to apply DRM to the downloaded content.
I understand that there's tool to unlock the content, but it's company policy.
I need someone can help me to this matter ...
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Protect content with DRM in PHP ?

Post by josh »

If you want to roll your own solution I'd think you'd need software on the user's machine
Post Reply