Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement captcha support #17

Open
fnagel opened this issue Sep 27, 2014 · 6 comments
Open

Implement captcha support #17

fnagel opened this issue Sep 27, 2014 · 6 comments
Labels
backlog feature help wanted t3blog Feature / bug of the original EXT:t3blog extension

Comments

@fnagel
Copy link
Owner

fnagel commented Sep 27, 2014

No description provided.

@fnagel fnagel added the t3blog Feature / bug of the original EXT:t3blog extension label Nov 11, 2014
@fnagel
Copy link
Owner Author

fnagel commented Jan 4, 2015

@criwe Some feedback regarding the real world capabilities of the current SPAM checks would be really useful!

@criwe
Copy link
Collaborator

criwe commented Jan 4, 2015

Well, spam is really an annoying problem. Simple captchas don´t work at all. Honymoon traps do a good job on small formulars, but not in big ones. Using JS to submit the formular worked fine, but got one case it doesn´t worked anymore....
Some methodes used in wt_spamshield are a good thing: 1.) time used to fill the formular (it to short -> spam) 2.) count links in the text (if more than x -> spam).
A "bad-word-list" would may be an idea (saw that here: pw_comments)
A good formvalidation (i.e. emailadress) is a good thing too.

Only a good combination of anti-spam-methods will work in the longterm. Maybe it would be better to use something like wt_spamshild instead of implementing theses things on your own?

@fnagel
Copy link
Owner Author

fnagel commented Jan 4, 2015

Perhaps you can share some experience with the current implementation as well? My blog runs t3extblog for quite some time and in my experience the SPAM checks seem working pretty good.

Currently we have:

  • Form validation
  • Honeypot check
  • Simple checkbox
  • Cookie check
  • Useragent check

There is a integration of EXT:sfpantispam (the old, t3blog related regex / blacklist extension) but this extension is not compatible with latest TYPO3 versions. We could replace this with a similar but maintained extension.

@criwe
Copy link
Collaborator

criwe commented Jan 4, 2015

The current checks are working well atm. Spam was allways marked as spam. It think the methods are adequate for now. But we should keep other options in mind, if spamers getting more irritating.

@fnagel
Copy link
Owner Author

fnagel commented May 26, 2016

This seems currently the best captcha solution for 6.2 and 7.x: https://typo3.org/extensions/repository/view/jh_captcha/

@fnagel
Copy link
Owner Author

fnagel commented Nov 13, 2019

Related to #133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog feature help wanted t3blog Feature / bug of the original EXT:t3blog extension
Projects
None yet
Development

No branches or pull requests

2 participants