2008/12/29 22:48
anestism
Just popping in
Posts: 18
Since: 2006/7/4 1
2008/12/30 0:15
ghia
Community Support Member
Posts: 4953
Since: 2008/7/3 1
InstallationUnpack the archive to the root of xoops.Edit the file /class/xoopsformloader.php and add following line :include_once XOOPS_ROOT_PATH."/class/xoopsform/securityimage.php";Edit file /language/english/global.php and add following lines :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");
include_once XOOPS_ROOT_PATH."/class/xoopsform/securityimage.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");
Edit the file /class/mimetypes.inc.php and add the following line in the table :"ttf" => "image/ttf",Set write permissions (chmod 777) for all directories of directory /uploads/securityimages/
"ttf" => "image/ttf",
2009/1/2 20:51
Advanced Search