Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1486 2015-03-16 22:12:52

tye
Member
From: Pottsville, NSW
Registered: 2005-07-06
Posts: 859
Website

Re: zem_contact_reborn 4.0.3.20

How about a honeypot feature…. on other CMS systems I’ve found this to be the most effective by far….

Offline

#1487 2015-03-17 17:55:56

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 12,485
Website GitHub

Re: zem_contact_reborn 4.0.3.20

tye wrote #289126:

How about a honeypot feature….

The companion plugin pap_contact_cleaner does that… sort of. It adds fake inputs which are hidden to humans. Since bots are greedy, if the hidden fields contain anything, the message can be discarded.

But going forward, if anyone wanted to build a different type of honypot module to run alongside ZCR, that’d be ace. The core plugin is going to stick to being a platform for building relationships with customers I think. Bells and whistles such as this can then be built on the scaffolding.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Hire Txp Builders – finely-crafted code, design and Txp

Offline

#1488 2015-03-17 18:05:32

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,389
Website GitHub Mastodon Twitter

Re: zem_contact_reborn 4.0.3.20

I’m still trying to figure out if they are bots or humans. I received another 2 emails (and postmaster registrations) since my last post here.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#1489 2015-03-17 22:07:07

tye
Member
From: Pottsville, NSW
Registered: 2005-07-06
Posts: 859
Website

Re: zem_contact_reborn 4.0.3.20

pap_contact_cleaner – yeah it stopped working for me… maybe if I take a look at the code I could try change it so that the hidden field name is customisable …. or I could break the internet :)

Offline

#1490 2015-04-26 12:49:22

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,389
Website GitHub Mastodon Twitter

Re: zem_contact_reborn 4.0.3.20

Does the version for 4.5.x work with the zem_contact_lang we already have or because of the textpack we do not need that any more?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#1491 2015-05-02 06:03:55

candyman
Member
From: Italy
Registered: 2006-08-08
Posts: 684

Re: zem_contact_reborn 4.0.3.20

Hello everybody.
I need something like that for my site.

How can I add to my zem_contact module a checkbox to make the users accept all the legal stuff?

And then, can you tell me if must I store all the cookies to prove that the users have read all the docs?

This things are drivin’ me crazy :(

Offline

#1492 2015-05-02 13:02:44

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,316

Re: zem_contact_reborn 4.0.3.20

candyman wrote #290352:

And then, can you tell me if must I store all the cookies to prove that the users have read all the docs?

I don’t know what lawyers force you to do in your/your client’s part of the world. In Germany you are obliged to store your business emails for x years. In the emails that zcr forms send out there’s also a line printed for the legal stuff checkbox (something like “Legal stuff: Yes”). You make the checkbox mandatory with required="1" and only those who ticked it will be able to submit the form: <txp:zem_contact_checkbox label="Legal stuff accepted" required="1" /> Is that what you wanted to know?


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#1493 2015-05-02 18:31:16

candyman
Member
From: Italy
Registered: 2006-08-08
Posts: 684

Re: zem_contact_reborn 4.0.3.20

Yes, exactly.

Offline

#1494 2015-05-02 20:06:54

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 12,485
Website GitHub

Re: zem_contact_reborn 4.0.3.20

colak wrote #289147:

Does the version for 4.5.x work with the zem_contact_lang we already have

No, it does not. Disable it if using v4.5.0.0. Just copy out the strings that zem_contact_lang uses for your language, and stick them in a Textpack. You can copy the English one from the plugin .php file itself and just change the language designator and translation strings. Send the Textpack to me and I’ll include it in the plugin.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Hire Txp Builders – finely-crafted code, design and Txp

Offline

#1495 2015-05-06 10:53:44

Gallex
Member
Registered: 2006-10-08
Posts: 1,331

Re: zem_contact_reborn 4.0.3.20

client wants an extra field for spammers protection, so called “safety question”. is this possible with this plugin?
or how you suggest to solve it?

Offline

#1496 2015-05-06 11:29:34

candyman
Member
From: Italy
Registered: 2006-08-08
Posts: 684

Re: zem_contact_reborn 4.0.3.20

Maybe reCAPTCHA?

There is also a textpattern plugin for reCHAPTCHA (older version).

Last edited by candyman (2015-05-06 11:35:29)

Offline

#1497 2015-05-06 11:59:52

Gallex
Member
Registered: 2006-10-08
Posts: 1,331

Re: zem_contact_reborn 4.0.3.20

if i just put checkbox <txp:zem_contact_checkbox label="i'm not a robot" required="1" />

could this help against robots, what you thnk?

Offline

#1498 2015-05-06 12:15:14

gomedia
Plugin Author
Registered: 2008-06-01
Posts: 1,373

Re: zem_contact_reborn 4.0.3.20

Assuming spammers want to send links, you could use use adi_contact to block them.

Offline

#1499 2015-05-06 12:44:45

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: zem_contact_reborn 4.0.3.20

@Gallex, you can also try the pap_contact_cleaner plugin.

Offline

#1500 2015-05-06 13:08:01

Gallex
Member
Registered: 2006-10-08
Posts: 1,331

Re: zem_contact_reborn 4.0.3.20

gomedia wrote #290506:

Assuming spammers want to send links, you could use use adi_contact to block them.

could i create so called “safety question” with this plugin?
if answer wrong, no submittng.

Offline

Board footer

Powered by FluxBB