Re: [PHP] Beneficial site spamming framework

2012-10-15 Thread Ashley Sheridan
Daniel Brown wrote: >On Sat, Oct 13, 2012 at 5:10 PM, Ashley Sheridan > wrote: >> >> It was only your replies coming through so often, so I doubt its my >end. Also, the newsgroup is the same thing as the mailing list I >believe, in this instance. > >Hmm I only got each reply once as wel

Re: [PHP] Beneficial site spamming framework

2012-10-15 Thread Daniel Brown
On Sat, Oct 13, 2012 at 5:10 PM, Ashley Sheridan wrote: > > It was only your replies coming through so often, so I doubt its my end. > Also, the newsgroup is the same thing as the mailing list I believe, in this > instance. Hmm I only got each reply once as well, so I'm not entirely con

Re: [PHP] Beneficial site spamming framework

2012-10-13 Thread Ashley Sheridan
Maciek Sokolewicz wrote: >On 13-10-2012 09:24, Ashley Sheridan wrote: >> I think it might be an issue with your email client/server, as this >one >> just came through 3 times too! >> > >That is very odd, because it only shows up once in the newsgroup, only >once in my own mailclient (Thunderbir

Re: [PHP] Beneficial site spamming framework

2012-10-13 Thread Maciek Sokolewicz
On 13-10-2012 09:24, Ashley Sheridan wrote: I think it might be an issue with your email client/server, as this one just came through 3 times too! That is very odd, because it only shows up once in the newsgroup, only once in my own mailclient (Thunderbird) and only once in the archives of m

Re: [PHP] Beneficial site spamming framework

2012-10-13 Thread Ashley Sheridan
On Sat, 2012-10-13 at 08:57 +0200, Maciek Sokolewicz wrote: > On 13-10-2012 01:55, Ashley Sheridan wrote: > > On Fri, 2012-10-12 at 01:59 +0200, Maciek Sokolewicz wrote: > > > >> On 11-10-2012 22:18, Ashley Sheridan wrote: > > I've been getting spam comments on my personal blog (runs on >

Re: [PHP] Beneficial site spamming framework

2012-10-12 Thread Maciek Sokolewicz
On 13-10-2012 01:55, Ashley Sheridan wrote: On Fri, 2012-10-12 at 01:59 +0200, Maciek Sokolewicz wrote: On 11-10-2012 22:18, Ashley Sheridan wrote: I've been getting spam comments on my personal blog (runs on self-written PHP blog software). I'd like to test some methods I've devised to preven

Re: [PHP] Beneficial site spamming framework

2012-10-12 Thread Ashley Sheridan
On Fri, 2012-10-12 at 01:59 +0200, Maciek Sokolewicz wrote: > On 11-10-2012 22:18, Ashley Sheridan wrote: > >>> I've been getting spam comments on my personal blog (runs on > >>> self-written PHP blog software). I'd like to test some methods I've > >>> devised to prevent or block it. Does anyone k

Re: [PHP] Beneficial site spamming framework

2012-10-11 Thread tamouse mailing lists
On Thu, Oct 11, 2012 at 6:59 PM, Maciek Sokolewicz wrote: > On 11-10-2012 22:18, Ashley Sheridan wrote: I've been getting spam comments on my personal blog (runs on self-written PHP blog software). I'd like to test some methods I've devised to prevent or block it. Does anyone k

Re: [PHP] Beneficial site spamming framework

2012-10-11 Thread Maciek Sokolewicz
On 11-10-2012 22:18, Ashley Sheridan wrote: I've been getting spam comments on my personal blog (runs on self-written PHP blog software). I'd like to test some methods I've devised to prevent or block it. Does anyone know of a very lightweight framework for simulating an automated "form fill-ou

Re: [PHP] Beneficial site spamming framework

2012-10-11 Thread Ashley Sheridan
Joshua Kehn wrote: >while true; do curl -X POST --data "field=value&field1=value1" >http://myblog.com/comment.php; done > >Best, > >–Josh > >Joshua Kehn | @joshkehn >http://joshuakehn.com > >On Oct 11, 2012, at 4:07 PM, Paul M Foster >wrote: > >> Folks: >> >

Re: [PHP] Beneficial site spamming framework

2012-10-11 Thread Joshua Kehn
while true; do curl -X POST --data "field=value&field1=value1" http://myblog.com/comment.php; done Best, –Josh Joshua Kehn | @joshkehn http://joshuakehn.com On Oct 11, 2012, at 4:07 PM, Paul M Foster wrote: > Folks: > > I've been getting spam comments on