Login / Status
Go to:
typo3.com Home
TYPO3 Association Home
typo3.org Home
Certification
FLOW3
Bugtracker
Forge (Development Platform)
News
Buzz (TYPO3 Blogs)
Wiki
Mailing lists
TYPO3 Snippets
Search:
About
News
Community
Teams
Development
Extensions
Documentation
Download
Donate
Contact
Home
.
Documentation
.
Document Library
. Extension Manuals
Documentation
Document Library
Tutorials
Installation
Core Documentation
Extension Manuals
Wiki
API
Videos
Other resources
Mailing Lists
Sponsors
Extended Antispam Filter for ve_guestbook
Copyright © by
Federico Bernardin
<
federico@
no spam please
bernardin.it
>
Published under the Open Content License available from
http://www.opencontent.org/opl.shtml
Table Of Contents
1.
EXT: Extended Antispam Filter for Guestbook extension
1.1.
Extension Key: asfx
1.2.
Language: en
1.3.
Keywords: antispam filter, ve_guestbook
1.4.
Copyright 2007-2009, Federico Bernardin, <federico@bernardin.it>
1.5.
Extension Manuals
1.6.
This document is published under the Open Content License
1.7.
available from http://www.opencontent.org/opl.shtml
1.8.
Extension Manuals
1.9.
The content of this document is related to TYPO3
1.10.
- a GNU/GPL CMS/Framework available from www.typo3.org
1.11.
Introduction
What does it do?
Screenshots
1.12.
Users manual
The use of the extension is very easy. You can decide to enable the regular expresion control for a specific field of the form submitted by user, or you can enable a better anti spam robots. In the first case you can insert these lines of code in your typoscript:
In this example you defined the list (comma separated without spaces) of field to validate, for each field you have to define the regular expression to verify and you have to define the type of control. If you use “deny” the posted comment will be eliminate if the regular expression will be satisfied.
The regular expression have to be in the form /^(expression)/.
Extension Manuals
You can use the other method too.
The following example describes the right use:
With this feature the plugin inserts in the guestbook template an empty html hidden field. Normally the bots fill every HTML field, also the hidden. If this field contains some character after submitting the form, the plugin will eliminate the post because it was not submitted by a human user, but by a bots in an automatically way.
Extension Manuals
And it's all. As you can see the use of this plugin is very easy,
FAQ
1.13.
Administration
Extension Manuals
FAQ
1.14.
Configuration
Extension Manuals
FAQ
Reference
1.15.
Tutorial
1.16.
Known problems
I haven't found any problems till now.
1.17.
To-Do list
1.18.
ChangeLog
This document is related to version 0.0.4 of the extension xasf.