Scrapebox fast poster - new platform. Need some help.

vampiresquid

Newbie
Joined
May 16, 2016
Messages
46
Reaction score
16
Hey!

I am trying to add a new platform for SB 2.0. I have got everything right except the captcha solving.
The captcha is built on 4 images like this:

<td>
<img class="Captcha" src="captcha.gif" alt="" /><br />
<img class="Captcha" src="/captcha.gif" alt="" /><br />
<img class="Captcha" src="/captcha.gif" alt="" /><br />
<img class="Captcha" src="/captcha.gif" alt="" /><br />
</td>

I am using Death By Captcha but get the return message "Failed solving captcha". Anyone have experienced something similar?
 
Last edited:
Sure.

Here are 2 images: http://imgur.com/a/NQVJx

The first one is how it looks. Now it can fill in everything but it gets "failed solving captcha". The second one is the source code for the captcha.

In my captcha.def the config looks like this:

before=<img class="CaptchaImage" src="
after=" alt="" /><br />
 
It's only the domain. Exactly identical on all of them.
 
The captcha image is consist of 3 images whose urls are generated by JS.
Ignore this, IMO.
3.jpg
2.jpg
 
Back
Top