0
Hi Germi,
Do you have any suggestions on how to protect files from being ripped from the Muscol? Any modules or scripts you can think of? Or will future version provide some sort of protections?
Thanks
Do you have any suggestions on how to protect files from being ripped from the Muscol? Any modules or scripts you can think of? Or will future version provide some sort of protections?
Thanks
Responses (5)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0I would suggest not having the files within the web server at all. Typically best to have them off the server, or at the very least outside of the web root. The only downside of this is that the player wants a web address and not a file path.
One way that most streaming apps do this is by storing all the file paths within the database and then calling it via the url. That way the flash player can still play files as it would be referencing a file location within the database. For example, mysite.com/music/songid.php?id=1 Some will even add a session id to the end of that so that the link will expire and not always be available. One could even add authentication to the link as well. That way the true paths of the files are never revealed and the files are not openly out there for anyone to grab.
Something like this also makes it really easy for an automated script to record where the files are. The locations in the database can be saved as c:\\music or \\\\fileserver\\music or /var/www/ or what not and since the app would convert that to a web address that references the location in the database, it could be used to easily play in the flash player or streamed to a 3rd party local music player. -
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »