By winman1 on
hi all,
a guy replied and posted the same answer
18 time in a secund to a thread in my forum.
Is there any setting or module for anti flood?
I use drupal 4.7.3
Thank you very much.
hi all,
a guy replied and posted the same answer
18 time in a secund to a thread in my forum.
Is there any setting or module for anti flood?
I use drupal 4.7.3
Thank you very much.
Comments
no there is no setting. This
no there is no setting. This is becoming a common problem in my forum on drupal as well. users have a tendency to hit the submit button numerous times. After hitting submit maybe a stall screen needs to be implemented where a user isnt tempted to think that their submission isnt working.
submit_once
This thread talks about the problem of accidentally hitting the submit button multiple times and has a solution. However if someone's using a script to submit multiple times on purpose for a potential DoS attack, I'm not sure of the solution there.
Jason
What you need to do is
What you need to do is disable the button once it has been pressed one time.
j0k3z ..... HOW to disable
j0k3z ..... HOW to disable the submit button ... ?
Im not sure. Ive seen it
Im not sure. Ive seen it done before, check google for the code.
Im not much of a coder