일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 홈페이지
- php
- 웹솔루션
- #image
- 사이트제작
- #동영상
- 쇼핑몰
- happycgi
- #cgimall
- jquery
- #쇼핑몰
- 홈페이지제작
- #홈페이지
- #웹솔루션
- javascript
- #이미지
- #뉴스
- #해피CGI
- 해피CGI
- 해피씨지아이
- #happycgi
- #홈페이지제작
- #jQuery
- 게시판
- 솔루션
- CSS
- CGIMALL
- #CSS
- #업종별
- #솔루션
- Today
- Total
웹솔루션개발 25년 노하우! 해피CGI의 모든것
[해피CGI][cgimall] 메일링 리스트 본문
1. 다운받은 mailing.zip 파일을 하드디스크에 풉니다.
- mailing 디렉토리를 만들어 압축을 풉니다.
- images 디렉토리가 있으며 dksdp 이미지 파일이 잇습니다.
- mailing 디렉토리에 안에 다음 4개의 파일이 있습니다.
admin.cgi
사용방법.txt
index.html
mail_data.dat
2. mailing 디렉토리안에 lock 디렉토리를 만듭니다.
3. admin.cgi를 수정합니다.
- #!/usr/bin/perl : 인터피아98
- #!/usr/local/bin/perl : 천리안
- 이 이하의 경로와 URL을 자기의 홈페이지에 맞게 수정합니다.
#-------------------------------- Setup ----------------------------------------+
$mail_program=``/usr/sbin/sendmail``; #Send Mail경로
$recipient=``leedoho@hanmail.net``; #관리자의 전자우편주소
$from_name = "CGI세상"; # 서비스명을 적는다.
$smtp_server=``mail.inter98.net``; #보내는 메일서버
$dir="/free/insarang/public_html/mailing"; #프로그램이 위치한 디렉토리
$images_url="http://jupiter.interpia98.net/~insarang/mailing/images"; #이미지가 위치한 URL
$file_name="/free/insarang/public_html/mailing/mail_data.dat"; # 메일정보가 저장될 파일명
$lock_dir="/free/insarang/public_html/mailing/lock"; # 관리자 암호가 위치할 디렉토리.
$website_url = "http://jupiter.interpia98.net/~insarang"; # 홈페이지 URL를 적는다. (예 : http://www.your_domain.co.kr)
$back_url = "http://jupiter.interpia98.net/~insarang/main.htm"; # 돌아갈 홈페이지 URL를 적는다. (예 : http://www.your_domain.co.kr/back.html)
$copyright="CopyLeft by CGI세상 "; #회사명을 기록한다.
#----------------------------------------------------------------------------------+
4. index.html 파일을 수정합니다.
- 만약 다른 html 문서에 넣고 싶으시면 index.html에 있는 html tag를
copy 해서 붙이시면 됩니다.
5. FTP프로그램으로 자기의 계정에 올립니다.
- mailing 디렉토리 전체를 바이너리 모두로 올립니다.
- cgi, txt, dat 파일은 다시 아스키(ascii)모드로 다시 올립니다.
6. 퍼미션을 설정합니다.
- cgi 파일은 755
- txt, dat 파일은 777
- lock 및 mailing 디렉토리는 777 로 설정합니다.
7. 인터넷으로 접속합니다.
예)http://www.your_domain.co.kr/mailing/ 또는 http://www.your_domain.co.kr/mailing/index.html
8. index.html 파일을 참조하여 자신이 원하는 페이지에 알맞게 삽입시켜 줍니다.
9. http://your_domain/~your_id/mailing/admin.cgi에 접속하여 비밀번호를 설정합니다.
- 초기 설정치는 없습니다. 반드시 설정하셔야 합니다.
- mailing 디렉토리를 만들어 압축을 풉니다.
- images 디렉토리가 있으며 dksdp 이미지 파일이 잇습니다.
- mailing 디렉토리에 안에 다음 4개의 파일이 있습니다.
admin.cgi
사용방법.txt
index.html
mail_data.dat
2. mailing 디렉토리안에 lock 디렉토리를 만듭니다.
3. admin.cgi를 수정합니다.
- #!/usr/bin/perl : 인터피아98
- #!/usr/local/bin/perl : 천리안
- 이 이하의 경로와 URL을 자기의 홈페이지에 맞게 수정합니다.
#-------------------------------- Setup ----------------------------------------+
$mail_program=``/usr/sbin/sendmail``; #Send Mail경로
$recipient=``leedoho@hanmail.net``; #관리자의 전자우편주소
$from_name = "CGI세상"; # 서비스명을 적는다.
$smtp_server=``mail.inter98.net``; #보내는 메일서버
$dir="/free/insarang/public_html/mailing"; #프로그램이 위치한 디렉토리
$images_url="http://jupiter.interpia98.net/~insarang/mailing/images"; #이미지가 위치한 URL
$file_name="/free/insarang/public_html/mailing/mail_data.dat"; # 메일정보가 저장될 파일명
$lock_dir="/free/insarang/public_html/mailing/lock"; # 관리자 암호가 위치할 디렉토리.
$website_url = "http://jupiter.interpia98.net/~insarang"; # 홈페이지 URL를 적는다. (예 : http://www.your_domain.co.kr)
$back_url = "http://jupiter.interpia98.net/~insarang/main.htm"; # 돌아갈 홈페이지 URL를 적는다. (예 : http://www.your_domain.co.kr/back.html)
$copyright="CopyLeft by CGI세상 "; #회사명을 기록한다.
#----------------------------------------------------------------------------------+
4. index.html 파일을 수정합니다.
- 만약 다른 html 문서에 넣고 싶으시면 index.html에 있는 html tag를
copy 해서 붙이시면 됩니다.
5. FTP프로그램으로 자기의 계정에 올립니다.
- mailing 디렉토리 전체를 바이너리 모두로 올립니다.
- cgi, txt, dat 파일은 다시 아스키(ascii)모드로 다시 올립니다.
6. 퍼미션을 설정합니다.
- cgi 파일은 755
- txt, dat 파일은 777
- lock 및 mailing 디렉토리는 777 로 설정합니다.
7. 인터넷으로 접속합니다.
예)http://www.your_domain.co.kr/mailing/ 또는 http://www.your_domain.co.kr/mailing/index.html
8. index.html 파일을 참조하여 자신이 원하는 페이지에 알맞게 삽입시켜 줍니다.
9. http://your_domain/~your_id/mailing/admin.cgi에 접속하여 비밀번호를 설정합니다.
- 초기 설정치는 없습니다. 반드시 설정하셔야 합니다.
'웹프로그램밍 자료실 > PERL 자료' 카테고리의 다른 글
[해피CGI][cgimall] 세팔방명록 수정판 (0) | 2017.03.24 |
---|---|
[해피CGI][cgimall] 웹에서 텔넷을(텔넷안되는곳도 지원)한글판 (0) | 2017.03.20 |
[해피CGI][cgimall] BBSNOTE (0) | 2017.03.15 |
[해피CGI][cgimall] 세팔보드용 우돌스킨 (0) | 2017.03.13 |
[해피CGI][cgimall] Nikaboard EX v5.5 (0) | 2017.03.10 |
Comments