wordsFile = null; //"/home/www/wwwbuzzerstar/library/captcha/resources/words/en.php"; // Disable dictionary words $captcha->imageFormat = 'jpeg'; $captcha->lineWidth = 0; $captcha->scale = 12; $captcha->minWordLength = 3; $captcha->maxWordLength = 5; $captcha->blur = true; $captcha->maxRotation = 3; $captcha->resourcesPath = "/home/www/wwwbuzzerstar/library/captcha/resources"; $captcha->CreateImage(); exit(0); ?>