Leggere attentamente le istruzioni prima dell'uso
/**
* Class NtMacAddress
* Returns client or server Mac Address in an intranet NT5 or NT5.1 LAN
* -----------------------------------------------
* EXAMPLE:
* $mac = &new NtMacAddress();
* echo 'SERVER MAC: '.$mac->getMac( 'server' ).'
CLIENT MAC: '.$mac->getMac( 'client' );
*
* NOTE: This class works only in a LAN then you will not read anything if try on localhost.
* So please use from another PC.
Secondo me non è importante ciò che usi...l'importante è che sia qualcosa di univoco per la macchina.
Poi lo inserisci come md5 nel tuo codice.
Come optional incasini il codice...o usi uno pseudo- compilatore come quelli proposti.