FreeCap (sr freecap)
Aus Wikizone
Version vom 23. Oktober 2006, 11:47 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
# Konfiguration Freecap plugin.tx_srfreecap.imageHeight = 90 plugin.tx_srfreecap.morphFactor = 0.2 plugin.tx_srfreecap.mergeWithBackground = 0 plugin.tx_srfreecap.textColor = 1 plugin.tx_srfreecap.backgroundType = Transparent
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###-->