3
Hi RachelVirago,
Quote:
Could I ask how the editing of mainfile went, was all OK and a smooth changeover? Did you close your site for changeover? I think I would need to as we are quite busy site.
Not problems editing the main file, its a very easy and fastest process, the original readme file can be confuse, them i decided copy and post here the last part of my mainfile (the text in red are the Protector added lines)
// Use persistent connection? (Yes=1 No=0)
// Default is 'Yes'. Choose 'Yes' if you are unsure.
define('XOOPS_DB_PCONNECT', 0);
define('XOOPS_GROUP_ADMIN', '1');
define('XOOPS_GROUP_USERS', '2');
define('XOOPS_GROUP_ANONYMOUS', '3');
[color=CC0000]
include( XOOPS_ROOT_PATH . '/modules/protector/include/precheck.inc.php' ) ;
[/color]
if (!isset($xoopsOption['nocommon'])) {
include XOOPS_ROOT_PATH."/include/common.php";
}
[color=CC0000]
include( XOOPS_ROOT_PATH . '/modules/protector/include/postcheck.inc.php' ) ;
[/color]
}
?>
I hope that can help you, if your site has big traffic is a good idea to close for a few minutes while you make the modifications.
Just remember Set a password in the preferences for possible future problems.
You can find the latest protector version here
http://www.peak.ne.jp/xoops/modules/mydownloads/grettings and excuse my bad english
Javier