1
Hi
I have recently taken over administering our XOOPS based site it was previously on 2.0.18 (I think) I did a fresh install of 2.4.2 and got more or less the old modules used updated where possible and working.
I then this week carried out the update to 2.4.3
The site is working but I have a few conflicts with the advice on here.
Where I am getting confused is by the use of Protector.
Currently our mainfile .php has to have
Quote:
include XOOPS_TRUST_PATH.'/modules/protector/include/precheck.inc.php' ;
include XOOPS_TRUST_PATH.'/modules/protector/include/postcheck.inc.php' ;
in the mainfile for the site to function
currently our site is along these lines
Trusted directory
¦
¦
modules
(protector in here)--¦
¦
¦- www directory--¦
¦
¦
¦-----xoops
¦ httdocs
¦ directory -------- modules
¦ (all including protector)
¦
¦
¦
¦
¦-----a.n.other folder¦---xoops data
¦
¦---xoops lib
Is this correct?
or should it be along the lines of
Trusted directory
¦
¦
modules
(all including
protector in here)--¦
¦
¦- www directory--¦
¦
¦
¦-----xoops
¦ httdocs
¦ directory -------- modules
¦ (protector on its own)
¦
¦
¦
¦
¦-----a.n.other folder¦---xoops data
¦
¦---xoops lib
I am confused why I have to have the pre and post checks in the main file.
Like I say the site works my various paths are set in mainfile.php protector detects various things
I do have other issues but one step at a time and considering this is the first time I have tried anything like this, it has been a bit of a leap of faith but aided by the excellent information on here.
System Overview
XOOPS Version XOOPS 2.4.3
PHP Version 5.2.11
mySQL Version 5.1.39-community
Server API isapi
OS WINNT
safe_mode Off
register_globals On
magic_quotes_gpc Off
allow_url_fopen On
fsockopen On
post_max_size 60M
max_input_time 600
output_buffering 1
max_execution_time 30
memory_limit 256M
file_uploads On
upload_max_filesize 60M