<?php include $_SERVER['DOCUMENT_ROOT'].'/incs/system.php'; include $_SERVER['DOCUMENT_ROOT'].'/incs/classes/captcha_class.php'; $oVisualCaptcha = new PhpCaptcha($fonts, 150, 45); $image = $oVisualCaptcha->Create();