Features
- Restrict files to express user
- Now with expiration date!
- Checklist information assigned to specific person
- All information-URL are encrypted.
- ONE HUNDRED% protected limited information
Todo
- Upload counter to downloads and restriction on what number of instances it will possibly be downloaded.
- Create more settings like, what if file is expired.
Usage
- Upload the plugin
- Permit the plugin.
- in the WordPress menu you currently will see “User Downloads” added. In Case You visit “User Downloads” => “Settings” you'll set your encryption keys.
- Than you can create User Downloads wich goes as follows:
- Create a User Download.
- Enter a title
- Input a few content
- Make A Selection to wich person the to be uploaded recordsdata must be restricted
- Add recordsdata for this explicit user
- Put Up the Person Download
- I created a serve as to get all information that are belongs to the logged in consumer. The functions is get_user_specific_downloads_as_array. With this you can do the rest you want to. Permit me give you an example of ways to list all files of 1 user according to User Obtain (in step with submit):
- $files = ''; $userFiles = get_user_specific_downloads_as_array(); foreach($userFiles as $userdownload) recordsdata .= '<h2>'.$userdownload['title'].'</h2>'; $recordsdata .= $userdownload['content']; $files .= '<ul>'; foreach($userdownload['files'] as $document) $ else $ $files .= '<em>'.$record'file''description'.'</em>'; $recordsdata .= '</li>'; } $files .= '</ul>'; } echo $information;
- In The Event You have any questions (technical or now not) i will be able to have the option to help you.
Changelog
25-10-2016
- Checked make stronger for WP 4.6.1
20-1-2015
- Added give a boost to for translations (multilanguage).
29-7-2014
- Introduced talent to select more than one customers.
10-7-2014
- Mounted trojan horse when not surroundings the expire date.
- Improved encryption of files.
- Brought shortcode.
- Brought expiration date for downloads.
- Mounted computer virus in settings panel.
- Brought beef up for subdomains.
- Added enhance for Home Windows Servers.
26-12-2013
FULL DOWNLOAD
No comments:
Post a Comment