IP to COUNTRY Script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    IP to COUNTRY Script

    Hi,
    Do anyone know good IP2Country script?

    Or any good way to detect visitors country for wap sites?


    Thank You.
    OR JUST SEND PM

    #2
    <?php
    $ip_eminem=$_SERVER['REMOTE_ADDR'];
    $eminem= file_get_contents("http://api.wipmania.com/".$ip_eminem."");
    echo $eminem;
    ?>

    Comment


      #3
      IP to COUNTRY Script whif flags

      this is you need

      http://coding-talk.com/attachment.ph...5&d=1307764328

      you need to install for run

      Comment

      Working...
      X