If you developing bot setup testing environment for it first, don't test it in live environment.

mainceaft

Senior Member
Joined
Apr 10, 2013
Messages
881
Reaction score
184
Hi, all couple days ago I started project to post replies on VB forums starting from scrip I found here ,
I found it chance to finish old script I was working on, for automation post on Web-forums, after I test it in some forums, the script were fail to login and send post,
It toke from me days to figure out why, and at the end I decide to remove all it code and rewrite it again .
Anyway I decided to experiment with Vbulletin and running it in localhost and my script worked great and I was able to debug it even more.
You can do same thing against WP script and test it against other security plugin it had (which blocks bots)
Finally if you want test script that you can't access to, you first look into it source code with development tools and copy the whole send form , with it potential JS file
upload it to local host make the action even sent to e.g php scrip to inform you if you sent the value from your bit correctly
 
Back
Top