I input username and pass and the zenno poster goes capcha is submited for recognition but it never gets submited so I have to do the captchas myself
I added the info as you said first for deathbycapcha and later for decaptcher and both dont work:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!--decaptcher.com login-->
<add key="login" value="MY USERNAME" />
<!--decaptcher.com password-->
<add key="password" value="MY PASSWORD" />
<!--connection timeout (seconds)-->
<add key="connection_timeout" value="100" />
<!-- tries to resend -->
<add key="decaptcher_tries" value="2" />
<!--default answer-->
<add key="decaptcher_default_answer" value="sorry" />
<!--host of the decaptcher poster-->
<add key="decaptcher_host" value="http://decaptcher.com/poster/"/>
</appSettings>
</configuration>