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

[PHP] appreciation

2012-10-11 Thread David McGlone
Dear everybody :-) I wanted to thank everyone for helping me out on the stuff that I had been trying to do in the last couple weeks. I know I was unorganized, confused, flustered and burnt out. But after all the feedback, and getting a swift kick in the arse from Jim and Govinda telling me not

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

[PHP] Beneficial site spamming framework

2012-10-11 Thread Paul M Foster
Folks: 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-out" on a site? Something where you could

[PHP] Re: cURL issues posting to an end point

2012-10-11 Thread Ian
On 04/10/2012 15:54, Bastien Koert wrote: > Hi All, > > I have a page that receives third party data into my app, xml data via > https post. This works fine and I receive the data as expected. The > issue I am facing is around posting XML data back as a synchronous > response to the post I receive