Archive

Archive for July, 2009

How to get client MAC address in PHP

July 4th, 2009
<?php
exec('arp '.$_SERVER['REMOTE_ADDR'],$user_mac);
echo substr($user_mac[1],strpos($user_mac[1],':')-2, '17');
?>

Note : this technique only works on local area networks with linux based server and its impossible to get mac address in php over internet

Khalil Majdalawi Internet, Linux, PHP, Web Development

windows 98 still alive

July 2nd, 2009

today i was shocked as my daily blog check, i noticed someone or “something” is actually still use windows 98 & IE5 WTF ?! this person “zombie” should be jailed of illegal use of internet or send him back to hell .


traffic_from_win98


i wonder if there any version of firefox for windows 98 he could use?!

Khalil Majdalawi Internet, windows , , ,