Spam Hurdles Module (CAPTCHA's and other anti-spam tools)
Posted by Maurice Makaay
Re: Spam Hurdles Module (CAPTCHA's and other anti-spam tools) March 08, 2007 09:33AM |
Registered: 18 years ago Posts: 340 |
Re: Spam Hurdles Module (CAPTCHA's and other anti-spam tools) March 08, 2007 02:49PM |
Registered: 17 years ago Posts: 110 |
Mourice... any luck moving the captcha stuff into the database?
I tend to run my servers in pairs, with mysql master-master replication and the filesystems aren't clustered, so they get synced every few minutes. With the captcha stuff on disk, if somoenes browser decides to send them to the second server (round-robin DNS) to submit the login and the first one created the captcha then it doesn't work as well as one might hope :P
I tend to run my servers in pairs, with mysql master-master replication and the filesystems aren't clustered, so they get synced every few minutes. With the captcha stuff on disk, if somoenes browser decides to send them to the second server (round-robin DNS) to submit the login and the first one created the captcha then it doesn't work as well as one might hope :P
Re: Spam Hurdles Module (CAPTCHA's and other anti-spam tools) March 08, 2007 03:38PM |
Registered: 22 years ago Posts: 1,076 |
Re: Spam Hurdles Module (CAPTCHA's and other anti-spam tools) March 08, 2007 03:56PM |
Registered: 17 years ago Posts: 110 |
March 08, 2007 04:17PM |
Admin Registered: 19 years ago Posts: 8,532 |
The jury will disregard your remarks.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
Maurice Makaay
Phorum Development Team



Re: Spam Hurdles Module (CAPTCHA's and other anti-spam tools) March 25, 2007 12:25PM |
Registered: 16 years ago Posts: 25 |
I'm having trouble with (at least) one of my users getting any message he tries to post marked as spam. Spam Hurdles is the only spam module I have installed, so I'm wondering if it's causing this, but I just don't know. Here are my SH settings:
What action has to be taken when blocking a message? Fully block and show an error
Block message forms that are submitted multiple times Enable for all users
Block message forms that are submitted too quickly Enable for all users
Check if an HTML commented form field is submitted Enable for all users
Let the browser sign the message using JavaScript Enable for anonymous users
I realize this isn't much to go on, but does anyone have any ideas?
----------------
[lalitree.com]
What action has to be taken when blocking a message? Fully block and show an error
Block message forms that are submitted multiple times Enable for all users
Block message forms that are submitted too quickly Enable for all users
Check if an HTML commented form field is submitted Enable for all users
Let the browser sign the message using JavaScript Enable for anonymous users
I realize this isn't much to go on, but does anyone have any ideas?
----------------
[lalitree.com]
March 25, 2007 12:34PM |
Admin Registered: 19 years ago Posts: 8,532 |
Does the user have javascript disabled? In that case, the javascript signing check will not work. Disable that check and see if the user can post.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
Maurice Makaay
Phorum Development Team



Re: Spam Hurdles Module (CAPTCHA's and other anti-spam tools) March 25, 2007 07:47PM |
Registered: 16 years ago Posts: 25 |
Nope, the user does not have Javascript disabled. In fact, it's going to be hard to diagnose because he says it only happens maybe every other time he tries to post, and it doesn't seem to be related to anything like content or length of the message.
----------------
[lalitree.com]
----------------
[lalitree.com]
March 26, 2007 03:07AM |
Admin Registered: 19 years ago Posts: 8,532 |
Maybe a post button double clicker? There are people who double click anything on the computer, which will have the message form posted twice to the server. The second post will be seen as spam.
The only way to diagnose, would be by disabling options one by one, until the user has no more problems. Then you found the check that hits te user. After that we can try to find out why it is happening.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
The only way to diagnose, would be by disabling options one by one, until the user has no more problems. Then you found the check that hits te user. After that we can try to find out why it is happening.
Maurice Makaay
Phorum Development Team



August 30, 2007 09:49AM |
Registered: 20 years ago Posts: 687 |
I've just checked my Phorum DB and the phorum_spamhurdles table had 14MB of overhead (i.e. wasted space). An OPTIMISE sorted that out, but it might be worth noting in the Readme for this module that such maintenance may be required.
(I've never understood why MySQL isn't clever enough to optimise its own tables, but there you go...)
/\dam
--
My notable Phorum sites:
Movie Deaths Database - "review comments" system mostly powered by Phorum
Learn Chinese! - integrated forum quiz
(I've never understood why MySQL isn't clever enough to optimise its own tables, but there you go...)
/\dam
--
My notable Phorum sites:
Movie Deaths Database - "review comments" system mostly powered by Phorum
Learn Chinese! - integrated forum quiz

Sorry, only registered users may post in this forum.