IP 138 IP 주소 조회 도둑 실현 코드

542 단어
 
  
$ip="www.jb51.net"; //$ip ip
$source=file_get_contents('http://www.ip138.com/ips.asp?ip='.$ip.'&action=2');
//
preg_match_all("/
  • (.*)/isU",$source,$result);
    print_r($result[1]);
    ?>

  • 출력 결과:
    XML / HTML 코드
     
      
    Array
    (
    [0] => :
    [1] => :
    [2] => :
    )

    좋은 웹페이지 즐겨찾기