file protection

P
P
Offline
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
Responses (5)
  • Accepted Answer

    Saturday, January 30 2010, 11:35 AM - #Permalink
    0
    I'm thinkin on a couple of ideas for this. Dont know if will come right away with v 2.0, but probably a bit later with v2.1 or something like that
    The reply is currently minimized Show
  • Accepted Answer

    P
    P
    Offline
    Saturday, January 30 2010, 04:07 PM - #Permalink
    0
    I have an idea, I don't know if it will work of not but here we go...

    The concept is to password protect the music folder and then on the backend to put the password in the module and plugin. both Plugin and module can act as a bridge or a specific user.
    The reply is currently minimized Show
  • Accepted Answer

    greengeek
    greengeek
    Offline
    Friday, February 05 2010, 01:03 PM - #Permalink
    0
    I 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.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, February 05 2010, 01:09 PM - #Permalink
    0
    yes, this is being studies by us.

    this will NOT be avaialble on v2.0, because the system is not that mature, but will probably be included on 2.1

    best,
    Germi
    The reply is currently minimized Show
  • Accepted Answer

    greengeek
    greengeek
    Offline
    Saturday, February 06 2010, 03:14 AM - #Permalink
    0
    Awesome, good to here!
    The reply is currently minimized Show
Your Reply