The Zend Host ID is used to generate licenses locked to a specific machine (hardware). To obtain the Zend Host ID you must copy and run the 'zendid.exe' program on the machine for which the license is to be issued.
The 'zendid.exe' program can be found with the Zend Guard files.
The following procedures describe how to get your Zend host ID in Windows and Unix (includes Linux and Mac).
|
|
|
To get your Zend Host ID in Windows:
|
|
|
|
|
|
Example: In this example the Host ID is- H:MFM43-Q9CXC-B9EDX-GWYSU In the shell application type: C:\WINDOWS\Desktop>zendid.exe |
|
|
|
|
To get your Zend Host ID in Unix:
|
|
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# |
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 $zendid = zend_get_id(1); foreach($zendid as $id) echo "$id<br>"; ?>
|
|
|
|
Related
Links: |
©1999-2013 Zend Technologies LTD. All rights reserved.