Jump to content
UBot Underground

Bypasscaptcha : Feedback API


Recommended Posts

Hello guys,

 

I'm havin a lot of failure (60% failure) in the decaptching of case sensistive captcha by bypasscaptcha (and yes my account is set to be case SeNsITiVe).

 

I talked with daizee about this and he told me I should implement the feedback API.

 

Problem is : I really don't know if I can do it myself or if I should wait for Ubot to support it. :blink:

 

The only think I found about this API is here : http://bypasscaptcha.com/api_doc/index.php

 

Anyone has had the same problem and knows a way to send feedback with ubot script ?

 

Cheers,

Link to post
Share on other sites

Actually I found more precise information :

 

http://bypasscaptcha.com/api_doc/feedback.php

 

So my question is, how can I run this script in Ubot :

 

<!-- Action target -->
<form action="http://bypasscaptcha.com/check_value.php" method="post">

<!-- Key owned by user -->
<input type="text" name="key">

<!-- TaskId got from submitting -->
<input type="text" name="task_id">

<!-- Correctness, 1 if input is correct, 0 otherwise -->
<input type="text" name="cv">

<input type="submit" value="Submit">
</form>

 

The problem is that I don't have access to the task_id variable as it's one that only Ubot has...

 

Cheers,

Link to post
Share on other sites
  • 3 weeks later...

Hello guys,

 

I'm havin a lot of failure (60% failure) in the decaptching of case sensistive captcha by bypasscaptcha (and yes my account is set to be case SeNsITiVe).

 

 

Damn today it's EVEN WORTH : 92 failures out of 124 calls to bypasscaptcha services. :angry:

 

Why isn't the feedback API implemented in Ubot, it's a REAL issue :angry:

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...