Not fully finished but still functional. Still missing a lot of config
options and support for audio captchas.
You need to run create table captchas(id int NOT NULL AUTO_INCREMENT, ip
VARCHAR(45) NOT NULL, code VARCHAR(32) NOT NULL, time datetime, PRIMARY
KEY(id)); and add $config['securimage']=true; to your
instance-config.php.