Hi, I am new to this, never have done this before.
To make it brief, I have a visual studio windows form application in C# which requires a licensing feature.
When the user clicks on "Buy" button it will open up the website, and after the successful payment it will redirect to a certain webpage URL.
There I would want using PHP language to do a few tasks.
Getting PC ID, like PC ID = CPU + Motherboard ID.
Then generate a random license key for the end user.
Then adding to a PHP my admin database, like PC ID, Name, email and a license key.
So that I would be able to download updated database to my SSD at any time.
Also, maybe emailing automatically a license key to a provided email address.
In addition, I also would be able to add a new person information manually with all its fields if I need to do so.
I know that this database has to be created to begin with in order to get started and the PHP coding must be implemented on the webpage as well.
So, after successful delivery of license key, my program asks to paste into the field the license key. And it needs to be checked whether the key is correct format or not
and also access the updated database to check if the key exists or does not, and if it does the program would be activated.
Can anyone direct where how to begin.
Thanks in advance, Gennady
To make it brief, I have a visual studio windows form application in C# which requires a licensing feature.
When the user clicks on "Buy" button it will open up the website, and after the successful payment it will redirect to a certain webpage URL.
There I would want using PHP language to do a few tasks.
Getting PC ID, like PC ID = CPU + Motherboard ID.
Then generate a random license key for the end user.
Then adding to a PHP my admin database, like PC ID, Name, email and a license key.
So that I would be able to download updated database to my SSD at any time.
Also, maybe emailing automatically a license key to a provided email address.
In addition, I also would be able to add a new person information manually with all its fields if I need to do so.
I know that this database has to be created to begin with in order to get started and the PHP coding must be implemented on the webpage as well.
So, after successful delivery of license key, my program asks to paste into the field the license key. And it needs to be checked whether the key is correct format or not
and also access the updated database to check if the key exists or does not, and if it does the program would be activated.
Can anyone direct where how to begin.
Thanks in advance, Gennady