Simply add in your post, shortcode, widget or page to the attachment page of the file you want your users to download, and that's it. dwnldr will log who's downloaded it and when, and force the download without exposing your URL..
And don't forget if you like the plugin, please remember to review.
Upload the plugin files to the wp-content plugins dwnldr directory, or install the plugin through WordPress plugins screen, using the full unzipped plugin file..
Activate the plugin through 'Plugins screen WordPress.
To add download link, select your attachment using Add Media button and select Link To -> Attachment Page..
The attachment page is usually attachment id= ...
Clicking the download count, or the edit link, will take you to the edit post page, and the logs are towards the bottom...
Yes to change the file extensions that you want to allow people to download, add the following to your theme's functions php file. function my dwnldr extensions { return array }..
You can also change, or add to, the data you want to log when person downloads file with the function my dwnldr log { $mydata = array return array merge }...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more