![]() |
romaldus 10/26/2017 |
Do you mean send email with "exe/zip" attachment from phprunner app? |
J
|
justmelat author 10/27/2017 |
Do you mean send email with "exe/zip" attachment from phprunner app?
|
J
|
justmelat author 10/28/2017 |
I will have a site that requests the user to pay and provide email address. I will send them the zip file, or i may provide a download link. [not certain of exact process yet], but after they have received and download the zip file, and then installed the application, I want to request a username and/or password. That password would be provided by me [i will generate a unique random string for each user]. I want to be able to assign that string to each application. So I want something like [onLoad, check for unique string assigned to this application, if null, request it, if not null, validate it] so some variable has to hold the unique string and then match when the user imports. If match found, let application run as normal.
|
H
|
headingwest 10/30/2017 |
I've added to the registration page with no problem. Do it in the passwords and security tab - select the fields you want. I guess you could also have a hidden field with default uniqid(). // this code is a mockup untested
|