-
I try to check spam from a signup form trough API. I'm using the Cleantalk\CleantalkAntispam library.
I'm calling the API with this method:
$_SESSION = array();
$_SESSION['ct_submit_t…
-
We are using a core string to detect languages with different word counts (like asian langauges) in:
https://github.com/pluginkollektiv/antispam-bee/blob/b21d41fb83a89c32d42b8c210b980b264063b5b1/an…
-
The registration form need an antispam check,
I suggest recaptcha by Google, or a simple honeypot technique.
-
Hello,
Just heard about this project from a [tweet](https://twitter.com/Dinosn/status/1410581892164956165) by [Nicolas Crassas](https://twitter.com/Dinosn). As I understand it, it does more or les…
-
Hello,
first off, I love this plugin! Super easy to set up, and makes really nice galleries. The only problem I have so far is that it clashes with my [Antispam plugin](https://github.com/skinofthe…
-
Logic in `LogRequests` method https://github.com/Geta/404handler/blob/6b0c6a09db559c47f4353585c7f8bbd975925091/src/Core/Logging/RequestLogger.cs#L42 looks really strange to me.
In current state it …
-
Research needed to get a list of the most popular ones.
-
Hello,
@JohntheFish, @mnakalay and I have started a small discussion in a PRB thread according to the topic Antispam Library + Captcha. We decided to source the discussion out to GitHub.
Here a…
-
### Aktuelles Verhalten
Es wird ein Mail von einer privaten Mailadresse an eine Abo-Mailingliste versandt. Nach erfolgreichem Versand (Überprüft auf der Hitobito) kommen viele Mails zurück mit dem …
-
If you want to simply add a check on other custom forms you can add another event listener in the main file 'CraftAntispam.php' function registerEvents()
`
Event::on(
Entry::class,
…