Skip to content

Instantly share code, notes, and snippets.

@netojoaobatista
Forked from raulandregp/gist:5826401
Last active December 18, 2015 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netojoaobatista/5826492 to your computer and use it in GitHub Desktop.
Save netojoaobatista/5826492 to your computer and use it in GitHub Desktop.
<?php
require 'php-captcha.inc.php';
# // define fonts
$fonts = '/home/guga/public_html/232classificados/captcha/fonts/';
$aFonts = array(
$fonts . 'VeraBd.ttf',
$fonts . 'VeraIt.ttf',
$fonts . 'Vera.ttf'
);
# // create new image
$oPhpCaptcha = new PhpCaptcha($aFonts, 200, 50);
$oPhpCaptcha->UseColour(true);
$oPhpCaptcha->Create();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment