On Mon, May 12, 2008 at 9:45 PM, bPn <[EMAIL PROTECTED]> wrote: > > sorry to interrupt > so there is no other means than captcha to control over the data being > inserted to database? >
No, .....without compromising usability! :( But you could do several things like - Expiring the generated captcha in (say) 45 seconds. - Check http referer page be your own site for the post requst to happen. - Maybe, only allow 1 post request per minute per IP/session. (Checking IP could be problematic for users behind NAT) - Only members can post data, put post request of new member under moderation. thanks, -bipin --~--~---------~--~----~------------~-------~--~----~ FOSS Nepal mailing list: [email protected] http://groups.google.com/group/foss-nepal To unsubscribe, e-mail: [EMAIL PROTECTED] Community website: http://www.fossnepal.org/ -~----------~----~----~----~------~----~------~--~---
