묻고답하기
구글캡챠 적용 문의 드립니다.
2015.05.29 15:29
비회원에게 개방해 놓은 곳에 구글캡차를 적용하려고 하는데요.. 구글에서 안내하는 마지막 단계 적용을 어떻게 해야 할지 문의 드립니다.
When your users submit the form where you integrated reCAPTCHA, you'll get as part of the payload a string with the name "g-recaptcha-response". In order to check whether Google has verified that user, send a POST request with these parameters:
secret(required) | **************************************** |
response(required) | The value of 'g-recaptcha-response'. |
remoteip | The end user's ip address. |
지금 현재 상태는 아래와 같습니다.
<div class="g-recaptcha" data-sitekey="****************h-aEHknEA6"></div> <p style="text-align: center;"> <input type="submit" value="{$lang->cmd_submit}" class="form-button form-button-default form-button-blue m_btn" />
댓글 5
-
AJKJ
2015.05.29 15:38
-
몽실아빠
2015.05.29 15:52
아니요.. 따로 설치한건 없구요.. 스킨에 직접 할수는 없는건가요 ?
-
몽실아빠
2015.05.29 15:53
stpe1 이 아래와 같아요.
Paste this snippet before the closing </head> tag on your HTML template:
<script src='https://www.google.com/recaptcha/api.js'></script>
Paste this snippet at the end of the <form> where you want the reCAPTCHA widget to appear:<div class="g-recaptcha" data-sitekey="***************-h-aEHknEA6"></div>
그리고
step2 가
When your users submit the form where you integrated reCAPTCHA, you'll get as part of the payload a string with the name "g-recaptcha-response". In order to check whether Google has verified that user, send a POST request with these parameters:
secret(required) **************************************** response(required) The value of 'g-recaptcha-response'. remoteip The end user's ip address. -
YJSoft
2015.05.29 16:03
http://www.conory.com/market_content/34916
리캡차는 HTML 적용만으로는 사용하실수 없으며 위와 같은 리캡차 애드온이 있어야 적용 가능합니다.
-
몽실아빠
2015.05.29 16:09
아 감사합니다. 새로운 캡차가 적용되는군요. 이 자료로 설치해야 겠네요.
recaptcha에서 제공하는 php sdk는 설치하셨나요? 그 부분에 설치를 secret key를 입력하고, 이용중인 모듈/이용중인 애드온/수정한 core에 연결하시면 됩니다..