User Profile
Collapse
Profile Sidebar
Collapse
david seven
Last Activity: Jun 13 '14, 10:00 AM
Joined: Jun 13 '14
Location:
-
Yes that right. Thank you every much. -
I think maybe on host can't get mac address of visitor pc,
But it can get ip on host . Thank you guy that reply my question.Leave a comment:
-
I use godaddy hosting. but i don't know it allow all system or not.Leave a comment:
-
-
Get mac address work in local but not work on my host using php
...Code:ob_start(); // Turn on output buffering system('ipconfig /all'); //Execute external program to display output $mycom=ob_get_contents(); // Capture the output into a variable ob_clean(); // Clean (erase) the output buffer $findme = "Physical"; $pmac = strpos($mycom, $findme); // Find the position of Physical text $mac=substr($mycom,($pmac+36),17); // Get Physical Address echoLast edited by Dormilich; Jun 13 '14, 07:38 AM.
No activity results to display
Show More
Leave a comment: