CAPTCHA Killer - Automated CAPTCHA Bypass
Submitted by admin on Mon, 07/23/2007 - 22:57CAPTCHA Killer is 100% focused on increasing accessibility on the Internet. There are over 1 Million Americans that suffer from blindness. CAPTCHA Killer can be used to automatically translate an image into the underlying text. (CAPTCHA Killer may only be used in accordance with the Terms Of Service of each website* - please read the agreements.)
- What's a CAPTCHA? - Its a funny, blurry, textual image that prevents robots from automating the web. Blind people can't see the image, and can't use the website!
- What does a CAPTCHA look like? - Pretty damn funky. I can barely understand what they say.
Here's one, I think it says "tudexpa"
- Won't spammers use this? - They wish! We don't do business with spammers. We can detect and delete spammers from the system.
- How will you help the blind? - We are integrating with screen reader software now. Please encourage your vendor to talk to us.
* We have been notified that using CAPTCHA Killer with Myspace is against their Terms of Service.
Need PHP Developer For SOAP API
Submitted by admin on Mon, 11/17/2008 - 00:33I want to create a SOAP API for this website.
If you are a super dope amazing PHP developer,
contact me right away so we can get started!
admin@captchakiller.com
System Maintenance
Submitted by admin on Sun, 08/24/2008 - 14:53- Moved to mysql-5.1.26-percona
- Converted to innodb - with innodb_file_per_table
- Moved to Drupal 6.4
Let me know if there are any issues...
Wanna Make Some Real Money?
Submitted by admin on Sat, 08/23/2008 - 11:33Some of the baddest ass marketers that
I know are killing it on social media
sites promoting mobile offers.
Which ads keep coming up on your
favorite social networking site?
I have inside knowledge of several
people doing over $10,000 per month
with Love Crush Messages
Check out this offer on Hydra Network

Offshore Incorporation - Lawsuit and Asset Protection
Submitted by admin on Mon, 09/24/2007 - 16:25I'm facing legal trouble in the US.
Can someone please help me move this company offshore?
Any tips? Who should I be talking to?
EDIT:
I've learned its easy to move to Panama.
But Panama merchant account could take 6 months.
Anyone have any other good ideas for sending money?
Black T-Shirts are available in Men's M, L and XL!
Submitted by admin on Sun, 09/23/2007 - 12:25My girlfriends use them for nighties...





Firefox Extension to help Blind with CAPTCHA and image translation!
Submitted by admin on Wed, 08/22/2007 - 14:01We created a Firefox extension to help blind people with CAPTCHAs and image translation! It adds a contextual menu item, so just right click on any image and "Send to CAPTCHA Killer". A new window will popup and display the result. This is very beta - but maybe it will help some of you out there!
This is compatible with FireVox - screen reader for Firefox
PHP - Convert Monochrome
Submitted by admin on Wed, 08/01/2007 - 16:17This function will convert JPEG image to monochrome, reduce the filesize 90%, and increase the readability. All good things. Please implement this.
Note: This requires that you have PHP GD installed for Image manipulation.
function convertJPEGtoMonochromeGIF( $infile, $outfile ) {
list($width, $height) = getimagesize($infile);
$source = imagecreatefromjpeg($infile);
$bwimage= imagecreate($width, $height);
$paletteBlack = imagecolorallocate( $bwimage, 0, 0, 0 );
$paletteWhite = imagecolorallocate( $bwimage, 255, 255, 255 );
for ($y=0;$y<$height;$y++)
for ($x=0;$x<$width;$x++)
{
$rgb = imagecolorat($source,$x,$y);
$r = ($rgb >> 16) & 0xFF;
$g = ($rgb >> 8) & 0xFF;
$b = $rgb & 0xFF;
$gs = (($r*0.299)+($g*0.587)+($b*0.114));
if ( $gs > 150 )
imagesetpixel($bwimage,$x,$y,$paletteWhite);
else
imagesetpixel($bwimage,$x,$y,$paletteBlack);
}
imagegif( $bwimage, $outfile );
}
ImageMagick processing can help with CAPTCHA Bypass
Submitted by admin on Mon, 07/30/2007 - 22:52It will be good for certain users to do some image processing before uploading to the system.
Download ImageMagick here. Then you can do:
convert -monochrome inputfile outputfile
This converts to black and white, reduces the file size by up to 90% and also simplifies our solving process.
Happy solving!
Notice the speedup?
Submitted by admin on Sun, 07/22/2007 - 16:18We are averaging 20 second response!!
CAPTCHA Killers Showing Shoemoney Some Love
Submitted by admin on Tue, 07/17/2007 - 11:05API Documentation
Submitted by admin on Fri, 07/13/2007 - 17:39We have a RESTful implementation of our service at http://www.captchakiller.com/api.php
Your API key can be found on this page.
The API has 2 simple HTTP POST operations.
- upload_captcha
- get_result
- rate_result
upload_captcha
You must POST with "Content-Type: multipart/form-data".
There are 5 required parameters:
- method - upload_captcha
- api_key - string representing the API key
- file - transmit the CAPTCHA image
- expire - number of seconds after which CAPTCHA has expired (usually 60 or 300)
- rights - true or false
Possible results:
- FAILURE: access denied - get API key from website
- FAILURE: file_size=0
- SUCCESS: captcha_id=<string GUID>
get_result
You must POST.
There are 3 required parameters:
- method - get_result
- api_key - string representing the API key
- captcha_id - returned from upload_captcha
Possible results:
- FAILURE: access denied - get API key from website
- FAILURE: captcha_id not found
- FAILURE: expired
- WAIT: check back later
- SUCCESS: captcha_result=<textual representation of CAPTCHA>
rate_result
You must POST.
There are 3 required parameters:
- method - rate_result
- api_key - string representing the API key
- captcha_id - returned from upload_captcha
- success - 1 if captcha was correct, 0 if captcha was not correct
Possible results:
- FAILURE: access denied - get API key from website
- FAILURE: captcha_id not found
- SUCCESS: thanks
Which software should we support?
Submitted by admin on Thu, 07/12/2007 - 20:44Comment in this thread and let us know which software programs we should integrate with!
T-Shirts are IN!!!
Submitted by admin on Fri, 07/06/2007 - 14:46The Captcha Killer T-Shirts have arrived! And early! Damn -- www.rushordertees.com has the goods, yo! Hit them up for all your T-shirt orders! I'm stoked -- and can't wait to meet all the badasses at Affiliate Summit East. Talk to you all soon!
I got 100 Black T's printed with the new Captcha Killer logo
Submitted by admin on Thu, 07/05/2007 - 04:30If you're at Affiliate Summit East in Miami next week, then make sure to meet up with me and I'll give you one!



Recent comments
1 hour 3 min ago
1 hour 16 min ago
1 hour 21 min ago
1 hour 22 min ago
1 hour 22 min ago
1 hour 22 min ago
1 hour 22 min ago
1 hour 23 min ago
1 hour 23 min ago
1 hour 23 min ago