보안코드 자릿수 설정 정보
보안코드 자릿수 설정본문
그누보드에서 스팸방지로 보안코드를 넣는데요.
5자리 너무 많은데 두자리 정도로 줄일려면 어떻게 해야 하나요?
5자리 너무 많은데 두자리 정도로 줄일려면 어떻게 해야 하나요?
댓글 전체
1.norobot 코드일경우:
bbs/norobot.inc.php 위쪽 두군데 수정
$tmp_str = substr(md5($g4[server_time]),0,3);
.
.
while (count($arr) < 2)
2.kcaptcha 코드일경우:
bbs/kcaptcha_config.php 수정하세요
$length = mt_rand(2,2);
bbs/norobot.inc.php 위쪽 두군데 수정
$tmp_str = substr(md5($g4[server_time]),0,3);
.
.
while (count($arr) < 2)
2.kcaptcha 코드일경우:
bbs/kcaptcha_config.php 수정하세요
$length = mt_rand(2,2);