Tag Archives: script php ip dan browser di wordpress
The browser displays the IP and the use of the WordPress Blog
Below is a php script to display the IP information, and information Showing a browser that visitors used the blog. For example, in this blog. The script to display the IP visitors: <? $ip=$_SERVER['REMOTE_ADDR']; $host=gethostbyaddr($ip); $proxyip=$_SERVER['HTTP_X_FORWARDED_FOR']; $proxyserver=$_SERVER['HTTP_VIA']; echo “IP :Â $ip “; if (isset($_SERVER['HTTP_X_FORWARDED_FOR'])) ?> To display the information in the browser using the php [...]

Recent Comments