PEAK XOOPS - Re: Some n00b help please in englishin japanese

Re: Some n00b help please

List posts in the topic

none Re: Some n00b help please

msg# 1.1
depth:
1
Previous post - Next post | Parent - Children.1 | Posted on 2008/2/23 2:25 | Last modified
avtx30  上等兵   Posts: 36
You may have a look at this (step 4) to define the "XOOPS_TRUST_PATH".

Yes, there are 2 sets of files to be copied, one to XOOPS_ROOT_PATH/modules/, and one to XOOPS_TRUST_PATH/modules/

The two red lines should be added exactly as instructed in the README.

Here is an example of my mainfile.

        define('XOOPS_ROOT_PATH', '/home/avtx30/public_html');
        define('XOOPS_URL', 'http://www.nhatban.net');
        define('XOOPS_TRUST_PATH','/home/avtx30/trusted');

        // blah blah

        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' ;

HTH
Votes:4 Average:2.50

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!