When using Captcha Sniper with SEO Link Robot Pro,checking decaptcha balance, it shows what it should $7.77 but far as SEO Link Robot I don't think it's working or is there a module in SLR it works best with?
<Beginning of your iMacro Script>
'insert this code whenever you can see the capcha image within your own macro code
'this will delete any existing captcha image otherwise imacros will have errors
FILEDELETE NAME=c:\ captcha.jpg
'define where we want to download the captcha image
ONDOWNLOAD FOLDER=c:\ FILE=captcha.jpg
'this downloads the captcha image - this line below will be specific to the form you are writing your macro for.
TAG POS=1 TYPE=IMG FORM=ID:pgbSaveForm ATTR=HREF:"*asimg*" CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT
'this opens a new tab to submit the image to Captcha Sniper and loads the file that came with your download
URL GOTO=file:///C:/captchasnipertest.html
?this selects the captcha image we just saved so that we can send it to Captcha Sniper
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://poster.decaptcher.com/ ATTR=NAME:pict CONTENT=C:\captcha.jpg
?this sends the captcha image to Captcha Sniper
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://poster.decaptcher.com/ ATTR=VALUE:Send
?this extracts the answer from Captcha Sniper and saves it into a variable !VAR1
SET !EXTRACT_TEST_POPUP NO
TAG POS=1 TYPE=BODY ATTR=TXT:* EXTRACT=TXT
SET !VAR1 EVAL("var s=\"{{!EXTRACT}}\"; l=s.lastIndexOf(\"|\");s=s.substr(l+1);")
?close the tab
TAB CLOSE
?set the captcha image text box to the answer from Captcha Sniper. Again, parts of the line below will be specific to the form you are writing your macro for.
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:fpg_form ATTR=NAME:fpg_antispam CONTENT={{!VAR1}}
<Remaining of your iMacro Script>
Please check if Captcha Sniper is receiving requests. If it shows a balance of 7.77 it should work because that means that the tools are communicating.
Is this common CS behavior with all tools? I used it with Backlink Brigand this weekend and I'm pretty sure I didn't see a 7.77 balance. But CS definitely did captchas.
It doesn't show a balance of 7.77 with all tools, but that doesn't mean it doesn't work. If it receives captcha requests while running then it means it is working.
QUICK UPDATE:
Vince just updated Article Marketing Robot to version 1.1.0.5 and we are happy to announce that we have direct integration![]()
there is no discount for bhw members. this is the same price that you have it selling on warrior forum, just checked.
No I get that. I could see it doing captchas. I just wanted to know if BB was supposed to show the 7.77 balance as SEOLinkRobot does.
Does CS slow down if I check all the platforms but only a couple are needed? Does it affect accuracy?
there is no discount for bhw members. this is the same price that you have it selling on warrior forum, just checked.
I am looking for captcha sniper when BMD will be integrated.
If you check all platforms, what can happen is that Capctahs sniper will return a wrong answer. Captcha Sniper algo works also based on image size. So if 2 different captcha types are received but with the same size it can result in a wrong answer.
That is why i recommend ticking only the needed platforms
To use it with new AMR do we have to do something different ?