Kamis, 04 Juli 2013

misi numpang nanya :Dkemaren aku dapet script bu...

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!
Putra Fajar 2:48am Jul 5
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???

Arie Wijayanto 2:49am Jul 5
karna php itu server side

jadi yg terbaca ya server anda

Putra Fajar 2:50am Jul 5
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..

Pengaturan Privasi 2:53am Jul 5
perlu bantuan yang bekerja di client,,, tapi apa? bawah saya akan menjawabnya...

Arie Wijayanto 2:57am Jul 5
tidak mungkin

Pengaturan Privasi 2:59am Jul 5
apanya yang tidak mungkin?

Arie Wijayanto 3:02am Jul 5
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