From f3e09ffd7ac5f3082e28f2a3a532be1261995e19 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Fri, 8 Mar 2013 11:05:36 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=8C=B8=EB=B0=A9=EC=A7=80=20?= =?UTF-8?q?=EB=A5=BC=20=EC=9E=90=EB=8F=99=EB=93=B1=EB=A1=9D=EB=B0=A9?= =?UTF-8?q?=EC=A7=80=20=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_copy.php | 7 -- adm/board_copy_update.php | 158 +++++++++++++++++----------------- bbs/formmail_send.php | 2 +- bbs/gcaptcha/gcaptcha.js | 2 +- bbs/gcaptcha/gcaptcha.lib.php | 8 +- bbs/memo_form_update.php | 2 +- bbs/password_lost2.php | 4 +- bbs/poll_update.php | 7 -- bbs/register_form_update.php | 2 +- bbs/write_comment_update.php | 2 +- bbs/write_update.php | 2 +- 11 files changed, 93 insertions(+), 103 deletions(-) diff --git a/adm/board_copy.php b/adm/board_copy.php index 645a6ff57..a41648e88 100644 --- a/adm/board_copy.php +++ b/adm/board_copy.php @@ -1,7 +1,6 @@ 구조와 데이터 - - 자동등록방지 - - @@ -63,8 +58,6 @@ function fboardcopy_check(f) return false; } - - return true; } diff --git a/adm/board_copy_update.php b/adm/board_copy_update.php index ea39c49e5..b153dba7d 100644 --- a/adm/board_copy_update.php +++ b/adm/board_copy_update.php @@ -1,14 +1,9 @@ 1) if (!chk_captcha()) { - alert('스팸방지에 입력한 숫자가 틀렸습니다.'); + alert('자동등록방지 숫자가 틀렸습니다.'); } diff --git a/bbs/gcaptcha/gcaptcha.js b/bbs/gcaptcha/gcaptcha.js index b6b8bd722..536dcd7bf 100644 --- a/bbs/gcaptcha/gcaptcha.js +++ b/bbs/gcaptcha/gcaptcha.js @@ -17,7 +17,7 @@ function chk_captcha() } }); if (!captcha_result) { - alert("스팸방지 숫자가 틀렸습니다."); + alert("자동등록방지 숫자가 틀렸습니다."); captcha_key.select(); return false; } diff --git a/bbs/gcaptcha/gcaptcha.lib.php b/bbs/gcaptcha/gcaptcha.lib.php index b95ec845d..9eb3fcc05 100644 --- a/bbs/gcaptcha/gcaptcha.lib.php +++ b/bbs/gcaptcha/gcaptcha.lib.php @@ -178,11 +178,11 @@ function captcha_html($class='captcha') $html .= PHP_EOL.''; $html .= PHP_EOL.''; $html .= '
'; - $html .= '스팸방지'; - $html .= '스팸방지 숫자'; + $html .= '자동등록방지'; + $html .= '자동등록방지 숫자'; $html .= '숫자를 음성으로 듣기'; - $html .= ''; - $html .= '

스팸방지 숫자를 순서대로 입력하세요.

'; + $html .= ''; + $html .= '

자동등록방지 숫자를 순서대로 입력하세요.

'; $html .= '
'; return $html; } diff --git a/bbs/memo_form_update.php b/bbs/memo_form_update.php index 92e8cdbfe..4f8c0fe3b 100644 --- a/bbs/memo_form_update.php +++ b/bbs/memo_form_update.php @@ -6,7 +6,7 @@ if ($is_guest) alert('회원만 이용하실 수 있습니다.'); if (!chk_captcha()) { - alert('스팸방지에 입력한 숫자가 틀렸습니다.'); + alert('자동등록방지 숫자가 틀렸습니다.'); } $recv_list = explode(',', trim($_POST['me_recv_mb_id'])); diff --git a/bbs/password_lost2.php b/bbs/password_lost2.php index eb28b4fdd..c606e17bb 100644 --- a/bbs/password_lost2.php +++ b/bbs/password_lost2.php @@ -3,11 +3,11 @@ include_once('./_common.php'); include_once(G4_GCAPTCHA_PATH.'/gcaptcha.lib.php'); if ($is_member) { - alert("이미 로그인중입니다."); + alert('이미 로그인중입니다.'); } if (!chk_captcha()) { - alert('스팸방지에 입력한 숫자가 틀렸습니다.'); + alert('자동등록방지 숫자가 틀렸습니다.'); } include_once($member_skin_path.'/password_lost2.skin.php'); diff --git a/bbs/poll_update.php b/bbs/poll_update.php index 0a2c81b68..f05a5fdfb 100644 --- a/bbs/poll_update.php +++ b/bbs/poll_update.php @@ -1,12 +1,5 @@