Thank you for using rssforward.com! This service has been made possible by all our customers. In order to provide a sustainable, best of the breed RSS to Email experience, we've chosen to keep this as a paid subscription service. If you are satisfied with your free trial, please sign-up today. Subscriptions without a plan would soon be removed. Thank you!
misi numpang nanya :D kemaren aku dapet script buat dapetin mac address kayak gini <?php 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 echo $mac; ?> mac address komputer aku emang berhasil di dapetin... sekalinya aku coba pake komputer laen masuk ke web localhost komputerku, mac yang muncul malah tetep mac komputerku(komputer web localhost) bukan mac dari komputer yang akses web tadi ada solusi??? | |||
karna php itu server side jadi yg terbaca ya server anda | |||
jadi ada solusi untuk dapetin mac address client gak? soalnya kalo mau dapetin ip address, gak berlaku juga soalnya ip address di convert berkali kali sampe ke vpn.. | |||
perlu bantuan yang bekerja di client,,, tapi apa? bawah saya akan menjawabnya... | |||
tidak mungkin | |||
apanya yang tidak mungkin? | |||
tidak mungkin php bisa membaca mac client |
Putra Fajar 05 Jul, 2013
-
Source: http://www.facebook.com/groups/35688476100/?id=10151736387556101
--
Manage subscription | Powered by rssforward.com
Tidak ada komentar:
Posting Komentar