답변 1개
채택된 답변
+20 포인트
답변에 대한 댓글 2개
�
주사쟝
1년 전
�
마르스컴퍼니
1년 전
폰트를 변경해 주면 되는 듯 합니다.
1) http://koreataekkyon.com/leaders/plugin/kcaptcha/fonts/ 에서 적당한 png 파일 다운로드
2) ~.png 파일을 /plugin/kcaptcha/fonts 폴더에 업로드
3) /plugin/kcaptcha/kcaptcha_image.php 수정 ('batang.png' 를 사용하고자 하는 경우)
$font_file=$fonts[mt_rand(0, count($fonts)-1)];
->
$font_file=dirname(__FILE__).'/'.$fontsdir . '/batang.png';
1) http://koreataekkyon.com/leaders/plugin/kcaptcha/fonts/ 에서 적당한 png 파일 다운로드
2) ~.png 파일을 /plugin/kcaptcha/fonts 폴더에 업로드
3) /plugin/kcaptcha/kcaptcha_image.php 수정 ('batang.png' 를 사용하고자 하는 경우)
$font_file=$fonts[mt_rand(0, count($fonts)-1)];
->
$font_file=dirname(__FILE__).'/'.$fontsdir . '/batang.png';
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
한가지 더 질문이 있는데..폰트가 흰색바탕에 검은색 border 처리 되어 있는걸 바꾸는건 없는지 궁금합니다. ㅎㅎ 그냥 온전히 까만 글씨로 나왔으면 좋겠는데 ㅠㅠ