<?
$whois_server = array(
'com' => 'whois.internic.net',
'net' => 'whois.internic.net',
'org' => 'whois.publicinterestregistry.net',
'co.kr' => 'whois.krnic.net'
);
$whois_avail = array(
'whois.internic.net' => 'No match for ',
'whois.publicinterestregistry.net' => 'NOT FOUND',
'whois.krnic.net' => 'is not registered to KRNIC'
);
// 도메인 조회 함수
function check_domain( $domain, $suffix ) {
global $whois_server,$whois_avail;
$server = $whois_server[$suffix];
$avail = $whois_avail[$server];
// 잘못된 도메인(com,net,org,co.kr이 아닌)
if (!$server) return false;
$sock = fsockopen($server,43,$errno,$errstr,30);
if (!$sock) {
echo "$errstr [$errno]";
return false;
}
fwrite($sock,"$domain.$suffix\r\n");
while (!feof($sock)) {
$ret .= fgets($sock);
}
echo $ret;
fclose($sock);
if (strstr($ret,$avail)) return true;
return false;
}
// 조회 도메인이 있다면
if ($domain) {
echo "<table cellspacing=0 border=1>\n";
foreach($whois_server as $suffix => $server) {
$ret = check_domain($domain,$suffix);
if ($ret)
$OX = 'O';
else
$OX = 'X';
echo " <tr>\n";
echo " <td align=right>$domain.$suffix ($OX)</td>\n";
echo " <td> 등록 ";
if (!$ret) echo "불";
echo "가능</td>\n";
echo " </tr>\n";
}
echo "</table>\n";
}
?>
<br><br><h3>Domain Search</h3>
<hr size=-1>
<form method=post>
Search Domain : <input type=text name=domain value="<?=$domain?>"><input type=submit value="조회">
</form>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 330 |
prosper
|
20년 전 | 2249 | |
| 329 |
prosper
|
20년 전 | 1862 | |
| 328 |
prosper
|
20년 전 | 1674 | |
| 327 | 20년 전 | 3751 | ||
| 326 | 20년 전 | 4832 | ||
| 325 |
hwatta
|
20년 전 | 2460 | |
| 324 |
|
20년 전 | 3128 | |
| 323 | 20년 전 | 5837 | ||
| 322 |
hwatta
|
20년 전 | 2825 | |
| 321 |
hwatta
|
20년 전 | 2302 | |
| 320 |
yesmoa
|
20년 전 | 4560 | |
| 319 | 20년 전 | 2664 | ||
| 318 | 20년 전 | 2229 | ||
| 317 |
kyodon
|
20년 전 | 2755 | |
| 316 | 20년 전 | 2562 | ||
| 315 |
|
20년 전 | 2870 | |
| 314 |
|
20년 전 | 3322 | |
| 313 |
|
20년 전 | 2629 | |
| 312 |
yesmoa
|
20년 전 | 4702 | |
| 311 | 20년 전 | 3254 | ||
| 310 |
홀로남은자
|
20년 전 | 4545 | |
| 309 | 20년 전 | 3000 | ||
| 308 | 20년 전 | 4114 | ||
| 307 | 20년 전 | 4346 | ||
| 306 | 20년 전 | 7019 | ||
| 305 | 20년 전 | 3859 | ||
| 304 | 20년 전 | 2750 | ||
| 303 |
크리스탈처럼
|
20년 전 | 4384 | |
| 302 | 20년 전 | 2196 | ||
| 301 |
|
20년 전 | 4313 | |
| 300 | 20년 전 | 3781 | ||
| 299 | 20년 전 | 2588 | ||
| 298 | 20년 전 | 4813 | ||
| 297 |
|
20년 전 | 2517 | |
| 296 | 20년 전 | 4512 | ||
| 295 | 20년 전 | 3557 | ||
| 294 | 20년 전 | 3582 | ||
| 293 | 20년 전 | 3806 | ||
| 292 | 20년 전 | 3196 | ||
| 291 |
yesmoa
|
20년 전 | 5923 | |
| 290 | 20년 전 | 2931 | ||
| 289 | 20년 전 | 5833 | ||
| 288 |
|
20년 전 | 2364 | |
| 287 |
|
20년 전 | 1778 | |
| 286 |
|
20년 전 | 2134 | |
| 285 |
|
20년 전 | 3528 | |
| 284 |
|
20년 전 | 2026 | |
| 283 |
|
20년 전 | 4396 | |
| 282 | 20년 전 | 3378 | ||
| 281 |
|
20년 전 | 2197 | |
| 280 |
|
20년 전 | 7792 | |
| 279 | 20년 전 | 5535 | ||
| 278 | 20년 전 | 2981 | ||
| 277 |
|
20년 전 | 5562 | |
| 276 | 20년 전 | 2350 | ||
| 275 | 20년 전 | 2594 | ||
| 274 | 20년 전 | 2367 | ||
| 273 | 20년 전 | 2206 | ||
| 272 | 20년 전 | 2133 | ||
| 271 | 20년 전 | 2594 | ||
| 270 | 20년 전 | 2606 | ||
| 269 | 20년 전 | 2472 | ||
| 268 | 20년 전 | 2667 | ||
| 267 | 20년 전 | 2352 | ||
| 266 | 20년 전 | 2557 | ||
| 265 | 20년 전 | 3491 | ||
| 264 |
|
20년 전 | 5346 | |
| 263 |
|
20년 전 | 3714 | |
| 262 | 20년 전 | 3165 | ||
| 261 |
허저비
|
20년 전 | 5913 | |
| 260 |
|
20년 전 | 5706 | |
| 259 | 20년 전 | 4128 | ||
| 258 | 20년 전 | 2371 | ||
| 257 | 20년 전 | 3176 | ||
| 256 | 20년 전 | 1893 | ||
| 255 | 20년 전 | 1559 | ||
| 254 | 20년 전 | 3131 | ||
| 253 | 20년 전 | 3539 | ||
| 252 | 20년 전 | 5110 | ||
| 251 | 20년 전 | 5795 | ||
| 250 | 20년 전 | 3667 | ||
| 249 | 20년 전 | 5009 | ||
| 248 | 20년 전 | 3273 | ||
| 247 | 20년 전 | 3627 | ||
| 246 |
|
20년 전 | 7940 | |
| 245 |
|
20년 전 | 5894 | |
| 244 | 20년 전 | 4474 | ||
| 243 |
|
20년 전 | 4040 | |
| 242 | 20년 전 | 2769 | ||
| 241 | 20년 전 | 2710 | ||
| 240 | 20년 전 | 2351 | ||
| 239 | 20년 전 | 1648 | ||
| 238 |
아우겐나이스
|
20년 전 | 2253 | |
| 237 |
email
|
20년 전 | 3676 | |
| 236 | 20년 전 | 4139 | ||
| 235 | 20년 전 | 10457 | ||
| 234 | 20년 전 | 5055 | ||
| 233 | 20년 전 | 3359 | ||
| 232 | 20년 전 | 3192 | ||
| 231 | 20년 전 | 3828 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기