منتدى ليبياأرس

منتدى ليبياأرس (http://www.libyars.com/lrs/index.php)
-   تطوير المواقع والمنتديات (http://www.libyars.com/lrs/forumdisplay.php?f=38)
-   -   كود php لمعرفة ipاالزوار (http://www.libyars.com/lrs/showthread.php?t=4458)

عبسي الحمديني 2011-11-08 06:55 PM

كود php لمعرفة ipاالزوار
 



بسم الله الرحمن الرحيم
السلام عليكم ورحمة الله وبركاته

هذا كودبلغة php لمعرفة ايبي الزائر لموقعك

كود PHP:

<?php

// start code

if (getenv('HTTP_X_FORWARDED_FOR'))
**
$ip=getenv('HTTP_X_FORWARDED_FOR');
}
else **
$ip=getenv('REMOTE_ADDR');
}

// print the IP address on screen

echo $ip;



الساعة الآن 09:12 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd