Zend Host ID
The Zend Host ID is used to generate licenses locked to a specific machine (hardware) according to the machine's hardisk, MAC address of the network card, IP numbers or libraries on Linux and Mac X OS.
To obtain the Zend Host
ID, you must copy and run the 'zendid.exe' program, which is supplied with Zend Guard
Getting the Zend Host ID
The following procedures describe how to get your Zend host ID in Windows, Linux and Mac OS.
|
|
|
To get your Zend Host ID in Windows:
|
|
|
|
|
To get your Zend Host ID in Linux and Mac OS:
|
|
Use this ID number to generate a license for a specific machine. To see how to generate licenses see "Creating a License". |
||
|
|
|
|
Example: In this example the Host ID is- M:DRMTW-59QCX-B9EDX-12BM In the shell application: bash#./zendid M:DRMTW-59QCX-B9EDX-12BM bash# |
Creating a Zend Host ID for a 3rd Party
To create a Zend Host ID for a 3rd party who does not have Zend Guard installed on the computer, you will need to create a Zend Host ID based on a key he provides you.
Note:
This procedure requires that the Zend Guard Loader be installed on the machine creating the key. If it is not loaded, you will receive a '404 Fatal Error' response. For information on installing the Zend Guard Loader, see Installing the Standalone Zend Guard Loader.
|
|
|
To create the key:
<?php if( function_exists( 'zend_get_id' ) ) { $zendid = zend_get_id(1); foreach($zendid as $id) echo "$id<br>"; } else { echo "Error: could not find function 'zend_get_id'\nMake sure ZendLoader is installed"; } ?>
|