|
About
Download Securer Module is an ASP.NET source code module which allows you to hide download locations from users of your website by generating URL which includes an ID number to authorize a user to download the file a certain number of times.
This system has its uses in digital distribution environments where a user purchases a product and is then sent a link to download it, where you would want to limit the links lifetime and its ability to access the product. This provides an anti-piracy mechanism to protect your products and your revenue...
Specification
- The module has API for generating links to your products and stores information in a MS Access database. - It also comes with an admin area to manipulate the systems functionality if needed via a web interface.
- Written in C# ASP.NET.
- Easily intergrated into your existing systems to protect your digital content.
- Template based error pages for maximum flexibility.
- Fully commented, with instructions on configuring and integrating into your existng applications.
Using the API
The API for adding a new file to the database of downloadable products is as follows;
Link.AddNewFile ( name, path to file );
To generate a unique download link to the file, use the following command;
Link.GenerateDownloadURL ( name );
This will produce a URL with a unique ID, e.g. http://mysite/download.aspx?authorize_id=122382138 which you can then send to your customer so that they can download your product.
The amount of time that they have access to the product (from the first time they click on the link) and the maximum number of times they can download the product limits possibilities for piracy whilst being flexible enough for your customers.
Click here to download the MSDN style documentation for this module...
(Windows XP SP2 may block the file from loading properly - If this happens you can right click on the file icon -> Select 'properties' and then click 'unblock').
Screen Shots of Admin Area
The following screen shot shows the admin area login page...
The following show shows how a file can be added to the database....
This next shot shows all the available downloads being listed...
A link is generated for a product and the file is downloaded by the user upto the maximum number of times until the following error is produced...
This shows the antipiracy mechanism kicking in to protect your downloads.
Requirements
In order to run this script;
- You require ASP.NET enabled webspace/server
- Should be able to modify file/database permissons to allow the ASPNET user to be able read & write to files
Price
The price of all this ready made functionality is... $3.99
This gives you;
- Download Securer C# source code (fully commented)
- Admin Area to administer downloads
- API access to functionality to enable intergration with existing products
- A licence to use the application on a single domain
- Support via email
To buy via Paypal (a download link will be emailed to you);
Custom/Contact
Custom modifications and installation work can be undertaken from as little as $10 extra.
If you like more information regarding any of the details of this product or possible modifications, please send an email to following address;
|