class SiteValidationCaptchaHelper extends ValidationCaptchaHelper { public $securimage; public function __construct() { Loader::library("3rdparty/securimage/securimage"); $this->securimage = new Securimage(); /* specify securimage to use gd fonts becuase freetype is not compiled into gd */ $this->securimage->use_gd_font = true; $this->securimage->gd_font_file = DIR_LIBRARIES_3RDPARTY_CORE.'/securimage/gdfonts/caveman.gdf'; $this->securimage->ttf_file = DIR_LIBRARIES_3RDPARTY_CORE . '/securimage/elephant.ttf'; } }
http://www.njbphoto.com/contact/...
would love any help.