function is_Ip($ip){
   if(!eregi("^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$", $ip)) $return = FALSE;
   else $return = TRUE;
    
   $tmp = explode(".", $ip);
   if($return == TRUE){
      foreach($tmp AS $sub){
         $sub = $sub * 1;
         if($sub < 0 || $sub > 255) $return = FALSE;
      }
   }
   return $return;
}

'프로그래밍 언어 > php' 카테고리의 다른 글

set_time_limit()  (0) 2007.02.02
glob()  (0) 2007.02.02
func_get_arg  (0) 2007.02.02
get_included_files  (0) 2007.01.21
PHP - 다운로드 예제  (0) 2007.01.18
블로그 이미지

용병

,
[ cns3.hananet.net - 210.180.98.74 ]

0 1 129 128 0 1 0 1 0 0 0 0 7 116 105 115 116 111 114 121 3 99 111 109 0 0 1 0 1 192 12 0 1 0 1 0 0 14 176 0 4 211 172 252 15

192 12 로 안끝나는 값

'프로젝트 > 폐기 :: DnsQ' 카테고리의 다른 글

nslookup.php?domain=tistory.com&type=NS  (0) 2007.02.21
nslookup.php?domain=tistory.com&type=A  (0) 2007.02.08
nslookup -type=A tistory.com  (0) 2007.01.22
nslookup -type=A yahoo.co.kr  (0) 2007.01.22
What is DnsQ?  (0) 2007.01.22
블로그 이미지

용병

,
뭐하는 놈인지는 나중에 정리...

'시스템, 서버 > 데이타베이스' 카테고리의 다른 글

ERROR 1449 (HY000): There is no 'root'@'%' registered  (1) 2009.02.03
IFNULL  (0) 2007.11.22
문자 합치기  (0) 2007.11.15
시퀀스 - cache  (0) 2007.04.27
AUTO_INCREMENT 설정  (0) 2007.02.02
블로그 이미지

용병

,
0 1 129 128 0 1 0 1 0 2 0 2 7 116 105 115 116 111 114 121 3 99 111 109 0 0 1 0 1 192 12 0 1 0 1 0 0 5 108 0 4 211 172 252 15 192 12 0 2 0 1 0 0 248 158 0 14 2 110 115 8 100 97 117 109 122 111 110 101 192 20 192 12 0 2 0 1 0 0 248 158 0 6 3 110 115 50 192 60 192 57 0 1 0 1 0 0 79 187 0 4 211 233 28 10 192 83 0 1 0 1 0 1 82 186 0 4 211 233 28 11

'프로젝트 > 폐기 :: DnsQ' 카테고리의 다른 글

nslookup.php?domain=tistory.com&type=A  (0) 2007.02.08
nslookup -type=A tistory.com  (0) 2007.01.27
nslookup -type=A yahoo.co.kr  (0) 2007.01.22
What is DnsQ?  (0) 2007.01.22
각 ISP DNS 정리  (0) 2007.01.20
블로그 이미지

용병

,
0 1 129 128 0 1 0 2 0 6 0 6 5 121 97 104 111 111 2 99 111 2 107 114 0 0 1 0 1 192 12 0 1 0 1 0 0 0 158 0 4 222 231 19 227 192 12 0 1 0 1 0 0 0 158 0 4 203 212 171 217 192 12 0 2 0 1 0 0 0 102 0 15 3 110 115 49 5 121 97 104 111 111 3 99 111 109 0 192 12 0 2 0 1 0 0 0 102 0 6 3 110 115 50 192 77 192 12 0 2 0 1 0 0 0 102 0 6 3 110 115 51 192 77 192 12 0 2 0 1 0 0 0 102 0 6 3 110 115 52 192 77 192 12 0 2 0 1 0 0 0 102 0 6 3 110 115 53 192 77 192 12 0 2 0 1 0 0 0 102 0 6 3 110 115 54 192 77 192 73 0 1 0 1 0 1 67 181 0 4 66 218 71 63 192 100 0 1 0 1 0 0 57 20 0 4 68 142 255 16 192 118 0 1 0 1 0 0 29 215 0 4 217 12 4 104 192 136 0 1 0 1 0 0 53 60 0 4 68 142 196 63 192 154 0 1 0 1 0 0 83 188 0 4 216 109 116 17 192 172 0 1 0 1 0 0 83 190 0 4 202 43 223 170

'프로젝트 > 폐기 :: DnsQ' 카테고리의 다른 글

nslookup.php?domain=tistory.com&type=A  (0) 2007.02.08
nslookup -type=A tistory.com  (0) 2007.01.27
nslookup -type=A tistory.com  (0) 2007.01.22
What is DnsQ?  (0) 2007.01.22
각 ISP DNS 정리  (0) 2007.01.20
블로그 이미지

용병

,
php Dns query program : using udp

Plan ::

1차 : A query
2차 : NS query
3차 : MX query
.
.
.
.
.
.
완료


부가기능 ::
사용자 dns server 추가 (별칭 : IP)

'프로젝트 > 폐기 :: DnsQ' 카테고리의 다른 글

nslookup.php?domain=tistory.com&type=A  (0) 2007.02.08
nslookup -type=A tistory.com  (0) 2007.01.27
nslookup -type=A tistory.com  (0) 2007.01.22
nslookup -type=A yahoo.co.kr  (0) 2007.01.22
각 ISP DNS 정리  (0) 2007.01.20
블로그 이미지

용병

,