What should I use? Help!
Posted: Tue Mar 28, 2006 1:06 pm
I have a client that has 2 pieces of software that he wants to make available for download. It's medical software, but he doesn't want it available to just anyone so he wants to regulate who gets it and has access to it. But he also wants it so that the person needs to login and then the software would be available for download. But he wants restrictions on the download meaning that the person can only download it once and it needs to generate some sort of key that is good only for that download so that it can't be distributed. I looked (and have used in the past) osCommerce and it has the download option built in as an e-commerce type of format, but a) there's no charge for the trial software so it would be easy to circumvent a product with a zero dollar amount and b) osCommerce is overkill since he only has 2 products. He's already purchased some key code generator for the full version of the software from some UK company called CodeKeepers. But that keycode regulates the full version and not the trial download.
So I guess my question is this. Is there some sort of php or MySQL code already built that can be used to regulate software downloads, but that also has built-in security features that keep the trial downloads from being abused? It doesn't have to be in any type of e-commerce setting, just maybe a login interface that a customer would go through and then be given access to the trial download. But something smart enough to know if it's not a legitimate person based on maybe zip codes, email addresses or something. Like the account activation process we had to go through to join here. help...anyone?
So I guess my question is this. Is there some sort of php or MySQL code already built that can be used to regulate software downloads, but that also has built-in security features that keep the trial downloads from being abused? It doesn't have to be in any type of e-commerce setting, just maybe a login interface that a customer would go through and then be given access to the trial download. But something smart enough to know if it's not a legitimate person based on maybe zip codes, email addresses or something. Like the account activation process we had to go through to join here. help...anyone?