Wordpress Download Monitor Plugin 2

This plugin has now been replaced by an updated version which you can find here. This version is good for wordpress versions below 2.5 and can be obtained here.


Wordpress Download Monitor PluginIt’s here! The new improved download monitor plugin for wordpress is ready for use, and ready for wordpress 2.5 which is set to be released soon. This new version, aside form the wordpress 2.5 support, contains many bug fixes and is now much more efficient.

Download Monitor is a plugin for uploading and managing downloads, tracking download hits, and displaying links. Version 1 had a total of over 6000 downloads, lets hope this new release proves just as popular. Read more for the download link, the list of fixes, and usage/upgrade instructions.

Wordpress Download Monitor Plugin

By Mike Jolley ( http://www.blue-anvil.com )

Index

About the plugin

The whole idea to this plugin is to keep your website downloads organised, and provide means to monitor the amount of downloads a file has, along with an easy method of linking to those files using special tags.

On installation, this plugin only uses 1 database table to store download information, uploaded downloads are stored in their own directory. Don’t want to upload? You can add links to existing downloads, and track them, also.

By adding a simple tag to a wordpress page you can show the link, with or without hits displayed.

For usage instructions see this page or the admin page after installing the plugin (Manage > Downloads).

Admin Admin

Features

  • New – WP2.7 Support
  • New – Editor button – upload and add a download stright from a post.
  • New – Custom redirects.
  • New – Custom download image.
  • New – Localised files include redirects.
  • New – Added support to add downloads to text widgets
  • New – Mirror support (selected at random)
  • New – Mirror deadlink checker
  • Custom Field support.
  • Download Categories.
  • Member only downloads.
  • Localization support.
  • Fixed – Sorting and pagination of downloads in admin.
  • Re-upload files, handy for updating versions!
  • Change hits, just in case you change servers or import old downloads that already have stats.
  • URL hider using mod_rewrite.
  • Image display mode (show a link like the download link image on this page!).
  • Admin page for uploading/linking to downloads, and specifying information (title and version).
  • Records download hits.
  • Does not count downloads by wordpress admin users.
  • Template tags for showing popular, recent, and random downloads in your web site’s sidebar.
  • Post tags for outputting download links e.g [Download id not defined].
  • Drop-down menu in non-rich text wordpress editor for adding links.

Change log

You can track changes to the plugin in the wordpress plugin SVN.

Get it now!

You can get the latest version from the wordpress plugin database; Download it here!

Localization files

Need it in a different language? Some users have been kind enough to provide some translation files.


First time installation instructions

Latest instruction are found in the wordpress plugin database; here.

Upgrade instructions

Latest instruction are found in the wordpress plugin database; here.

Tags/usage

Usage instructions can be found here.

Licence

Wordpress Download Monitor Plugin v2 © Copyright 2008-current. All rights reserved.
Mike Jolley

You are free to use this application but may not redistribute it without written permission.
Use of this application will be at your own risk. No guarantees or warranties are made directly or implied.
The creators cannot and will not be liable or held accountable for damages, direct or consequential.

Support my sweat, blood and tears

I know, that sounds gross, but we really did put ALOT of effort in to this plugin. If you like this plugin, or it has benefited you, please make a donation via paypal! Any amounts are welcome, your support is much appreciated.

P.s. This plugin uses the awesome upload script found at finalwebsites!

Found this post useful? Why not buy me a coffee!

Related Entries

477 Responses to “Wordpress Download Monitor Plugin 2”

RSS feed for comments on this post.

  1. musky00 says:

    Here are the screenshots Mike. Hope you can help. Thanks

    ReplyReply

    Comment made on February 24, 2009 at 8:39 pm

  2. Mike Jolley says:

    @musky00: Looks like a possible suspect is the date function (e.g. line 918 of the plugin):

    <input type="hidden" name="postDate" value="<?php echo date(__('Y-m-d H:i:s',"wp-download_monitor")) ;?>" />

    If you go to the add download page and view page source you can check if the date is being added to this hidden field or not.

    Tell me what you find.

    ReplyReply

    Comment made on February 24, 2009 at 8:49 pm

  3. musky00 says:

    You are right Mike. Here is the hidden field on the add download page :

    It should be “2009-02-24″, isn’t it ?

    ReplyReply

    Comment made on February 24, 2009 at 11:58 pm

  4. musky00 says:

    Sorry, I made a mistake into the post above.

    The value of postDate in the hidden field is “24-02-2009 23:47:33″ instead of “2009-02-24 23:47:33″, I think.

    ReplyReply

    Comment made on February 25, 2009 at 12:01 am

  5. musky00 says:

    OK Mike, all is right, it was my fault. The file .po for the translation contains Y-m-d H:i:s and I translated it into french format :/

    The french file for Download Monitor is ok at this time and can be downloaded on my blog.

    Thank you very much for your help

    ReplyReply

    Comment made on February 25, 2009 at 12:25 am

  6. Matthew says:

    Hi Mike, great plugin. Just a couple questions. Is it possible to create a custom format to use with the [download_cat#id] function. Also is it possible to get it to list the downloads by name rather than by id?

    Thanks Again.
    Matt

    ReplyReply

    Comment made on February 25, 2009 at 6:36 am

  7. Mike Jolley says:

    @Matthew: Version under dev will allow this for cats; at the moment no. And no to the other since name is not unique.

    ReplyReply

    Comment made on February 25, 2009 at 1:01 pm

  8. Jay says:

    Pinky: Thanks! That worked like a charm!

    ReplyReply

    Comment made on February 27, 2009 at 3:10 pm

  9. minu says:

    XSS error (Firefox No-Script plugin). When click download link, i have XSS error.

    ReplyReply

    Comment made on February 27, 2009 at 10:56 pm

  10. minu says:

    How to insert date in custom formats? Or any way to display the date for the file.

    ReplyReply

    Comment made on February 27, 2009 at 11:49 pm

  11. jay says:

    Hi,

    Just a quick one does anyone know how to have the download image but without the download stats? Every time i try just do the download and image it doesnt work?

    ReplyReply

    Comment made on March 5, 2009 at 2:28 am

  12. Jeff says:

    Great plugin! I have a couple issues though. Apostrophe’s don’t seem to be escaped in the file title and stuff, and is it possible to use one of the custom formatting templates when displaying downloads from a category? [download_cat#1]

    Thanks for all the work on this plugin!

    ReplyReply

    Comment made on March 7, 2009 at 5:07 pm

  13. lakiserbia says:

    [download#6#image] << not work, no image
    what a problem?

    ReplyReply

    Comment made on March 10, 2009 at 6:39 pm

  14. Roger says:

    Displaying downloads by category doesn’t seem to be using a stripslashes function. Any ideas? Thanks!

    ReplyReply

    Comment made on March 10, 2009 at 8:15 pm

  15. Hallvard says:

    Hi
    Great plugin, but i have the same problem as Mark (comment #465). Is this answered (i couldn’t find it)?

    Also: Is this the correct way to fill in?
    Custom Output Format:
    {title} ({size}, {hits} downloads), version: {version}

    ReplyReply

    Comment made on March 12, 2009 at 2:14 pm

  16. Ruben says:

    Hi Mike, just wanted to say thank you for such a quality plugin. I love it. Mike, let’s have a section on your site that is fully dedicated to this great plugin… like feature request, support etc. This is also nice too.

    How to make links open in a new window ? and can we put a link beside the main link that allows Right Click “Save As”. When I do this on the link it doesn’t save the file but saves .htm etc… Sorry, I’m new.

    ruben

    ReplyReply

    Comment made on March 15, 2009 at 1:08 am

  17. Softtouch says:

    I have one issue, the tag [#show_downloads] list the files in revers alphabetical order! That’s not good, they should be in alphabetical order, starting with A and not with Z. Where can I change that?

    ReplyReply

    Comment made on March 15, 2009 at 3:00 am

  18. Miguel says:

    hello, WP Download Monitor gives me a strange error whenever I try to donwload or even modify downloads (or delete). What could be doing this? .HTAccess? Permalinks structure? Dunno how to fix this and I’ve tried deleting and reinstalling Download Monitor. Guesse that could have screwed the dbase tables, right? perhaps added a few unnecessary ones… here’s an example! thank you.

    ReplyReply

    Comment made on July 15, 2009 at 10:24 pm

  19. seba says:

    what is the code for show for last upload?

    sorry i dont speak english

    ReplyReply

    Comment made on July 26, 2009 at 2:02 am

  20. joseff says:

    Hi, I have a quick question.

    I’d like to add another category field to this plugin and also I’d like to initiate a post creation when I upload a file. Where in your plugin should I add this code? Thanks!

    ReplyReply

    Comment made on December 6, 2009 at 10:39 pm

1 ... 17 18 19

Leave a Reply

Why ask?

About this site

Blue Anvil is the online web design journal & portfolio of , a web designer from Norfolk, England. Read More »
ThemeSlice
  • Featured work - More

    • Beefjack
    • Integrity
    • theotaku.com
  • Latest Tweet - More

    • Would be nice is people showed more love for MiniCard by rating it on wordpress.org http://wordpress.org/extend/themes/minicard
  • Out of the blue - More

    • MiniCard 1.1.7 Update

      I have just uploaded 1.1.7 of MiniCard here and to the WordPress theme directory. This updates includes:

      • New networks; xing, gowalla, yelp, foursquare, mobileme, google buzz
      • A way to change link text and define multiple links of the same network
      • A way to define your own custom links + icons
      • Improved admin panel

      Hope you like it, and don’t forget you can show your support by purchasing the premium pack from here.

    • Switched: From Shared to VPS

      It’s been about two weeks now since I made the transition from a shared reseller hosting account to a VPS (Virtual Private Server) account – impressions so far, excellent performance but fiddly to configure.

      The reason I wanted to change from shared hosting was the fact the server was always being hacked (even though ALL my scripts were secure), there was frequent downtime, support blamed me for problems every time, and it was slow as hell.

      Those used to a shared hosting environment would probably not know where to start when faced with configuring a VPS. Luckily, a lot of it was pre-configured when I received my account – certainly some of the major security holes were patched. I was not satisfied with those however. As a victim of hacking in the past (previous host swears it was not there fault, something I don’t believe) I took extra care to secure it as a much I could – configuring brute force detection, the firewall, installing mod security (excellent rules for that here: http://www.atomicorp.com/wiki/index.php/Atomic_ModSecurity_Rules) and going though multiple guides (like this one: http://www.webhostingtalk.com/showthread.php?t=468168) with a fine-tooth comb.

      The result? My pages are loading at least 6 times faster, I have had no down time (or at least have not noticed any), and I feel in control and happy. No longer am I at the mercy of shared hosts :)

      If your interested, I chose ServInt as my provider as they offered a great deal, as well as being a managed service (so I’m not on my own if I screw things up). I was tempted by the bells and whistles of Media Temple, but felt the ServInt service was better value.

    • Download Monitor 3.2.2 Maintenance Release

      Download Monitor has received some more love and has been updated. Here’s the change log from the new version:

      • Small bugfix in uploader.php – cat ID
      • Changed stats graph calculation – thanks lggemini
      • Changes to headers in download.php to avoid caching
      • File Browser fixes – $root was clashing with something….
      • exclude_cat works in all sections of download_page now
      • Removed hardcoding of /uploads/
      • Added action to download.php – should be able to use it to stop a download if you want – maybe limiting downloads per day or something? Whatever you want…
      • Made it so if you post new file on ‘edit’ screen, the post date is updated.
      • Fixed the ‘blank meta’ section which blanks out custom field values when nothing is set.
      • Moved ‘allow_url_fopen’ check.
      • Someone said downloads don’t work with spaces in the name. They do! Wasting my time sonny…
      • All work and no play make jolley a dull boy
      • Had to rename capabilities so they work. Apologies if you have to set this up again! Cheers to Mark Dingemanse.
      • {category_ID} custom format tag added. Useful if you want to send someone to its category on the DL page I guess. Also added {category_other} so when no category is set “other” is shown – this is because the download page can show an ‘other’ section if you want it to.
      • You can now manually edit the post date on the edit download screen.

      If you have edited capabilities for download monitor user permissions, you’ll have to again sorry! This is because I named them too long. Also, you should check your forced downloads still work because there was a logic error meaning they may not have been forced after-all…

      Enjoy.

    • Mahousive update to Download Monitor (3.2)

      Today I completed the update for the Wordpress Download Monitor Plugin – many tweaks, fixes, and features added. There were no changes to the database structure so people upgrading should be fine. Here is the list from the change log:

      • {user} tag added for custom formats
      • ‘autop’ option fix
      • Download page buttons applied with CSS so they are easier to customise/translate.
      • Fix for pagination bug after editing a download
      • Category output fix on edit downloads screen
      • Category urls on download page use ID rather than name to prevent errors when cats have the same names.
      • exclude_cat added to download_page shortcode
      • Localised ‘hits’ ‘date’ ‘title’ on download page
      • Option to disable the download logging
      • Read file ‘chunked’ some people found large files were corrupted so this should help (fingers crossed)
      • Added show_tags option to download page – displays x amount of tags on the download page.
      • File Browser root setting and download.php logic/mime types modified thanks to Jim Isaacs (jidd.jimisaacs.com)
      • Interface Improvements
      • Bulk edit categories, custom fields, tags, member only downloads
      • Added roles for download monitor admin – should be able to use with a role manager plugin if you want anyone other than admin to access the admin section e.g. http://wordpress.org/extend/plugins/capsman/
      • Change redirect after add
      • Edit Cat names/parents
      • Dedicated tags and thumbnails fields (they still use meta table though)

      And yes, those category link bugs are fixed at long last, and you can edit category names finally. Phew!