lifestyle Friday, 10 September 2010 - 12:38
Publications
Comments

Tag Archives: menampilkan ip dan browser pengunjung blog 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 [...]

Content Protected Using Blog Protector By: PcDrome.