[제나플러스] 캐챠이미지 사이트에 마춰 사용해 보기
페이지 정보
본문
bbs/captcha_config.php
# CAPTCHA image size (you do not need to change it, whis parameters is optimal)
$width = 90;
$height = 45;
# symbol's vertical fluctuation amplitude divided by 2
$fluctuation_amplitude = 0;
# CAPTCHA image colors (RGB, 0-255)
$background_color = array(249, 249, 249);
js/jquery.kcaptcha.js
.attr('width', '60')
.attr('height', '30');
자신의 사이트에 마춰서 설정해 주시면 잘 어울리는 캐챠를 설정하실수 있습니다..
# CAPTCHA image size (you do not need to change it, whis parameters is optimal)
$width = 90;
$height = 45;
# symbol's vertical fluctuation amplitude divided by 2
$fluctuation_amplitude = 0;
# CAPTCHA image colors (RGB, 0-255)
$background_color = array(249, 249, 249);
js/jquery.kcaptcha.js
.attr('width', '60')
.attr('height', '30');
자신의 사이트에 마춰서 설정해 주시면 잘 어울리는 캐챠를 설정하실수 있습니다..
추천0