1
MikeShane
setting trust path
  • 2009/1/15 14:32

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


in XOOPS 2.32b do I still have to define XOOPS trust path or is this taken care of in this code


// XOOPS Physical Paths

// Physical path to the XOOPS documents (served) directory WITHOUT trailing slash
define( 'XOOPS_ROOT_PATH', '/server/our-domain/public_html' );

// For forward compatibility
// Physical path to the XOOPS library directory WITHOUT trailing slash

define( 'XOOPS_PATH', '/server/our-domain/the-trust/xoops_lib' );
// Physical path to the XOOPS datafiles (writable) directory WITHOUT trailing slash
define( 'XOOPS_VAR_PATH', '/server/our-domain/the-trust/xoops_data' );
// Alias of XOOPS_PATH, for compatibility, temporary solution
define("XOOPS_TRUST_PATH", XOOPS_PATH);

having the trust file parallel with public so keeping out of root (before) will this work like this?
Musicians for musicians entertaining the world, what starts as a dream can live in reality!

2
ghia
Re: setting trust path
  • 2009/1/15 15:12

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


It seems to be correct.

3
MikeShane
Re: setting trust path
  • 2009/1/15 15:47

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


thank you
now i have another question

define( 'XOOPS_PATH', '/server/our-domain/the-trust/xoops_lib' );

now for installing other mods like alstys is my trust path in the-trust folder or xoops_lib folder?
Musicians for musicians entertaining the world, what starts as a dream can live in reality!

4
ghia
Re: setting trust path
  • 2009/1/15 15:58

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


It is the same. There is only one XOOPS_TRUST_PATH.
Install the 'trusted' part of AltSys in xoops_lib/modules/ aside of Protector.

Login

Who's Online

138 user(s) are online (88 user(s) are browsing Support Forums)


Members: 0


Guests: 138


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits