Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | mac address | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by Alankar Jadhav - 1 year ago (2014-11-18) mac address
+1 | We have a requirement to implement user authentication binding the user ID with mac address of his machine. |
2. by Manuel Lemos - 1 year ago (2014-11-26) Reply
It is possible to get the MAC address of a machine as long as it is in the same network of the server PHP is running.
What kind of OS is on the server PHP is running? Is it Windows or Linux?
1. by Radovan Janjic - 1 year ago (2014-11-18) Reply
Client MAC address can be only available if they are on teh same ethernet segment.In such case on linux you can do echo system('arp -n xxx.xxx.xxx.xxx') or echo system('arp -a xxx.xxx.xxx.xxx') on windows.
0 | by Manuel Lemos 11100 - 1 year ago (2014-11-30) Comment This class should work for you regardless of the operating system you are running on your server, as it supports either Linux, FreeBSD and Windows servers, as long as the user machine is on the same local network of course. |
Recommend package | |
|