janocan adlı üyeden alıntı:
mesajı görüntüle
<?php $ip = $_SERVER['REMOTE_ADDR']; $hostadresi = gethostbyaddr($ip); echo "IP Adresiniz: $ip <br />"; echo "Host Adresiniz: $hostadresi <br />"; ?>
12
●27.735
<?php $ip = $_SERVER['REMOTE_ADDR']; $hostadresi = gethostbyaddr($ip); echo "IP Adresiniz: $ip <br />"; echo "Host Adresiniz: $hostadresi <br />"; ?>