[SOLVED] Captchea solving problem?

  • Автор темы Автор темы serbyy
  • Дата начала Дата начала

serbyy

Client
Регистрация
11.05.2012
Сообщения
8
Реакции
0
Баллы
0
Hi! I have tried to setup auto captchea solving. I have input my username and password for deathbycaptchea and decaptcher in the settings of ZennoPoster MP (latest version) and in project creator I have selected decaptcher dll ... when I execute the project the captchea field is filled with: "sorry", I have tried all api and post url's from the decaptcher site and all have the same result: "sorry" (my balance is 10$ so I have enough credit for the service to work). When I select in the project creator deathbycaptchea dll if I ran the template with zennoposter the captchea field is filled with: "I can't connect to the server" ... is there a problem with zennoposter? The captchea solving should work...
 
You have to change the config file in the Progs folder of zenno with your username and password. So for instance Decaptcher.dll config file, open with notepad and put your details in the file...

?xml version="1.0"?>
<configuration>
<appSettings>
<!--decaptcher.com login-->
<add key="login" value="YOURUSERNAME"/>
<!--decaptcher.com password-->
<add key="password" value="YOURPASSWORD"/>
<!--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://poster.de-captcher.com/" />
</appSettings>
</configuration>
 
serbyy, I was having same thing last night with decaptcha.
 
it worked fine for the last 2 days ...now is broken again :) , the error is: "Unable to cast object of type 'ZennoLab.DeCaptcher.DeCaptcherResult' to type 'ZennoLab.InterfacesLibrary.CaptchaRecognition.ICommonCaptchaModuleInterface'. " ...this is written in the captchea solving field
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)