2
Translated Quote:
Installation
Unpack the archive to the root of xoops.
Edit the file /class/xoopsformloader.php and add following line :
le="color: #000000"><?php include_once XOOPS_ROOT_PATH."/class/xoopsform/securityimage.php";
Edit file /language/english/global.php and add following lines :
le="color: #000000"><?php define("_SECURITYIMAGE_CODE","Security Code"); define("_SECURITYIMAGE_GETCODE","Enter the security code"); define("_SECURITYIMAGE_ERROR","Invalid security code"); define("_SECURITYIMAGE_GDERROR","The GD extension of PHP has to be installed : See PHP Manual"); define("_SECURITYIMAGE_FONTERROR","No font files found, verify your installation");
Do the same for other languages used (with translated texts).
Quote:
Edit the file /class/mimetypes.inc.php and add the following line in the table :
le="color: #000000"><?php "ttf" => "image/ttf",
Set write permissions (chmod 777) for all directories of directory /uploads/securityimages/
Probably for directory /uploads/securityimages/ also.
There are instructions for integration in some
40 modules (French).