[spam-stopper] Bug

Andy Skelton skeltoac at gmail.com
Wed Sep 21 21:04:47 UTC 2005


Er, wp_comments

/me blushes

On 9/21/05, Andy Skelton <skeltoac at gmail.com> wrote:
> Here's something you can do for fun (or to test the plugin, if you're
> going to be that way):
>
> select comment_date, comment_approved, comment_author,
> left(comment_content, 25) as comment_snippet from skeltoac_comments
> order by comment_date desc limit 10;
>
> I've been checking that every couple of hours and it's very nice to
> see the results. :-)
>
> Andy
>
> On 9/21/05, Daniel <dmoola at gmail.com> wrote:
> > I made this change earlier as well.  I was getting spam all the way up until
> > that point and now there hasn't been a peep.
> >
> > Hizzah!
> >
> > Daniel
> >
> >
> > On 9/21/05, Andy Skelton <skeltoac at gmail.com> wrote:
> > >
> > > I made the change on my own site this morning and the plugin has
> > > properly marked all spam since that time. To apply the change, open
> > > the plugin file and change line 46
> > >
> > > from:
> > >                if ( 'true' == $response )
> > >
> > > to:
> > >                if ( 'true' == $response[1] )
> > >
> > > and save the file. That is all.
> > >
> > > Andy
> > >
> > > On 9/21/05, Matthew Mullenweg < m at mullenweg.com> wrote:
> > > > Andy Skelton wrote:
> > > > > An array will never be equal to 'true'. Try testing $response[1].
> > > >
> > > > That's what I did on my site last night and it started working again.
> > > >
> > > > While I'm hesitant to push it out as a new update is that there seems to
> > > > be something weird going on, the old way did work for a while, though I
> > > > have no idea why.
> > > >
> > > > If you've been getting a lot of spam change that line to $response[1] as
> > > > Andy suggests above.
> > > >
> > > > --
> > > > Matt Mullenweg
> > > >   http://photomatt.net | http://wordpress.org
> > > > http://pingomatic.com | http://cnet.com
> > > > _______________________________________________
> > > > spam-stopper mailing list
> > > > spam-stopper at lists.automattic.com
> > > >
> > http://lists.automattic.com/mailman/listinfo/spam-stopper
> > > >
> > > _______________________________________________
> > > spam-stopper mailing list
> > > spam-stopper at lists.automattic.com
> > > http://lists.automattic.com/mailman/listinfo/spam-stopper
> > >
> >
> >
> > _______________________________________________
> > spam-stopper mailing list
> > spam-stopper at lists.automattic.com
> > http://lists.automattic.com/mailman/listinfo/spam-stopper
> >
> >
> >
>



More information about the spam-stopper mailing list