Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Tutorials
Adding reCAPTCHA to registration (RevCMS).
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Joshhh" data-source="post: 377489" data-attributes="member: 67621"><p><strong>Hello Devbest!</strong></p><p><em>I'm just going to make a quick tutorial on how to add reCAPTCHA to your hotel.</em></p><p></p><p>First make sure you are logged into a google account, and then head over to this page, <a href="https://www.google.com/recaptcha/admin" target="_blank">https://www.google.com/recaptcha/admin</a></p><p><img src="http://i.imgur.com/D1mhRkk.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>You will see this, and you need to fill in the information provided. For the label you may enter "Register", and for your domains you enter your domain of your hotel; hotel.com</p><p>You don't need to include the "http://", and then just click 'Register'.</p><p>It will then bring you to this page:</p><p><img src="http://i.imgur.com/ZIDqNtn.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Paste this code, before your closing head tag (</head>);</p><p>[CODE]<script src='https://www.google.com/recaptcha/api.js'></script>[/CODE]</p><p>Also, wherever you want the reCAPTCHA to show, paste this code;</p><p>[CODE]<div class="g-recaptcha" data-sitekey="Replace with your Site Key"></div>[/CODE]</p><p>Where it says 'Replace with your Site Key', paste your site key.</p><p>Hopefully your register page will have the reCAPTCHA security there. <img src="/styles/default/xenforo/smilies/emojione/thumbsup.png" class="smilie" loading="lazy" alt=":up:" title="Thumbs Up :up:" data-shortname=":up:" /></p><p></p><p>Here are some types of captcha here: <a href="https://security.googleblog.com/2014/12/are-you-robot-introducing-no-captcha.html" target="_blank">https://security.googleblog.com/2014/12/are-you-robot-introducing-no-captcha.html</a>.</p><p>[doublepost=1466177710,1466174332][/doublepost]Hopefully this will come in handy for some people! <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Joshhh, post: 377489, member: 67621"] [B]Hello Devbest![/B] [I]I'm just going to make a quick tutorial on how to add reCAPTCHA to your hotel.[/I] First make sure you are logged into a google account, and then head over to this page, [URL]https://www.google.com/recaptcha/admin[/URL] [IMG]http://i.imgur.com/D1mhRkk.png[/IMG] You will see this, and you need to fill in the information provided. For the label you may enter "Register", and for your domains you enter your domain of your hotel; hotel.com You don't need to include the "http://", and then just click 'Register'. It will then bring you to this page: [IMG]http://i.imgur.com/ZIDqNtn.png[/IMG] Paste this code, before your closing head tag (</head>); [CODE]<script src='https://www.google.com/recaptcha/api.js'></script>[/CODE] Also, wherever you want the reCAPTCHA to show, paste this code; [CODE]<div class="g-recaptcha" data-sitekey="Replace with your Site Key"></div>[/CODE] Where it says 'Replace with your Site Key', paste your site key. Hopefully your register page will have the reCAPTCHA security there. :up: Here are some types of captcha here: [URL]https://security.googleblog.com/2014/12/are-you-robot-introducing-no-captcha.html[/URL]. [doublepost=1466177710,1466174332][/doublepost]Hopefully this will come in handy for some people! :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
Adding reCAPTCHA to registration (RevCMS).
Top