Re: Question(s) Concerning Securing Pages From Bots?

2011-02-22 Thread Mike Ramirez
On Tuesday, February 22, 2011 10:03:41 pm Kenneth Gonsalves wrote: > On Tue, 2011-02-22 at 18:23 +, Cal Leeming [Simplicity Media Ltd] > > wrote: > > > +captcha>Not > > busting your balls but, please at least make an effort to

Re: Question(s) Concerning Securing Pages From Bots?

2011-02-22 Thread Kenneth Gonsalves
On Tue, 2011-02-22 at 18:23 +, Cal Leeming [Simplicity Media Ltd] wrote: > +captcha>Not > busting your balls but, please at least make an effort to look on > Google > before posting questions to the list. this is even better:

Re: Question(s) Concerning Securing Pages From Bots?

2011-02-22 Thread Kenneth Gonsalves
On Tue, 2011-02-22 at 10:09 -0800, hank23 wrote: > On some web pages the user is prompted to type in a series of randomly > generated characters which appear on the screen, in order to limit > access of those pages to real users instead of allowing bots to also > access them. Now my question is is

Re: Question(s) Concerning Securing Pages From Bots?

2011-02-22 Thread Casey S. Greene
The term that you are looking for is "captcha." If you google for: django captcha you will find a wealth of information. Hope this helps! Casey On 02/22/2011 01:09 PM, hank23 wrote: On some web pages the user is prompted to type in a series of randomly generated characters which appear on

Re: Question(s) Concerning Securing Pages From Bots?

2011-02-22 Thread Cal Leeming [Simplicity Media Ltd]
http://www.google.co.uk/search?sourceid=chrome=UTF-8=django+captcha Not busting your balls but, please at least make an effort to look on Google before posting questions to the list. On Tue, Feb 22, 2011 at 6:09 PM, hank23

Question(s) Concerning Securing Pages From Bots?

2011-02-22 Thread hank23
On some web pages the user is prompted to type in a series of randomly generated characters which appear on the screen, in order to limit access of those pages to real users instead of allowing bots to also access them. Now my question is is there a plug-in, sample code, or outright django