SergioRP

Pegar Cidade do Usuário #By: Drizer

Apr 26th, 2012
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?
  2. $Res = file_get_contents("http://www.iptrackeronline.com/index.php?ip_address=".$_SERVER['REMOTE_ADDR']);
  3. preg_match_all("#</b><br>(.*?)</td>#i",$Res,$kk);
  4. echo $kk[1][0];
  5. ?>
Add Comment
Please, Sign In to add comment