yoyosul
Joined: 20 Sep 2015 Posts: 1
|
Posted: Sun Sep 20, 2015 9:15 am Post subject: [Help.Linux] make_license & with-license!! |
|
|
In this article, we do not register, contact the forum.
I want to attach a key file (license) to distribute the program.
The program will try to deploy the other's domain control to be installed.
///
ioncube_53 make_license --passphrase "abc" --allowed-server "domains" --expire-in 1h -o "/home/test/public_html/test123/key.php"
ioncube_53 --with-license "/home/test/public_html/test123/key.php" --passphrase "abc" /home/test/test/test.php -o /home/test/test123/test.php
///
Proceed as above but in the order, the result makes sense as the text.
"Fatal error:
The encoded file /home/test/test123/test.php requires a license file.
The license file /home/test/test123/key.php is corrupt. in Unknown on line 0"
My key file (license) how to attach and create Didn't?
Please  |
|