beyzad Posted January 28, 2009 Share Posted January 28, 2009 Hi developers. I need to get one of user's hardware ID like MAC address. Is there anyway to do this? Thanks. Link to comment https://forums.phpfreaks.com/topic/142766-solved-how-to-get-a-hardware-id/ Share on other sites More sharing options...
printf Posted January 28, 2009 Share Posted January 28, 2009 No! Link to comment https://forums.phpfreaks.com/topic/142766-solved-how-to-get-a-hardware-id/#findComment-748307 Share on other sites More sharing options...
beyzad Posted January 28, 2009 Author Share Posted January 28, 2009 Thanks. but i believe in PHP. there must be a way... i wish. Link to comment https://forums.phpfreaks.com/topic/142766-solved-how-to-get-a-hardware-id/#findComment-748309 Share on other sites More sharing options...
trq Posted January 28, 2009 Share Posted January 28, 2009 Even if there was an easy way to retrieve mac addresses using php (which there isn't) it would only ever return the mac address of the router closest to your server. What exactly do you want with a users mac address anyway, there may be more suitable options Link to comment https://forums.phpfreaks.com/topic/142766-solved-how-to-get-a-hardware-id/#findComment-748329 Share on other sites More sharing options...
beyzad Posted January 28, 2009 Author Share Posted January 28, 2009 Thanks. I have some users. but i need my users, download files on site only from 1 PC. Using cookie is unsafe and users can cheat on it. using IP is not good idea too, because Their IP may change on different connections. What do you recommend? Thanks you. Link to comment https://forums.phpfreaks.com/topic/142766-solved-how-to-get-a-hardware-id/#findComment-748334 Share on other sites More sharing options...
trq Posted January 28, 2009 Share Posted January 28, 2009 There really is no way of inforcing that via http and php, sorry. Link to comment https://forums.phpfreaks.com/topic/142766-solved-how-to-get-a-hardware-id/#findComment-748337 Share on other sites More sharing options...
beyzad Posted January 28, 2009 Author Share Posted January 28, 2009 Thanks. :-( Link to comment https://forums.phpfreaks.com/topic/142766-solved-how-to-get-a-hardware-id/#findComment-748338 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.