12-10-2009 12:44 AM
can someone pelase post the php code i need to host on my server ? I currently have:
<?php
$pin = (isset($_REQUEST["PIN"])) ? $_REQUEST["PIN"] : null;
// Do whatever magic you want here to create the key using $pin but make sure this string ends up as "key=[something here]"
$key = "key=somedynamickey";
header('Content-type: text/html');
header('Content-Length: ' . strlen(utf8_decode($key)));
print $msg;
exit(0);
?>
but i need more help. yep, you got it, im not a programmer :;
$key = "key=somedynamickey";
can some one give me a full example, one that i can then just change the number that is addedd to or muliplied against the pin value ? any help would be really appreciated.
03-02-2011 11:00 PM
Hi!
I'm thinking of using the licmax service for generating license keys for my application.
Does anybody have any experience with using it?
Specifically, I am interested in their Fetch License Key feature. It is supposed to relieve the user from entering the key manually. Any experience with using this feature??
Thank you!
03-03-2011 08:14 AM
How do you plan in using it?