by The Godfather October 8th 2018, 5:58 pm
Dear users,
We inform you that in order to better protect your forums against spam, we have replaced FunCaptcha by Google reCAPTCHA in our services.
More efficient and better adapted, reCAPTCHA uses an advanced risk analysis engine and adaptive CAPTCHAs to prevent automated software from engaging in abusive activities on your forums.
Administrators who have customized the template posting_confirm_code must take into consideration the changes below in order for this update to be applied to their forum.
Forum version phpBB3 + modernBB + punBB : In posting_confirm_code
- Remove:
- Code:
<div id="funcaptcha" data-pkey="{HASH_FUNCAPTCHA}"></div><br /> <noscript> <iframe src="https://funcaptcha.com/fc/api/nojs/?pkey={HASH_FUNCAPTCHA}&language={USERLANG}" frameborder="0" scrolling="no" style="width: 308px; height:408px; border-style: none;"></iframe> <div style="width: 306px;height: 60px;border-style: none;bottom: 12px;left: 25px;margin: 5px 0 0 0;padding: 0px;right: 25px;background: #ffffff;border: 1px solid #f7f7f7;border-radius: 5px;"> <input type="text" id="fc-token" name="fc-token" placeholder="Copy verification code into here" style="width: 270px;height: 24px;border: 1px solid #f7f7f7;border-radius: 5px;padding: 10px;margin: 7px;resize: none;font-size: 11px;-webkit-font-smoothing: antialiased;color: #212121;background: #f7f7f7;text-align: center;"> </div> </noscript>
Then :
- After:
- Code:
<p><strong>{L_VALIDATION}:</strong><br />{L_VALIDATION_EXPLAIN}</p> <p>
- Add:
- Code:
<div class="g-recaptcha" data-sitekey="{HASH_RECAPTCHA_PUBLIC}"></div><br />
Forum version phpBB 2 : In posting_confirm_code
- Delete:
- Code:
<div id="funcaptcha" data-pkey="{HASH_FUNCAPTCHA}"></div><br /> <noscript> <iframe src="https://funcaptcha.com/fc/api/nojs/?pkey={HASH_FUNCAPTCHA}&language={USERLANG}" frameborder="0" scrolling="no" style="width: 308px; height:408px; border-style: none;"></iframe> <div style="width: 306px;height: 60px;border-style: none;bottom: 12px;left: 25px;margin: 5px 0 0 0;padding: 0px;right: 25px;background: #ffffff;border: 1px solid #f7f7f7;border-radius: 5px;"> <input type="text" id="fc-token" name="fc-token" placeholder="Copy verification code into here" style="width: 270px;height: 24px;border: 1px solid #f7f7f7;border-radius: 5px;padding: 10px;margin: 7px;resize: none;font-size: 11px;-webkit-font-smoothing: antialiased;color: #212121;background: #f7f7f7;text-align: center;"> </div> </noscript>
And :
- After:
- Code:
<span class="gensmall">{L_VALIDATION_EXPLAIN}</span></p> <p><span class="gen">
- Add:
- Code:
<div class="g-recaptcha" data-sitekey="{HASH_RECAPTCHA_PUBLIC}"></div><br />
Forum version invision :In posting_confirm_code
- Remove:
- Code:
<div id="funcaptcha" data-pkey="{HASH_FUNCAPTCHA}"></div> <noscript> <iframe src="https://funcaptcha.com/fc/api/nojs/?pkey={HASH_FUNCAPTCHA}&language={USERLANG}" frameborder="0" scrolling="no" style="width: 308px; height:408px; border-style: none;"></iframe> <div style="width: 306px;height: 60px;border-style: none;bottom: 12px;left: 25px;margin: 5px 0 0 0;padding: 0px;right: 25px;background: #ffffff;border: 1px solid #f7f7f7;border-radius: 5px;"> <input type="text" id="fc-token" name="fc-token" placeholder="Copy verification code into here" style="width: 270px;height: 24px;border: 1px solid #f7f7f7;border-radius: 5px;padding: 10px;margin: 7px;resize: none;font-size: 11px;-webkit-font-smoothing: antialiased;color: #212121;background: #f7f7f7;text-align: center;"> </div> </noscript>
Then :
- After:
- Code:
<form method="post" action="{U_POSTING}" name="post"> <p>
- Add:
- Code:
<div class="g-recaptcha" data-sitekey="{HASH_RECAPTCHA_PUBLIC}"></div><br />
Forum version Mobile_Moderne :In posting_confirm_code
- Remove:
- Code:
<div id="funcaptcha" data-pkey="{HASH_FUNCAPTCHA}"></div> <noscript> <iframe src="https://funcaptcha.com/fc/api/nojs/?pkey={HASH_FUNCAPTCHA}&language={USERLANG}" frameborder="0" scrolling="no" style="width: 308px; height:408px; border-style: none;"></iframe> <div style="width: 306px;height: 60px;border-style: none;bottom: 12px;left: 25px;margin: 5px 0 0 0;padding: 0px;right: 25px;background: #ffffff;border: 1px solid #f7f7f7;border-radius: 5px;"> <input type="text" id="fc-token" name="fc-token" placeholder="Copy verification code into here" style="width: 270px;height: 24px;border: 1px solid #f7f7f7;border-radius: 5px;padding: 10px;margin: 7px;resize: none;font-size: 11px;-webkit-font-smoothing: antialiased;color: #212121;background: #f7f7f7;text-align: center;"> </div> </noscript>
And :
- After:
- Code:
<div class="box-header">{L_ERROR_MSG}</div> {L_VALIDATION_EXPLAIN} <br /> <br />
- Add:
- Code:
<div class="g-recaptcha" data-sitekey="{HASH_RECAPTCHA_PUBLIC}"></div><br />
Version Mobile_Classique + AwesomeBB :In posting_confirm_code
- Remove:
- Code:
<div id="funcaptcha" data-pkey="{HASH_FUNCAPTCHA}"></div> <noscript> <iframe src="https://funcaptcha.com/fc/api/nojs/?pkey={HASH_FUNCAPTCHA}&language={USERLANG}" frameborder="0" scrolling="no" style="width: 308px; height:408px; border-style: none;"></iframe> <div style="width: 306px;height: 60px;border-style: none;bottom: 12px;left: 25px;margin: 5px 0 0 0;padding: 0px;right: 25px;background: #ffffff;border: 1px solid #f7f7f7;border-radius: 5px;"> <input type="text" id="fc-token" name="fc-token" placeholder="Copy verification code into here" style="width: 270px;height: 24px;border: 1px solid #f7f7f7;border-radius: 5px;padding: 10px;margin: 7px;resize: none;font-size: 11px;-webkit-font-smoothing: antialiased;color: #212121;background: #f7f7f7;text-align: center;"> </div> </noscript>
And :
- After:
- Code:
{L_VALIDATION_EXPLAIN} <br /> <br />
- Add:
- Code:
<div class="g-recaptcha" data-sitekey="{HASH_RECAPTCHA_PUBLIC}"></div><br />
Regards Forumotion Team
|