We'll create fresh WordPress site with mulllhausen's secure links installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Mulllhausen’s Secure Links lets you control the users who can download secure files from your site. Each user sees a different download URL, which is an encrypted combination of the user’s ID and the file name. If one user copies their download URL and sends it to another user then this other user will not be able to access the secure file.
Initial Setup
When you first install this plugin you should go to the admin panel page (under the tools menu) and make sure that everything is securely configured.
Usage
Once you have securely configured everything then the following shortcode becomes available:
[mulll0 allowed_users="alice anderson,bob brown,charlie clarke"]filename.pdf[/mulll0]
This will allow alice, bob and charlie to acces file filename.pdf
. Each will have a different URL link to the same file. But if any of them try to copy their URL link and give it to denis then denis will not be able to access file filename.pdf
.
,
) symbol will not work, since the comma is used as a separator between usernames.allowed_users
attribute of the shortcode are case insensitive.Make sure not to upload files that have spaces at the start or end of the filename since this plugin strips whitespace from the filename specified in the shortcode.
TODOs
insert secure link
icon above the wordpress editor. This would open a popup window where users and files could be selected. This would eliminate typos in manually written shortcodes.