Tag Cloud for this topic:
|
Automated generation and distribution of unique Software Registration Keys
|
GuestUser member Posts: 808 |
I am trying to find a solution for automated generation and distribution of unique Software Registration Keys based on information provided by the customer.
Your web site specifically mentions "like VBOLock" and I'm not holding you to that as "the" recommended software product. ;)
I've been doing some reading on their product and it seems to meet my needs. I would like to get confirmation and to understand the a little more of what would be required of me, if I use VBOLock.
Is it that simple? Do I just provide E-junkie with the VBOLock dll and you do the rest? I don't have to write any special code or web pages to facilitate the Registration Code Generation process? I'm not a web developer and don't want to have to become one (today) or pay someone to write anything for me if I can avoid it.
# POSTED ON: February 2, 2008 @ 18:58 GMT -7
|
E-JunkieExpert member Posts: 804 |
You will need to get a web based keygen from VBOLock or any other software you want to use (like Armadillon) and set it up on your site.
You don't have to provide us anything. You simply need to follow the steps provided for "generated codes" in the "codes" section of our help page.
# POSTED ON: February 2, 2008 @ 18:59 GMT -7
|
zawmn83 member Posts: 4 |
Hello
I'm selling Time Attendance software with license on number of employee. E.g Customer with 100 employees need to purchase 100 licenses. He can purchase more license later when he hire more employee.
So I want to ask the customer (whether he is new customer or not). If it is old customer, he need to enter Existing Registration Code in variant text field and our key generator will not generate new key but reply the inputed key. And system will update existing account in our SQL database.
My problem is to validate Existing Registration Code with our existing records in SQL database.
I mean the code, customer enter is valid or not before Add Cart.
I have server side code for this validation. But I don't know how to apply it in Add Cart click?
Please help
# POSTED ON: May 22, 2008 @ 09:51 GMT -7
|
Tyson_N E-Junkie Crew Posts: 289 |
I don't think what you ask can be done, at least in the way you describe, with what our cart is capable of. Our "Send Generated Codes" setting just hits a remote URL you provide and provides the buyer with whatever the output of that URL is, the idea being that you have a URL that simply outputs a unique string every time it's accessed. There is no provision for interactivity, where the buyer could provide some input via our cart to the code generator URL that would influence the output it provides in return. Theoretically however, you can have your code generator URL output whatever text you want for us to pass along to the buyer, so perhaps that output could just be a unique-ID'd link to some registration interface you manage on your own site? I.e., rather than getting an actual registration code, your buyers would get a unique URL from you that proves they have paid, which would grant them access to your actual registration system? You may also consider our help pages on external integration (where we can pass routine order-specific data to your own URL for further processing):
http://www.e-junkie.com/ej/help.integration.php
# POSTED ON: May 22, 2008 @ 15:06 GMT -7 MODIFIED ON: May 22, 2008 @ 15:07 GMT -7
|
|