decaptcher vs deathbycaptcha

weya

Newbie
Joined
Aug 14, 2008
Messages
24
Reaction score
1
Hello,

I bought sick submitter, so i need a capctha service,

yout think, which is the best?

decaptcher.com -> $2 for 1000 CAPTCHAs
deathbycaptcha.com -> $1.75 per 1000 CAPTCHAs
 
for only $3.75 you can try both of them out yourself and see which one works best for your circumstances
 
Deathbycaptcha is quicker, but decaptcha gets better results from what I've noticed.
 
I have a question for decaptcher.. I'm using the php scripts and it does send back a captcha number, but it sends back 3 at one time... like 3245 3245 3245 I only need one captcha, and they charge me for 3 captchas each time. I'm using Imacros and call their php scripts.. I'm not sure how to change it to only send back one captcha.. any suggestions?
 
I have a question for decaptcher.. I'm using the php scripts and it does send back a captcha number, but it sends back 3 at one time... like 3245 3245 3245 I only need one captcha, and they charge me for 3 captchas each time. I'm using Imacros and call their php scripts.. I'm not sure how to change it to only send back one captcha.. any suggestions?

Hmm could it be changed in your captcha control panel?
 
bypasscaptcha>decaptcher>type that shit yourself> deathbyslowasscaptchawhichsometimesdontevenfuckingwork
 
As a bot developer and use both decaptcher and deathbycaptcha, decaptcher is faster if the developer doesn't use the decaptcher.dll and creates their own POST method to send the image. If the developer uses the .dll, then deathbycaptcha is better. This is my experience with decaptchers C# api so I'm not sure about other languages.

To find out, just look at the files when you install what ever you are using. If the decaptcher.dll is there, go with deathbycaptcha. Plus no 10.00 minimum with deathbycaptcha.
 
I have a question for decaptcher.. I'm using the php scripts and it does send back a captcha number, but it sends back 3 at one time... like 3245 3245 3245 I only need one captcha, and they charge me for 3 captchas each time. I'm using Imacros and call their php scripts.. I'm not sure how to change it to only send back one captcha.. any suggestions?

In the PHP file, you will see a for loop that sends 3 captchas. If I remember correctly you can send the same image up to 3 times to compare results and pick the one that gets 2/3 or 3/3 correct.

So, you get 3 text answers, compare them (use strtolower to make sure it's case insensitive for comparing), and then use the one that appears most often.

I just got done coding this as a back up to my own captcha service, but decided to ditch it because decaptcher was taking 2-3 minutes to reply to a single captcha. I'd rather wait for my own team to solve it.
 
Back
Top