FreeCap (sr freecap)
Aus Wikizone
Version vom 23. Oktober 2006, 11:26 Uhr von 84.157.99.254 (Diskussion)
Fügt eine Sicherheitsabfrage in Formularen zu.Dabei muß der Zeichencode in einem zufällig generierten Bild abgetippt werden, bevor der Absende Button geklickt wird.
Konfiguration:
Einige nützliche Einstellungen
Constants
plugin.tx_srfreecap.imageHeight = 80
Setup
### Freecap plugin.tx_srfreecap_pi2._CSS_DEFAULT_STYLE >
HTML-Template
<!--###CAPTCHA_INSERT### this subpart is removed if CAPTCHA is not enabled! -->
<div>
<!--###ERROR_MSG_CAPTCHA### this subpart is removed if there was no errors! -->
<span class="fehler">###CAPTCHA_TRY_AGAIN###</span>
<!--###ERROR_MSG_CAPTCHA###-->
<div>###SR_FREECAP_NOTICE###</div>
<div>###SR_FREECAP_CANT_READ###</div>
<div>
<input type="text" id="tx_veguestbook_pi1_captcha_response" name="tx_veguestbook_pi1[captcha_response]" title="###SR_FREECAP_NOTICE###" value="">
</div>
<div>###SR_FREECAP_IMAGE###</div>
</div>
<!--###CAPTCHA_INSERT###-->