asiriusthoth
Senior Member
- Oct 4, 2010
- 1,000
- 767
DBC should have a discount if you spend a certain amount. Let's say $400/mo and above a 15% discount... c-mon DBC, let's do this!! 
DBC should have a discount if you spend a certain amount. Let's say $400/mo and above a 15% discount... c-mon DBC, let's do this!!![]()
ya this is an issue.. guess its time to upgrade servers![]()
DBC should have a discount if you spend a certain amount. Let's say $400/mo and above a 15% discount... c-mon DBC, let's do this!!![]()
Hey Guys,
We're also studying ways of reducing our operational costs and lower our prices. Now I can't tell you a concrete date for it , but it will be definitively done in the not too distant future.
Hi,
I'm a Customer Service Rep for DeathByCaptcha.com. Please PM me your UserID on DBC and I'll add some credits into your account so that you can try out the service for free.
Always at your service taxx83.
We have recently implemented a Hybrid Human-OCR System and lowered our rate to $1.39 per 1K CAPTCHA. We will continue to lower our rates when we keep on optimizing our Optical Character Recognition system.
You may read our F.A.Q. in our homepage to see how it works.
Regards,
James L
Death by Captcha
In the above quote: I had already specified the exact API version I was using in the previous e-mail... I also provided an error log with hundreds of lines of exact error messages with codes/numbers, and a couple paragraphs. That was their well thought out response.Hi,
What version exactly? I have no issues with the dbc_client.php from the latest v3.2 package.
If you have any further questions, please feel free to contact us.
Sincerely,
DeathbyCaptcha.com Customer Service.
Hello ***** ******,
We have tried the scripts, it works fine.
Have you tried DeathByCaptcha_HttpClient()?
Could be a firewall issue.
** payment information removed **
Please provide us more details.
If you have any further questions, please feel free to contact us.
Sincerely,
DeathbyCaptcha.com Customer Service.
Good evening.
My PHP script utilizes your API posted on your website. The script was working fine until this weekend. I have made NO modifications to my script so I am unsure as to why it would suddenly quit working unless it is due to an error on your server.
I have upgraded to the latest version (4.0.2, PHP) but I am still receiving errors when attempting to get a CAPTCHA result using the service. I have plenty of credits on my account and I have lost over 2,000 credits due to this ERROR. My application was repeatedly trying to submit the CAPTCHA images. Your server has them answered but was failing to send them back to the client. Unfortunately, I lost thousands of credit due to this and I have a handful of unhappy customers that their software is not working.
The error message is as follows...
=============================
[20-Mar-2011 18:14:16] PHP Fatal error: Uncaught exception 'DeathByCaptcha_IOException' with message 'Connection lost or timed out' in /home/jrimsoft/public_html/elite/dbc.php:675
Stack trace:
#0 /home/jrimsoft/public_html/elite/dbc.php(773): DeathByCaptcha_SocketClient->_call('upload', Array)
#1 /home/jrimsoft/public_html/elite/captcha.php(41): DeathByCaptcha_SocketClient->upload('474048445.jpg', 60)
#2 {main}
thrown in /home/jrimsoft/public_html/elite/dbc.php on line 675
[20-Mar-2011 18:15:45] PHP Fatal error: Uncaught exception 'DeathByCaptcha_IOException' with message 'Connection lost or timed out' in /home/jrimsoft/public_html/elite/dbc.php:675
Stack trace:
#0 /home/jrimsoft/public_html/elite/dbc.php(773): DeathByCaptcha_SocketClient->_call('upload', Array)
#1 /home/jrimsoft/public_html/elite/captcha.php(41): DeathByCaptcha_SocketClient->upload('717027453.jpg', 100)
#2 {main}
thrown in /home/jrimsoft/public_html/elite/dbc.php on line 675
=============================
Etc. My error log has thousands of these errors.
I have not modified your 4.0.2 PHP API at all. I am using the API exactly as per the example, and it worked fine prior to this weekend. My code is as follows:
=============================
$client = new DeathByCaptcha_SocketClient('jrim', 'my password here');
if ($captcha = $client->upload($filename,100)) {
sleep(100);
if ($text = $client->get_text($captcha['captcha'])) {
echo "CAPTCHA #{$captcha['captcha']} solved: {$text}\n";
} else {
// Remove an unsolved CAPTCHA
$client->remove($captcha['captcha']);
echo "CAPTCHA #{$captcha['captcha']} is not solved\n";
}
} else { echo "CAPTCHA is not solved\n"; }
=============================
I am lost as to what the issue is.
I will be grateful for any assistance you can provide (and so will my customers, which depend on this service).
My DBC username is ****.
Thank you.
***** *******