I’m trying to make a keygenerator from the included sample keygen.php
I have pasted the exported key pair, and generate the serial from it, but the serial is never accepted. I have double checked the key pair and not touching anything else. I also tried to generate serial without including the hid. But the result is still the same, not accepted.
I also using the included sample of delphi version of keygen, pasted the exported key pair, and the serial is working.
I wonder why the keygen.php is not working while the delphi version is?
How do you receive the serial number? If you send it by e-mail, some mail clients, like MS Outlook, may break serial numbers. It usually helps to send e-mail in HTML format.
If you can’t make it work even with serial numbers sent by HTTP, please contact us via support@vmpsoft.com, we may need more details and, perhaps the source code of your generator.
The problem is that there are additional white spaces " " between each line when the serial is
generated. (The serial is word wrapped ti 75 characters). I have to erase the white spaces before the serial works.
The licensing system ignores such spaces and other characters that don’t belong to the base-64 alphabet. You’d better compare the serial numbers before sending and after receiving. I.e. make the key generator to “print” serial number to STDOUT and send it to e-mail. Then use the “View source” feature of your browser to see the output. Compare it with the one you received by e-mail.
yes you’re correct
the white spaces only happen if i copy the text from the browser
they are not there if i view the html source and then copy the content