Thanks for the notice, yes I will be cleaning the site db soon.
About the deathbycaptcha profile upload, how do you recommend using the api link you gave? I didnt find any examples. The current solution by sharemacro works great for me. I plan on adding a custom variable for the wait time for captcha resolution.
I will also be improving the free manual submission interface here to get more users on board.
here is recaptcha code I use
ONDOWNLOAD FOLDER=C:\ FILE=image.jpg WAIT=YES
TAG POS=1 TYPE=IMG ATTR=SRC:*recaptcha* CONTENT=EVENT:SAVEITEM
tab open
tab t=2
URL GOTO=http://api.deathbycaptcha.com/decaptcher?function=picture2&print_format=...
TAG POS=1 TYPE=INPUT ATTR=NAME:username CONTENT=username
TAG POS=1 TYPE=INPUT ATTR=NAME:password CONTENT=password
TAG POS=1 TYPE=INPUT ATTR=NAME:pict CONTENT=c:\image.jpg
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=VALUE:Send
wait seconds=5
TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT
Thanks, this api is superfast, much faster than the deathbycaptcha form. Just replaced this with the current form submission. Gave you a year of free usage. :)
3 Comments
Thanks for the notice, yes I
Submitted by George
on
Thanks for the notice, yes I will be cleaning the site db soon.
About the deathbycaptcha profile upload, how do you recommend using the api link you gave? I didnt find any examples. The current solution by sharemacro works great for me. I plan on adding a custom variable for the wait time for captcha resolution.
I will also be improving the free manual submission interface here to get more users on board.
here is recaptcha code I
Submitted by bestmacros on
here is recaptcha code I use
ONDOWNLOAD FOLDER=C:\ FILE=image.jpg WAIT=YES
TAG POS=1 TYPE=IMG ATTR=SRC:*recaptcha* CONTENT=EVENT:SAVEITEM
tab open
tab t=2
URL GOTO=http://api.deathbycaptcha.com/decaptcher?function=picture2&print_format=...
TAG POS=1 TYPE=INPUT ATTR=NAME:username CONTENT=username
TAG POS=1 TYPE=INPUT ATTR=NAME:password CONTENT=password
TAG POS=1 TYPE=INPUT ATTR=NAME:pict CONTENT=c:\image.jpg
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=VALUE:Send
wait seconds=5
TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT
See great collection of best imacros scripts for Firefox at http://www.bestmacros.com
Thanks, this api is
Submitted by George
on
Thanks, this api is superfast, much faster than the deathbycaptcha form. Just replaced this with the current form submission. Gave you a year of free usage. :)