Forum Moderators: coopster

Message Too Old, No Replies

Flood protection

         

kkonline

9:39 am on Sep 9, 2007 (gmt 0)

10+ Year Member



I have a form which send data in the db, I am using a text number as verification, also i am using a flood protection script i got on net, it logs ip and the time in db; and then works.

IP addresses are easiest to spoof using simple techniques..

Now if user presses the back button on browser the text number (captcha) remains same and can submit the form again after 10 secs. period of flooding. How to prevent?

I read the dc's post on [webmasterworld.com...]
I just got one thing; make a session on the form page with current value and compare it on the processing page. But how does it work?

zhingma12

10:51 am on Sep 9, 2007 (gmt 0)

10+ Year Member



db?
www.php.net

[edited by: jatar_k at 12:33 pm (utc) on Sep. 9, 2007]

kkonline

3:17 pm on Sep 9, 2007 (gmt 0)

10+ Year Member



db is database in the above post...