- 0Réputation du message : 100% (4 votes)
par The Godfather Lun 8 Oct 2018 - 11:11
| FunCaptcha remplacé par Google reCAPTCHA | |
Chers utilisateurs,
Nous vous annonçons qu’afin de mieux protéger vos forums contre le spam, nous avons procédé au remplacement de FunCaptcha par Google reCAPTCHA dans nos services.
Plus performant et mieux adapté, reCAPTCHA utilise un moteur avancé d'analyse des risques et des CAPTCHA adaptatifs pour empêcher les logiciels automatisés de se livrer à des activités abusives sur vos forums. Cela, tout en laissant vos utilisateurs valides passer facilement.
| Les administrateurs ayant personnalisé le template posting_confirm_code doivent absolument prendre en considération les modifications ci-dessous pour que cette mise à jour soit appliqué sur le forum.
|
Version phpBB3 + modernBB + punBB : Dans posting_confirm_code
- Supprimer:
- 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>
Puis :
- Après:
- Code:
<p><strong>{L_VALIDATION}:</strong><br />{L_VALIDATION_EXPLAIN}</p> <p>
- Ajouter:
- Code:
<div class="g-recaptcha" data-sitekey="{HASH_RECAPTCHA_PUBLIC}"></div><br />
Version phpBB 2 : Dans posting_confirm_code
- Supprimer:
- 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>
Puis :
- Après:
- Code:
<span class="gensmall">{L_VALIDATION_EXPLAIN}</span></p> <p><span class="gen">
- Ajouter:
- Code:
<div class="g-recaptcha" data-sitekey="{HASH_RECAPTCHA_PUBLIC}"></div><br />
Version invision :Dans posting_confirm_code
- Supprimer:
- 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>
Puis :
- Après:
- Code:
<form method="post" action="{U_POSTING}" name="post"> <p>
- Ajouter:
- Code:
<div class="g-recaptcha" data-sitekey="{HASH_RECAPTCHA_PUBLIC}"></div><br />
Version Mobile_Moderne :Dans posting_confirm_code
- Supprimer:
- 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>
- Après:
- Code:
<div class="box-header">{L_ERROR_MSG}</div> {L_VALIDATION_EXPLAIN} <br /> <br />
- Ajouter:
- Code:
<div class="g-recaptcha" data-sitekey="{HASH_RECAPTCHA_PUBLIC}"></div><br />
Version Mobile_Classique + AwesomeBB :Dans posting_confirm_code
- Supprimer:
- 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>
Puis :
- Après:
- Code:
{L_VALIDATION_EXPLAIN} <br /> <br />
- Ajouter:
- Code:
<div class="g-recaptcha" data-sitekey="{HASH_RECAPTCHA_PUBLIC}"></div><br />
A très bientôt, L'équipe Forumactif
|