Giter Site home page Giter Site logo

Implement captcha support about t3extblog HOT 6 OPEN

fnagel avatar fnagel commented on June 14, 2024
Implement captcha support

from t3extblog.

Comments (6)

fnagel avatar fnagel commented on June 14, 2024

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

from t3extblog.

criwe avatar criwe commented on June 14, 2024

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?

from t3extblog.

fnagel avatar fnagel commented on June 14, 2024

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.

from t3extblog.

criwe avatar criwe commented on June 14, 2024

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.

from t3extblog.

fnagel avatar fnagel commented on June 14, 2024

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

from t3extblog.

fnagel avatar fnagel commented on June 14, 2024

Related to #133

from t3extblog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.