Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Downloads Manager ver 1.2 : Pluging Support Thread
#1
Download Manager

Author : Prasoon Gupta | Credits : Simon Stenhouse

What it does ?
If you want to provide some Downloading stuff from your website, and are concerned about
-Preventing Leeching of files from your server
-Hiding the actual location of your files
-Keep Count of the number of Downloads

Logging the Downloads with details IP Address/Date/Time of each download

Then this is the right Module for you. There is a easy way to use this module, though in alpha stage, if some contributors join we can add separate file browser for the Download Files, to enable easy uplaoding and easy linking.

How to use ?
After Activating the plugin, it generates TWO Folder in the Site's 'data\uploads' folder with the required permissions,

-- DATA : The Logs of Downloads, Hacking and Leech attempts are saved here
-- xjo056 (Naam mein kya rakha hai!) : This folder contains your files to be Downloaded.

Reason for chosing the UPLOAD folder is that you can access it from FILES tab in ADMIN Panel. The Plugin works on FILENAME, so you need to use the proper Filenames in your Page Code. Upload your files in 'xjo056' folder

Plugin provides 3 Tags you can use for :

{downloadlink_[yourfile]} - Provides the link to Download. You can post the link like this also 'plugins/downloads/download.php?[yourfile]'

{filesize_[yourfile]} - Gives the File Size of the file specified.

{filecount_[yourfile]} - gives the Number of Times the file was downloaded



Example Usage

<a href="{downloadlink_[yourfile]}" > Download [yourfile] </a><br />
<b>File Size: </b>{filesize_[Yourfilename]} <br />
<b>Download Count: </b>{filecount_[Yourfilename]}
Reply


Messages In This Thread
Downloads Manager ver 1.2 : Pluging Support Thread - by prasoongupta - 2013-04-08, 00:12:29



Users browsing this thread: 1 Guest(s)