How to use proper decaptcher API?

helpot80

Client
Регистрация
28.05.2011
Сообщения
48
Благодарностей
0
Баллы
6
I saw it uses decaptcher.com HTTP post,
but I want to use the proper decap api and custom server ip: port because
I am using a third party captcha recog service and they provide access via decaptcher protocol

someone please help i am driving nuts
 

gemini

Client
Регистрация
10.03.2011
Сообщения
160
Благодарностей
31
Баллы
28
I think the only solution would be using external application using proper decaptcher API (some sort of command line tool where you can provide captcha image, and read response from text file)
 
  • Спасибо
Реакции: helpot80

helpot80

Client
Регистрация
28.05.2011
Сообщения
48
Благодарностей
0
Баллы
6
The command line tool provided by decaptcher. com uses only their server, it doesnt have an option to use a custom server ip address ..
 

helpot80

Client
Регистрация
28.05.2011
Сообщения
48
Благодарностей
0
Баллы
6
Tested command line, it doesnt seem to work.

I hope someone replies.

Decap command line does allow to use a custom server.

If I run CMD, and then type decaptool.exe parameters
then it shows reply in the cmd itself.

However, I am not able to run decaptool.exe parameters via ZP.
 

gemini

Client
Регистрация
10.03.2011
Сообщения
160
Благодарностей
31
Баллы
28
that's strange - decaptcher.exe has option to provide host as far as I see.
If your service does provide some API scripts (or it's fully compatible with decaptcher - but if exe won't work to you then might be some compatibility issues - hard to say) i might be able to create module to use with zenno (pm me if interested).
 
  • Спасибо
Реакции: helpot80

helpot80

Client
Регистрация
28.05.2011
Сообщения
48
Благодарностей
0
Баллы
6
Correct, it does provide custom server.

In ZP
Own code ->
Own program

I entered

"c:\users\test\desktop\decap.exe" -l USERID -p PASS -h SERVERIP -t PORT -c image.jpeg

It doesnt work.

However, when I manually enter in the cmd ->>> decap.exe -l USERID -p PASS -h SERVERIP -t PORT -c image.jpeg then it works and in the cmd it self I see a response showing total balance, solved captcha etc
 

gemini

Client
Регистрация
10.03.2011
Сообщения
160
Благодарностей
31
Баллы
28
what do you mean byt not working?
save captcha image first with zenno to disk, provide full path to image.jpeg and echo result to file.
 
  • Спасибо
Реакции: helpot80

helpot80

Client
Регистрация
28.05.2011
Сообщения
48
Благодарностей
0
Баллы
6
Thanks providing full path to the image worked.

Now how do I save the result of the cmd to a file?

And then I will need to code ZP in such a way that it reads a file, remove not required text and read the captcha answer...
 

gemini

Client
Регистрация
10.03.2011
Сообщения
160
Благодарностей
31
Баллы
28
Try redirect exe's output with ">" operator.
"And then I will need to code ZP in such a way that it reads a file, remove not required text and read the captcha answer..."
Yes.
Unless you create dll module for zenno - then you might use your service transparently like any othe service - simply by selecting proper dll.
 
  • Спасибо
Реакции: helpot80

helpot80

Client
Регистрация
28.05.2011
Сообщения
48
Благодарностей
0
Баллы
6
I tried:

"c:\users\test\desktop\decap.exe" -l USERID -p PASS -h SERVERIP -t PORT -c c:\users\test\desktop\image.jpeg >

Now nothing happens.

I also tried:

"c:\users\test\desktop\decap.exe" -l USERID -p PASS -h SERVERIP -t PORT -c c:\users\test\desktop\image.jpeg | c:\users\test\desktop\result.txt

Still nothing saved
 

gemini

Client
Регистрация
10.03.2011
Сообщения
160
Благодарностей
31
Баллы
28
"c:\users\test\desktop\decap.exe" -l USERID -p PASS -h SERVERIP -t PORT -c c:\users\test\desktop\image.jpeg > c:\dir\somefile.txt
 

helpot80

Client
Регистрация
28.05.2011
Сообщения
48
Благодарностей
0
Баллы
6
I tried it, it didnt worked.
 

gemini

Client
Регистрация
10.03.2011
Сообщения
160
Благодарностей
31
Баллы
28
Works for me. No idea what's wrong on your end.
 

pink

Client
Регистрация
21.04.2011
Сообщения
54
Благодарностей
3
Баллы
8
I saw it uses decaptcher.com HTTP post,
but I want to use the proper decap api and custom server ip: port because
I am using a third party captcha recog service and they provide access via decaptcher protocol

someone please help i am driving nuts

You mean, you want like this

decaptcher user:
Decaptcher pass:
Decaptcher server API:
decaptcher port:

But currently zenno have only options Decap login pass.
If you want to using third party service using decap api then you must need contract zenno admin they maybe solve your issue.

Because third party service using decap api you must need fill third party provided server IP & Port
Decaptcher server API & decaptcher port where you can fill them.



Sorry for my bad English. English is not my Language.
 

helpot80

Client
Регистрация
28.05.2011
Сообщения
48
Благодарностей
0
Баллы
6
You are correct.

What is the support contact information? I have zennolab support added on skype, but he is only only for few hours a day. :(



You mean, you want like this

decaptcher user:
Decaptcher pass:
Decaptcher server API:
decaptcher port:

But currently zenno have only options Decap login pass.
If you want to using third party service using decap api then you must need contract zenno admin they maybe solve your issue.

Because third party service using decap api you must need fill third party provided server IP & Port
Decaptcher server API & decaptcher port where you can fill them.



Sorry for my bad English. English is not my Language.
 

helpot80

Client
Регистрация
28.05.2011
Сообщения
48
Благодарностей
0
Баллы
6
Works for me. No idea what's wrong on your end.
What I think the problem is:

"c:\users\test\desktop\decap.exe" -l USERID -p PASS -h SERVERIP -t PORT -c c:\users\test\desktop\image.jpeg > c:\dir\somefile.txt

decap.exe takes this as an un supported variable or parameter and exits with an error.
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
Try use another path to save file, with another disk where there is no Windows installed.
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113

helpot80

Client
Регистрация
28.05.2011
Сообщения
48
Благодарностей
0
Баллы
6
I was able to use the decap api by following 10 more additional steps, which is a pain in @$$.

It would be great to have an inbuilt support for decap api. (Current ZP Pro sends captchas to decaptcha via HTTP Post, but i need support for their API).

The main priority which should be there is to make it stable so that it doesnt crashes when we run more than 100 threads.
 

nau310d

Client
Регистрация
17.05.2011
Сообщения
87
Благодарностей
1
Баллы
0
Yes I agree, please just add decaptcher API....
 

nau310d

Client
Регистрация
17.05.2011
Сообщения
87
Благодарностей
1
Баллы
0
Please tell us, will you add support for decaptcher API?
 

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