Drain Hole Plugin

Jun 12, 2006 | Tags: , , , , | Written by Administrator

Drain Hole is a centralized download manager, with full monitoring and statistics, versioning, SVN support, and SEO download URLs (no more nasty query strings!).

In addition to it's monitoring abilities, Drain Hole has a run-time tag replacement feature that lets you embed special tags in your post which are replaced with information from Drain Hole. For example, you can embed download URLs, version information, last update times, and so on. Whenever you change a downloadable file it is automatically updated throughout your blog, without you needing to change anything else.

Features include:

  • SEO download URLs - a unique feature that allows files to look like real links
  • SVN support - attach a file directly to an SVN repository and have the contents automatically updated
  • Versioning - maintain multiple versions of a file, allowing users to download older files
  • Full download statistics, including number of downloads, access times, referrer, and download speed, available as CSV and Flash-based graphs
  • Download security - permissions can be assigned to downloads (including Flash files), restricting them to WordPress roles
  • Template tags - insert dynamic download data into posts, and into the sidebar as a Widget
  • Hot-link protection
  • Fully localized

Version History

  • 2.1.11 - Update plugin base class
  • 2.1.10 - Add file modification time
  • 2.1.9 - Fix problem with truncated URLs on some sites
  • 2.1.8 - Fix typo in mime type
  • 2.1.7 - Fix spaces in version numbers
  • 2.1.5 - Better custom 2.6 support
  • 2.1.4 - Scanning fix
  • 2.1.3 - Add default filename and version

Installation

Installation is like any WordPress plugin:

  • Download drain-hole.zip
  • Unzip
  • Upload drain-hole directory to /wp-content/plugins on your server
  • Activate the plugin
  • Use Drain Hole from the Manage/Drain Hole menu

You can find full details of installing a plugin on the plugin installation page. SVN access to the plugin is provided at the SVN repository.

General Concepts

The Drain Hole plugin makes use of two fundamental concepts:

  • Drain hole - a base URL and associated directory where files are stored and downloaded from
  • Files - a file belongs to a particular Drain hole

It is important to understand the mapping between a Drain Hole's URL and its associated directory. To do this you need to know two pieces of information:

  1. Where files are to be downloaded from (i.e. http://urbangiraffe.com/download/)
  2. Where files are to be stored (i.e /users/john/download/)

This is a mapping from URL to directory:

http://urbangiraffe.com/download/ => /users/john/download/

All files inside the directory will be available at the Drain Hole URL. For example:

/users/john/download/myplugin.zip => http://urbangiraffe.com/download/myplugin.zip

It is preferable that your directory is not in a public location (i.e. in public_html) as Drain Hole may not then be able to function. Your URL must be part of your WordPress installation, but you should not create a directory for it.

Creating a Drain Hole

New Drain Holes require the following information:

New Drain Hole

The URL is the URL on your website at which to make the files available. The directory is the real directory in which the files exist. These two values do not have to match up and the files do not (and ideally should not) be publicly available.

Once a Drain Hole has been created you can then edit it from the list of Drain Holes:

Drain Holes

Editing a Drain Hole will allow you to set additional options:

Edit Hole

The Access Level is the minimum user level required to download files from the hole. This allows you to restrict download access to certain types of user. If a user does not meet the required access level then they will be returned a 404 error page or will be redirected to the configured URL.

The Stop Hot-links option allows you to stop external users from downloading files in the hole. This protection is achieved by analyzing the referring page for a given download - if the referrer is not from your site then the user is sent a 404 error page or redirect to the error URL.

Files

A Drain Hole can contain any number of files and sub-directories.

Files

As with the rest of the plugin, columns are sortable, and data can be searched.

Each file allows you to:

  • Edit the file configuration
  • Manage version history (by clicking on the version number)
  • View download statistics (by clicking on the number of hits or the charts link)
  • Create a new version or update from SVN (by clicking on the branch link)

When editing a file you will be shown additional configuration details:

Edit File

The filename is the actual name of the file and this may differ from the name, which is what will be shown in a download link. If no name is given then the filename will be used. As an extra function, you can insert $version$ into the name and it will be replaced with the file's current version.

The description is a free-form field allowing you to enter further details about the download. This can be shown when the file is displayed.

The SVN field allows you to enter an SVN repository. See the SVN section later.

When displaying a file to download, an icon can be shown. You can change which icon is shown when editing a file.

The MIME type allows you to specify a custom MIME type for the file. This may be useful if you want a file to open inside the browser. If set to 'automatic' then Drain Hole will try and decide what the file is.

Forcing a download allows you to override default browser behaviour and force the file to always be downloaded. This is useful if you have a file that a browser usually tries to open (for example, a PDF), but you want it to always be downloaded.

Forcing the access level is an advanced option that is useful if you are trying to restrict files that are used inside Flash. For example, you may have a video tutorial that you want to restrict to registered users only. The flash video player requires your video file to be available, but may not provide any restriction options. Storing the video inside Drain Hole and then forcing the access level will ensure that only allowed users can access the file, even inside Flash.

Adding new files

New files can be added by any of these methods:

  • Uploading a file directly into the Drain Hole directory and 'rescanning'
  • Uploading a file through the browser
  • Creating an empty file which can be uploaded later, or which requires an SVN repository
Add File

Versions

Drain Hole allows you to retain old versions of files, either for archiving purposes or for user downloads. To modify a file's version you need to create a new branch:

Branch

You can enter details about the reason for the new version, and this will be presented to the end user. To retain an old version you must check 'retain old version'. This old version can be downloaded as follows:

http://urbangiraffe.com/download/myplugin.zip?version=1.2

SVN

Drain Hole provides simple SVN functionality that allows you to associate a file with an SVN repository. A file that uses SVN can then be 'refreshed' directly from the SVN repository, rather than requiring you to manually update the file.

SVN functionality requires that you have SVN installed on your host. You must configure the Drain Hole options and provide the full path to the svn executable. If you are in doubt you should consult your host for details.

When an SVN-based file is refreshed, Drain Hole will use SVN to retrieve the latest copy of the files. If a repository contains multiple files they will be automatically zipped.

As additional functionality, Drain Hole will detect if the SVN repository is for a WordPress plugin, and will automatically set the version according to the version information inside the plugin.

Note that no direct capabilities are provided for username and passwords. However, you can pass a username and password to SVN by including it on the SVN field:

http://svn.mysite.com/plugin/trunk/ --username=john --password=thing

Download Tags

The following tags can be inserted inside posts and pages to embed Drain Hole information. This information is generated dynamically, and will change whenever the underlying information changes:

  • [drain hole ID hits] - Displays the total number of hits from the specified hole ID
  • [drain hole ID show] - Show a list of all files in the specified hole (change display code by copying view/drain-hole/show_hole.php from the Drain Hole plugin directory to the same directory path in your theme's directory and editing the file)
  • [drain file ID show template] - Displays the download template for the specified file ID. 'template' is optional and can be ignored (the default template will be used)
  • [drain file ID version] - Displays the version of the specified file
  • [drain file ID versions limit] - Displays the specified number of versions from the file's history
  • [drain file ID hits] - Displays the total downloads for the specified file
  • [drain file ID url name] - Displays a URL allowing the specified file to be downloaded. 'name' is optional and is the text that will appear inside the download link (if not specified then the filename is used)
  • [drain file ID updated] - Displays the update time of the specified file
  • [drain file ID size] - Displays the size of the specified file
  • [drain file ID icon] - Displays the download icon for the specified file
  • [drain file ID href] - Displays the URL of the file

Where ID refers to the ID of the file or hole, as shown in the Drain Hole administration pages.

Download Templates & File Icons

A download template is a section of HTML code that is used to display all the information for a file download. For example, on this page in the top right corner is the download for Drain Hole itself. The icon and file information are all part of a download template that is re-used on each of the other plugin pages available from this site.

A download template is a file that is stored in your theme directory and contains standard HTML as well as special Drain Hole template tags:

  • $icon$
  • $url$
  • $version$
  • $updated$
  • $size$
  • $href$

These template tags function similar to the post & page tags, but do not require an ID to be specified.

A default template is provided with Drain Hole. Custom templates are PHP files that are stored in view/drain-hole, inside your theme directory. For example, if you are using the default WordPress theme then:

  /wp-content/themes/default/view/drain-hole/mytemplate.php

To use this template in a post you would insert the tag:

  [drain file 5 show mytemplate]

This tells Drain Hole to use 'mytemplate.php' to display file 5.

Custom icons can be stored inside your theme:

  /wp-content/themes/default/view/drain-hole/icons/

Statistics

Drain Hole provides full download statistics:

Statistics

FAQ

If you have any questions or problems then please consult the Drainhole FAQ before posting here.

Support

Please direct all support questions to the Drain Hole support forum. Any support questions left on this page may not be answered.

Bugs & New Features

A full list of all bugs can be found in the Drain Hole issue tracker.

A full list of all requested features can be found in the Drain Hole feature tracker.

Date Current requested features
14 Sep 2008 Multi-stage download
Share This

Comments (page 21 of 30)

  1. Tomi Maila :

    Feb 26, 2008 2:20 pm

    Really nice plugin.

    I need the user to agree on download terms and only registered users are allowed to proceed with the download. For this purpose I was forced to add two new tags $name$ and $iconref$. The formed returns the name of the download target and not a link to it as $url$ does. The latter returns an url to the icon and not a download link to the icon.

    To force the user to accept the terms I use a show template similar to the following.

    $iconref$

    :
    $name$

    :
    $version$

    :
    $updated$

    :
    $size$

    You must be logged in to download this item!
    Please <a href="/wp-login.php?redirect_to=">login
    or <a href="/wp-login.php?action=register&redirect_to=">
    register now.

    I agree to the terms and conditions.

    <?php $options = get_option ('drainhole_options');
    if (!$options || !isset ($options['kitten']) || $options['kitten'] == false)
    _e ('Powered by Drain Hole', 'drainhole');
    ?>

  2. Rob Jones :

    Feb 24, 2008 2:31 pm

    So, drain hole is great, however I ran into a problem with it this afternoon.

    After setting 'force download' true I was getting corrupted downloads; disabling this gave me a lovely error message relating to a missing parameter to the 'file' function in file.php

    Some debugging later and the problem turned out to be on line 508 in the mime_type function where the line;
    $mime = mime_content_type ($this->file ());
    should read
    $mime = mime_content_type ($this->file ($hole));

    I'm 99% sure I've got the latest version (2.0.16/2.0.17 based on comments in the drain-hole.php file), so I figure I should let you know about the problem :)

    Still, great plugin, should allow me to orginise things much easier :)

  3. nyaochi :

    Feb 17, 2008 8:53 am

    I also got the warning as toppos:

    Warning: Wrong parameter count for str_replace() in drain-hole.php on line 555

    I think the current line 555 in drain-hole.php

    $text = str_replace ('$href$', $file->url_ref ($hole));

    should be modified to:

    $text = str_replace ('$href$', $file->url_ref ($hole), $text);

    Thanks for the great plugin.

  4. author
    Heather :

    Feb 16, 2008 11:26 am

    Hello can anyone help me get this working? The support forum
    doesn't appear to be working. I registered, submitted a post and
    it's nowhere to be found. I installed drainhole, and I thought it
    was fine until I clicked a link to try and download a file, and got
    a 404 error. Wordpress is using permalinks, and they're working. I
    believe my host has mod_rewrite enabled
    (http://www.greenerpastures.us/wordpress/info.php). What else could
    be wrong? Please help.

  5. killer007 :

    Feb 11, 2008 5:48 am

    i installed drain hole and when i scan it shows me files under download directory and i can add it too mean everything is ok .

    Question is how to Show Files on my Wordpress Site like i want to create a on Side bar " Downloads " and when user click on that a Page with all downloads show up .

    2nd i want to show Latest Files or Most Downloaded Files on Sidebar of my Site .

    its possible or not ?

  6. author
    Marco :

    Feb 5, 2008 4:31 am

    Great plugin, but my DrainHole not counts downloads - hits still is "0".
    WP 2.3.2, DH 2.0.14 and 2.0.15

  7. author
    toppos :

    Feb 3, 2008 7:59 am

    Hi John,
    Thanks for the great plug-in.
    I got this message when I open the download page that I created.

    Warning: Wrong parameter count for str_replace() in /home/***/www/***/wp-content/plugins/drain-hole/drain-hole.php on line 555

    what does this mean?

  8. John (author) :

    Feb 2, 2008 8:18 pm

    Added to the FAQ, thanks Rob!

  9. author
    Rob Butler :

    Feb 2, 2008 4:11 am

    I felt a bit silly when I found out that my problems with permalinks were due to mod_rewrite not being enabled in Apache. I'm running my own LAMP server and had forgotten to check which modules were enabled. For those that need to check - I created a blank webpage called phptest.php and put:
    <?php
    phpinfo ();
    ?>

    Look down the modules for mod_rewrite. Worth checking if you are having problems :)

  10. John (author) :

    Jan 31, 2008 9:15 pm

    Rishi, I've updated the FAQ to state the directory.

    Tim, yes it probably was the tilde. I'll see if I can make the plugin cope with it.

    Grant, suggestion added to the feature requests!

    Infect, at the moment I'd like to say it's just you! Drain hole certainly should not register 7 hits, and no one else has reported this problem so it may be a site-specific issue. If you want to report it in the bug tracker and provide as much detail as you can then I'll take a look

    Rob & Kat, can you installed Advanced Permalinks and send me the output from the Options/Permalinks/Debug screen?

Leave a comment


XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Home | Software | Terms & Conditions | Sitemap | John Godley © 2008
Close
E-mail It