| Author |
Message |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Wed Nov 29, 2006 1:56 pm |
|
UPDATE: All features listed below are included in the Digital Shop 2.0
Please post any suggestions and/or features you would like to see in this upcoming version.
Features that will already be included are:
- Unlimited Categories/Sub-Categories
- Shopping Cart System (Checkout using Paypal)
- Support for multiple currencies
- Unlimited Additional Images for each item
- Purchase list for each user allowing a quick overview of what they purchased and if they can still download purchased files.
- Restrict downloading each item by number of downloads or number of hours after purchase or both
- Customer Reviews System
- Item Specials for easily applying discounts to items
- Smarty templating engine for easy layout edits
- Add-On Capability makes it possible to expand functionality
And much much more.
Thank You. |
Last edited by gotcha on Sun Mar 11, 2007 1:10 pm; edited 3 times in total |
|
|
 |
Guardian

Joined: Dec 09, 2006
Posts: 335
|
Posted:
Sun Dec 10, 2006 11:03 pm |
|
Just a quickie.
When the user clicks the download link to download a Digital Goods, is the uri obfsucated so that it cannot be hotlinked? |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sun Dec 10, 2006 11:13 pm |
|
Well in an optimal situation, the files are actually stored in a directory that is not accessible from the web.
So if your site runs from
/home/user/public_html
the files could be stored in
/home/user/some_folder
With that, there is actually no direct link to begin with. The php file that handles all the permissions for downloading is the only way users can actually get the file. Once it knows the user can download it, it sends it as a binary file to the user(so even if it is a jpeg or html file, the user will be prompted to download rather than showing the image or the page) |
| |
|
|
 |
|
|