Osram Posted April 5, 2020 Author Share Posted April 5, 2020 Ok, thanks. But one more thing: Is it then so that it's not possible to get any information about the client's system, like the Mac address or the PC name? I came across this code on the internet: $MAC = exec('getmac'); $MAC = strtok($MAC, ' '); echo "Mac address is $MAC"; I didn't get it to work. Again got the HTTP ERROR 500, while the the error_reporting didn't work neither. Quote Link to comment Share on other sites More sharing options...
requinix Posted April 5, 2020 Share Posted April 5, 2020 No, you can't get those two either. The MAC address is only available at a very low level in the system and it only tells you the hardware on the other end of the ethernet cable. The computer name is not something that gets sent over the internet. 1 Quote Link to comment Share on other sites More sharing options...
Osram Posted April 5, 2020 Author Share Posted April 5, 2020 Ok. Thank you. Sincerely Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.