vampiresquid
Newbie
- May 16, 2016
- 46
- 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?
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:

