php ile mac adresi alma (get mac adress from user with php)
php ile mac adresi alma (get mac adress from user with 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…
$ip=$_SERVER[REMOTE_ADDR]; $user=gethostbyaddr($_SERVER[‘REMOTE_ADDR’]); echo $user; İp Adresiniz : “; echo $ip;
Php`nin Cookkie ve Session komutları dışında birde kendi oturum yönetimimizi kendimiz yapalım. Mysql de “Oturum” adlı bir database açtığımızı kabul ediyorum. Öncelikle database bilgilerimizi tutan bir dosya oluşturalım. < ?php function Baglanti(){ $host = "localhost"; // Database adı veya İp…