View Full Version : Protecting your ebooks
superflytrainer
04-04-2006, 06:16 PM
Do any programmers now how to protect a download page on your website from being transferred, or now how to put an limited amount of time you have to download something? I would really appreciate it, is there a script for this? Thanks
Doug
how to put an limited amount of time you have to download somethingYou need to assign an ID to each valid download and store it and the time it was created, then send the user to a link containing this ID. You will need to check that the ID is valid and that it hasn't expired when the user tries to access the download.
superflytrainer
04-04-2006, 06:58 PM
Do i have to do this manually everytime? I'm using a company called clickbank as my credit card processing company. After they verified the credit card information they will send the customer to the page in my website in which they can download. NO codes for this?
Doug
It's certainly possible to write a script to do this for you. In fact, it wouldn't make sense to do it manually. I just gave you an outline of what the script would have to do.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.