|
|
|
|
|

월간 인기 게시물

게시물 57건
   
도메인 만료일 체크 스크립트
글쓴이 : 최고관리자 날짜 : 2010-04-23 (금) 15:06 조회 : 6229
글주소 :
                          

출처 : http://www.cyberciti.biz/tips/domain-check-script.html
스크립트 원문 : http://www.cyberciti.biz/files/scripts/domain-check-2.txt


다운로드
$ wget http://www.cyberciti.biz/files/scripts/domain-check-2.txt
$ mv domain-check-2.txt domain-check
$ chmod +x domain-check
$ ./domain-check -d chonnom.com



사용방법
Usage: domain-check.sh [ -e email ] [ -x expir_days ] [ -q ] [ -a ] [ -h ]
          {[ -d domain_namee ]} || { -f domainfile}

  -a               : Send a warning message through email
  -d domain        : Domain to analyze (interactive mode)
  -e email address : Email address to send expiration notices
  -f domain file   : File with a list of domains
  -h               : Print this screen
  -s whois server  : Whois sever to query for information
  -q               : Don't print anything on the console
  -x days          : Domain expiration interval (eg. if domain_date < days)


[root@mojily ~]# ./domain-check. -d chonnom.com
Domain                              Registrar         Status   Expires     Days Left
----------------------------------- ----------------- -------- ----------- ---------
chonnom.com                         ASADAL, INC.      Valid    18-aug-2010   117


도메인리스트를 파일로 만들어서 불러오기
[root@mojily ~]# cat domain.txt
chonnom.com
mojily.net
kyunghyun.net

[root@mojily ~]# ./domain-check -f domain.txt



※ 종료시점에 맞춰서 메일보내는 기능도 있다.
[root@mojily ~]# ./domain-check2 -a -d chonnom.com -q -x 30 -e mojily@chonnom.com

[root@mojily ~]# ./domain-check2 -a -f domain.txt -d chonnom.com -q -x 30 -e mojily@chonnom.com



이름 패스워드
비밀글 (체크하면 글쓴이만 내용을 확인할 수 있습니다.)
왼쪽의 글자를 입력하세요.
   

 



 
사이트명 : 모지리네 | 대표 : 이경현 | 개인커뮤니티 : 랭키닷컴 운영체제(OS) | 경기도 성남시 분당구 | 전자우편 : mojily골뱅이chonnom.com Copyright ⓒ www.chonnom.com www.kyunghyun.net www.mojily.net. All rights reserved.