|
List Info
Thread: Add a captcha to the user notes?
|
|
| Add a captcha to the user notes? |

|
2007-03-29 21:53:11 |
Perhaps we should add captchas to the user comments form?
http://pear.php.net/manual/e
n/package.html.html-quickform.html-quickform.addrule.php
--
David Sanders
shangxiao
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
| Re: Add a captcha to the user notes? |

|
2007-03-29 23:00:10 |
On 3/29/07, David Sanders <dsanders baselinesolutions.com.au> wrote:
>
>
> Perhaps we should add captchas to the user comments
form?
>
> http://pear.php.net/manual/e
n/package.html.html-quickform.html-quickform.addrule.php
>
There is a CAPTCHA. Either it's not working or these people
are
posting manually.
--
Justin Patrin
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
| Re: Add a captcha to the user notes? |

|
2007-03-29 23:23:55 |
Ah yes sorry you're right, I was logged in... *slaps self*
But I don't suppose someone has written a tool to detect
whether it's a QF
captcha and parse the "Solve this" ?
Justin Patrin wrote:
> On 3/29/07, David Sanders <dsanders baselinesolutions.com.au> wrote:
>
> There is a CAPTCHA. Either it's not working or these
people are
> posting manually.
>
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
| Re: Add a captcha to the user notes? |

|
2007-03-30 07:44:07 |
Yes I will implement the image captcha this weekend.
On 3/30/07, David Sanders <dsanders baselinesolutions.com.au> wrote:
> Ah yes sorry you're right, I was logged in... *slaps
self*
>
> But I don't suppose someone has written a tool to
detect whether it's a QF
> captcha and parse the "Solve this" ?
>
>
> Justin Patrin wrote:
> > On 3/29/07, David Sanders <dsanders baselinesolutions.com.au> wrote:
> >
> > There is a CAPTCHA. Either it's not working or
these people are
> > posting manually.
> >
>
> --
> PEAR Development Mailing List (http://pear.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub
.php
>
>
--
David Coallier,
Founder & Software Architect,
Agora Production (http://agoraproduction.com
)
51.42.06.70.18
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
| Re: Add a captcha to the user notes? |

|
2007-03-30 14:48:31 |
David Coallier wrote:
> Yes I will implement the image captcha this weekend.
>
> On 3/30/07, David Sanders <dsanders baselinesolutions.com.au> wrote:
>> Ah yes sorry you're right, I was logged in...
*slaps self*
>>
>> But I don't suppose someone has written a tool to
detect whether it's
>> a QF
>> captcha and parse the "Solve this" ?
Hi,
I'd rather hold off on image CAPTCHA. Image CAPTCHA is not
visually-impaired friendly and yes, we *have* had users
remark that they
are visually impaired. Remember, only approved notes are
displayed to
the world. We can just delete the spam. If the volume
becomes
prohibitive, then we can require an account and do the same
email
verification that is done for bug tracker.
Greg
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
| Re: Add a captcha to the user notes? |

|
2007-03-30 15:09:48 |
On 3/30/07, Greg Beaver <cellog php.net> wrote:
> David Coallier wrote:
> > Yes I will implement the image captcha this
weekend.
> >
> > On 3/30/07, David Sanders <dsanders baselinesolutions.com.au> wrote:
> >> Ah yes sorry you're right, I was logged in...
*slaps self*
> >>
> >> But I don't suppose someone has written a tool
to detect whether it's
> >> a QF
> >> captcha and parse the "Solve this"
?
>
> Hi,
>
> I'd rather hold off on image CAPTCHA. Image CAPTCHA is
not
> visually-impaired friendly and yes, we *have* had users
remark that they
> are visually impaired. Remember, only approved notes
are displayed to
> the world. We can just delete the spam. If the volume
becomes
> prohibitive, then we can require an account and do the
same email
> verification that is done for bug tracker.
>
It's also possible to add some spam filtering....perhaps
linked to the
same lists as the trackbacks (if trackbacks are actually
filtering...).
--
Justin Patrin
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
| Re: Add a captcha to the user notes? |

|
2007-03-30 16:22:27 |
Perhaps we could at least implement bayes on this.
On 3/30/07, Justin Patrin <papercrane gmail.com> wrote:
> On 3/30/07, Greg Beaver <cellog php.net> wrote:
> > David Coallier wrote:
> > > Yes I will implement the image captcha this
weekend.
> > >
> > > On 3/30/07, David Sanders <dsanders baselinesolutions.com.au> wrote:
> > >> Ah yes sorry you're right, I was logged
in... *slaps self*
> > >>
> > >> But I don't suppose someone has written a
tool to detect whether it's
> > >> a QF
> > >> captcha and parse the "Solve
this" ?
> >
> > Hi,
> >
> > I'd rather hold off on image CAPTCHA. Image
CAPTCHA is not
> > visually-impaired friendly and yes, we *have* had
users remark that they
> > are visually impaired. Remember, only approved
notes are displayed to
> > the world. We can just delete the spam. If the
volume becomes
> > prohibitive, then we can require an account and do
the same email
> > verification that is done for bug tracker.
> >
>
> It's also possible to add some spam
filtering....perhaps linked to the
> same lists as the trackbacks (if trackbacks are
actually
> filtering...).
>
> --
> Justin Patrin
>
--
David Coallier,
Founder & Software Architect,
Agora Production (http://agoraproduction.com
)
51.42.06.70.18
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
| Re: Add a captcha to the user notes? |

|
2007-03-30 16:23:17 |
Perhaps we could simply implement bayes on this at least.
> On 3/30/07, Justin Patrin <papercrane gmail.com> wrote:
> > On 3/30/07, Greg Beaver <cellog php.net> wrote:
> > > David Coallier wrote:
> > > > Yes I will implement the image captcha
this weekend.
> > > >
> > > > On 3/30/07, David Sanders
<dsanders baselinesolutions.com.au> wrote:
> > > >> Ah yes sorry you're right, I was
logged in... *slaps self*
> > > >>
> > > >> But I don't suppose someone has
written a tool to detect whether it's
> > > >> a QF
> > > >> captcha and parse the "Solve
this" ?
> > >
> > > Hi,
> > >
> > > I'd rather hold off on image CAPTCHA. Image
CAPTCHA is not
> > > visually-impaired friendly and yes, we *have*
had users remark that they
> > > are visually impaired. Remember, only
approved notes are displayed to
> > > the world. We can just delete the spam. If
the volume becomes
> > > prohibitive, then we can require an account
and do the same email
> > > verification that is done for bug tracker.
> > >
> >
> > It's also possible to add some spam
filtering....perhaps linked to the
> > same lists as the trackbacks (if trackbacks are
actually
> > filtering...).
> >
> > --
> > Justin Patrin
> >
>
>
> --
> David Coallier,
> Founder & Software Architect,
> Agora Production (http://agoraproduction.com
)
> 51.42.06.70.18
>
--
David Coallier,
Founder & Software Architect,
Agora Production (http://agoraproduction.com
)
51.42.06.70.18
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|
|
[1-8]
|
|