AskAR
10-09-2006, 07:04 AM
I am looking for a simple license system to selling the license number for my product. it should be simple to only assigned the licencss not to be restricion etc.
Here is how it will work
- I will put 100s of license numbers in database first.
- A person goes to the main page and selects to buy a license number.
- If they aren’t already loged in, they will be prompted to log in or join
- once they have done that they will be taken to the payment gateway.
- As soon as payment is confirmed then a license number rendamoly will assigned to user and will be e-mailed,
- After that when person login into members area then can view their purchase history displaying all the license numbers they have purchased.
Can any one refer me a script/solution on this such as some of are available on hotscripts.
Thanks,
Raza
Chachi
10-09-2006, 07:26 AM
I am looking for a simple license system to selling the license number for my product. it should be simple to only assigned the licencss not to be restricion etc.
Here is how it will work
- I will put 100s of license numbers in database first.
- A person goes to the main page and selects to buy a license number.
- If they aren’t already loged in, they will be prompted to log in or join
- once they have done that they will be taken to the payment gateway.
- As soon as payment is confirmed then a license number rendamoly will assigned to user and will be e-mailed,
- After that when person login into members area then can view their purchase history displaying all the license numbers they have purchased.
Can any one refer me a script/solution on this such as some of are available on hotscripts.
Thanks,
Raza
Olate.com ...........///
AskAR
10-15-2006, 04:40 AM
<<quoted removed post removed>>
As my knolage your software is use for licencess validation and php software. but as I toled I need to only to assigning the licencess I have to the user or buying that it. after buy there is not any validation for licencess to online such as you mentioned to put some king of code in php encoded etc etc... this all I dont want. I just and just want to process the licencess key for user and managemetn of licencess key i.e how many bought, who bought etc. is your software cover my requirments?
Thanks,
Raza
Nick H
10-15-2006, 04:56 AM
http://www.phpaudit.com
You can't go wrong with PHPAudit.
Olate
10-15-2006, 07:26 AM
As my knolage your software is use for licencess validation and php software. but as I toled I need to only to assigning the licencess I have to the user or buying that it. after buy there is not any validation for licencess to online such as you mentioned to put some king of code in php encoded etc etc... this all I dont want. I just and just want to process the licencess key for user and managemetn of licencess key i.e how many bought, who bought etc. is your software cover my requirments?
You don't have to make use of the licensing integration built into iono if you don't need it. You can just let iono handle the ordering and distribution of your product and have it create the licenses so you can track who has which licenses, how many and so on.
horizon
10-15-2006, 12:46 PM
I just found an impressive licensing system over Zen-Cart site:
http://www.zen-cart.com/forum/showthread.php?t=36391&page=2&highlight=Licence+MOD
Perhaps it would fit your needs. ;)
VDRS Host
10-15-2006, 02:06 PM
phpaudit.com does what you need it to do.
stuffradio
10-15-2006, 03:52 PM
One idea is,
Have a database that stores if the user is authenticated, they can only acess the one part of the database. The user then has the database username/password to that database, and the license is stored on the db. Which is then executed if the username exists on the end users db or something like that. Elaborate on that, and you should be able to develop something