분류 전체보기
-
-
-
CIBOARD SMTP 이메일 전송 수정사항(feat. gmail smtp)PHP/codeigniter 2020. 8. 27. 11:00
이메일 세팅 수정 application>library>CB_Email.php function __construct() { parent::__construct(); $this->CI =& get_instance(); $this->protocol = $this->CI->config->item('email_protocal') ? $this->CI->config->item('email_protocal') : 'mail'; // mail/sendmail/smtp $this->smtp_host = $this->CI->config->item('email_smtp_host'); // SMTP Server. Example: mail.earthlink.net $this->smtp_user = $this->CI->confi..
-
정규식 공부 및 테스트PHP 2020. 8. 6. 15:09
정규식 작동 테스트 regexr.com 각종 정규식 및 사용법 안내 newehblog.tistory.com/54 각종 정규표현식(영어만 표현, 숫자만 표현 등) 안녕하세요~ 오늘은 정규표현식에 대해 알아보겠습니다. 정규표현식은 어떤 특정한 규칙을 가진 문자열의 집합을 표현하기 위해 사용하는 형식 언어라고 합니다. 정규표현식은 처음 보시면 이� newehblog.tistory.com 도메인 정규식 okky.kr/article/366666 OKKY | 도메인 정규식 표현 질문드립니다. 참고 사이트 http://gocoding.tistory.com/93 도메인 입력란 유효성 검사도중 나타난 버그인데요 http:// 와 https://를 제외 한 도메인을 입력하여야하는 검사입니다. var domain docum..
-
Bitnami nginx 로 letsencrypt 적용시키기서버 2020. 6. 14. 20:57
docs.bitnami.com/bch/how-to/generate-install-lets-encrypt-ssl/#alternative-approach Generate and Install a Let's Encrypt SSL Certificate for a Bitnami Application docs.bitnami.com ㅇㅏ니면 certbot.eff.org/lets-encrypt/ubuntuxenial-other Certbot - Ubuntuxenial Other a project of the Electronic Frontier Foundation certbot instructions To use Certbot, you'll need... comfort with the command line comman..