logo

PHP ile IP Adresinizi Almak

logo

aşağıda vereceğim kod ile php ile karşı tarafın ip adresini alabilirsiniz

buyrun:

1
2
3
4
5
6
7
8
<?php
if (getenv(HTTP_X_FORWARDED_FOR)) {							
    $ip = getenv(HTTP_X_FORWARDED_FOR); 
} else { 
    $ip = getenv(REMOTE_ADDR);
}
echo $ip; //ip adresini verir
?>

belki birinin işine yarar

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
blog comments powered by Disqus
logo
logo
Powered by Wordpress | Designed by Elegant Themes