The Joomla! Extensions Directory ™


Run Digital Download ComponentPlugin

****** If you are using version 0.5 it is strongly recommended to update to the new version. Version 0.9 come with some new features but it is in the first row a security update *****

AGAIN: Do not use older Version of this Component and Plugin

RD Download v0.9 README
($Id: readme.txt 445 2009-11-13 17:28:54Z deutz $)
-----------------------------------------

About
----------
RD Download is a simpe download extension for Joomla 1.5 and PHP 5 only. It features embedding of downloads into content items, automated addition of new files into the database (directory watch) and a download counter.


Installation
-----------------------------
1. Install component (plugin will be automatically installed and published)

2. Create a download-dir

3. Set component parameters "Download dir" in backend.
If the value start with an / I suppose it is a absolut dir, if not then this must be a relative dir to joomla base dir

4. Set component parameters "Display warnings" in backend.

Update
-----------------------------
Deinstall the component and install the new one, keep in mind all Database tables where droped when deinstallation is processed. If you like to save your download counter backup the rd_download table and reimport the table after update.

How to use
-----------------------------
1. Upload your file into download dir
2. Insert {rddl}filename.ext{/rddl} into a content item and browse to it
--> the new file will be displayed and automatically added to the database
3. If you want to change the dl-link text, change "title" in backend
4. If you want to change the download counter you can do this also in the edit view

* Assign a menu item to RD Download to get a list all published downloads

md5 checksum: f4098c051062c5627f7ca98803f65460

Report

2012-01-30
Reviews: 1
Thanks for this, However if you create a menu items and the download folder is not named "downloads", you may run into some problems,

To fix this you need to also set the parameters (component) to the same directory value
2012-01-26
Reviews: 13
Thsi si what you need in order to allow your users to download either pdf or other files. Thanks for this nice component
2011-10-01
Reviews: 3
This is exactly what I was looking for. First the security warning in the beginning scared me away but after messing with other extensions and trying to write my own plugin I tested RD Download.
It does what it says and it is simple (just read the authors how-to - I know it is hard ;-). It even works with right_mouse_click/save_as.
The only thing that I miss: Joomfish support (for the download title).
2011-05-21
Reviews: 5
Review for everybody:

I've looked for this type of extension for some time. I mean protection of the copyrighted content is always a big issue. Thing is... Any web-savvyy guy can look at the source code and bookmark the URLs, so when his subscription runs out he can still get access to images/videos or whatever else.

This extension solves that by having a download PHP file, which fetches the files by their ID. Files do need to be uploaded manually and inside RD Download you need to create items with file paths, but thats minor issue.

Little bugs on Windows System, but i found a way to solve them. I'll send the details to the developer, 'cause listing of source code is prohibited now.

But all-in-all already excellent extension with even more excellent potential (huge potential really).

Good luck everybody.

*****************

Comment for this Extension's developer:

Robert, I've wrote couple of fixes i discovered when running on Windows based system, but just noticed that Codes & Bug Reports are specifically not allowed here anymore.

So i sent them to your contact email listed on your RDBS site. I hope you'll receive them and can make use of my comments.

Thanks for all the time you spent on this product.

Good luck.
2011-05-05
Reviews: 11
This is a simple easy-to-install, easy-to-use extension! Its cool but watch out for the following:
1. Make sure the name of the file isnt too long - make it as short as possible, otherwise it wont 'find' the file.
2. Make sure you keep the characters to letters and numbers - characters like '&' wont work.
2009-11-21
Reviews: 1
Very easy to install - after a single installation, both component and plugin are installed, and the plugin is published automatically.

Simple and easy to use, works perfectly.
My need was to add an attachment to an event (which is not a standard joomla article), and to count its downloads.
RD Download appeared to be the most suitable extension for that purpose.

Thanks to the developer!
2009-07-15
Reviews: 1
It will be great if the component could operate with files outside of Joomla directory. Now if I set some directory outside of Joomla then the server sais 404 File Not Found.
Owner's reply

This is possible with the new version 0.9, please take a look at your open_basedir restrictions, you directroy must be under the open_basedir if set.