Ваш IP адрес, город и страна, провайдер интернет

Discussion in 'PHP' started by shumaher, 17 Aug 2010.

  1. shumaher

    shumaher New Member

    Joined:
    16 Feb 2009
    Messages:
    12
    Likes Received:
    2
    Reputations:
    0
    Нужно что-то типа этого:
    _http://softholm.com/services/address_ip.php
    морда _http://2ip.ru

    что я смог сделать самостоятельно:
    Code:
    <!DOCTYPE HTML PUBlIC "-//W3С//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> <? print " IP: " . @$_SERVER['REMOTE_ADDR']; ?> </title> <style type="text/css"> body { font: 12px Tahoma; } body b { font:25px Tahoma;  border-top: 1px solid black; border-right: 1px solid black; border-left: 1px solid black; margin:2px; padding: 2px; } </style> </head> <body> <b>Personal VIP Site</b> <div align="center" style="border: 1px solid black; padding: 5px;"> <? print "1) <strong>IP:</strong> " . @$_SERVER['REMOTE_ADDR']; print "<br>2) <strong>Браузер:</strong> " . @$_SERVER['HTTP_USER_AGENT']; print "<br>3) <strong>IP proxy:</strong> " . @$HTTP_VIA; print "<br>4) <strong>IP forward for:</strong> " . @$HTTP_X_FORWARDED_FOR; ?> </div>   </body> </html>
    на код не ругайтесь, тяп-ляп ))