Stuff:
OS: Linux, php: v4.4.0, MySQL v14.7, scripts are ran as CGI executables
Current installed Mods:
Xoops 2.0.14, protector 2.5, XOOPS poll blind, AMS 2.14
Note: I do need to install a couple more mods; a good calendar, and photo album.
Security is absolutely critical for this site and I am willing to pay for a knowlageble person (that has beeen running a XOOPS site for a while without being hacked) to help me work through some known problems and offer advice to make the site as secure as possible.
Known Problem 1: When I run the Protector Mod the security advisory warns...
'register_globals' : on Not secure
'allow_url_fopen' : on Not secure
'session.use_trans_sid' : on Not secure
I have been working on this for a week. This is what I know/tried so far:
I got an internal server error when I tried to create the .htaccess. When I contacted the host there reply was:
Quote:
Yes, applying these lines to the .htaccess files will cause the internal server error 500 to be generated because in our system PHP scripts are ran as CGI executables which means that whenever you try to use PHP directives in the .htaccess file they are not correctly recognised which in turn results to the aforemenntioned error.
The host recomended I create a php.ini file. I made 3 attempts at the php.ini from days of googling and placed it in the root of the site. All of them still get the security warnings. Here's that code:
register_globals=off
allow_url_fopen=off
session.use_trans_sid=off
and
register_globals = 0
allow_url_fopen = 0
session.use_trans_sid = 0
and
php_flag register_globals=off
php_admin_flag allow_url_fopen=off
php_flag session.use_trans_sid=off
Problems 2 & 3 I haven't even addessed yet:
2)'XOOPS_DB_PREFIX' : XOOPS Not secure
3)I'm really not sure if this is a problem or not but of the links in protector simply pull up my home page.
Contaminations:
http://mysite.com/index.php?xoopsConfig%5Bnocommon%5D=1Isolated Comments:
http://mysite.com/index.php?cid=%2Cpassword+%2F%2AI am also interested in any and all other security precautions help or advice.
If interested please PM me and we can discuss arrangements.
Regards,
Steve