FreeCap (sr freecap): Unterschied zwischen den Versionen

Aus Wikizone
Wechseln zu: Navigation, Suche
 
Zeile 36: Zeile 36:
 
</nowiki>
 
</nowiki>
 
</pre>
 
</pre>
 +
 +
Hinweise:
 +
 +
Funktioniert z.B. mit
 +
Typo 3.8.1
 +
freecap 0.2.3
 +
Gästebuch 1.12

Aktuelle Version vom 23. Oktober 2006, 11:48 Uhr

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###-->

Hinweise:

Funktioniert z.B. mit Typo 3.8.1 freecap 0.2.3 Gästebuch 1.12