Hey Angelo – thanks for the response.
Your current settings allow admins to hide download links or even the player, which is fine. However, I have mixed content on my site. Some of it is free to everyone whereas other content is “premium content” for subscribers only.
I could set up a subdomain for the premium content but that’s confusing for subscribers a lot more work and separates out the feeds.
Since these files are hosted elsewhere, I just copy the links over to the PowerPress player. If it’s protected, a pop-up comes up requiring users to log in for playback and/or to download.
What I am trying to do is mask all download links in the page’s source code. Regardless of whether the files are protected or not, users can copy the source code into a rich text editor and find the file, click it and download it (even when protected). Masking it is not perfect but it will cut down on the majority of users who are not technically inclined on how to break it.
There are plenty of questions about this in Stack Overflow and elsewhere. Solutions range from JavaScript and PHP protections to encrypting or masking the files in the code. Nothing I seen appears to work though I know it can be done.
Even my host who protects the content for me shows the links on my personalized website with them when in incognito mode. I’ve brought it to their attention because I really don’t think they’re aware of this. I’ll venture it’s the same with your own hosting service and web pages. Premium content is easily bypassed. In fact, there’s a plethora of information on Google and YouTube on how to do just that.
Below is a copy of the source code from a single protected file for the song Mad Love. They don’t mask it like I’ve seen elsewhere with numbers and such and no definable URL nor content type but they hide in an alternative manner.
I was thinking maybe if there is some way to conceal the actual URL within source code to prevent internet download managers from automatically grabbing it and users from identifying within the source code for download.
Sorry so long. Didn’t mean to make this more complicated than it is. See below:
[Giant paste removed by moderator. Please put such content on pastebin.com and then put a *link* to that here.]