2
Quote:
if (!isset($xoopsOption['nocommon'])) {
include XOOPS_ROOT_PATH."/include/common.php";
}
it doesn't say to add that line to wherever you are adding it to.
read the readme file carefully!!
you add >
include XOOPS_TRUST_PATH.'/modules/protector/include/precheck.inc.php' ;
and
include XOOPS_TRUST_PATH.'/modules/protector/include/postcheck.inc.php' ;
like the readme file says so it looks like >
include XOOPS_TRUST_PATH.'/modules/protector/include/precheck.inc.php' ;
if (!isset($xoopsOption['nocommon']) && XOOPS_ROOT_PATH != '' ) {
include XOOPS_ROOT_PATH."/include/common.php";
}
include XOOPS_TRUST_PATH.'/modules/protector/include/postcheck.inc.php';
as for the others, do a search for allow_url_fopen to find out more
as for db prefix, follow the instructions & change the db prefix using the prefix manager in the protector module.