I've searched and read all thru all the posts. I also turned allow_url_fopen off in the php.ini still nothing.
Do I need to restart http after one of these mods? For the changes to take effect.
Im also worried im going to knock out my sons sites which are mostly EVO php puke. lol
Did I mention I dropped a php.ini in every folder like monty had suggested in this thread.
https://xoops.org/modules/newbb/viewtopic.php?topic_id=58069&viewmode=flat&order=ASC&start=20and adding it to...
xoops root (where mainfile.php is located)
then in modules/your module/ (where the modules xoops_version.php) is located
also in modules/your module/admin/
Many hours messing with protector and no joy...
This is what it still says below in protector 3.04 after countless wasted hours...
-------------
'register_globals' : off ok
'allow_url_fopen' : on Not secure
This setting allows attackers to execute arbitrary scripts on remote servers.
Only administrator can change this option.
If you are an admin, edit php.ini or httpd.conf.
Sample of httpd.conf:
php_admin_flag allow_url_fopen off
Else, claim it to your administrators.
'session.use_trans_sid' : off ok
'XOOPS_DB_PREFIX' : XOOPS Not secure
This setting invites 'SQL Injections'.
Don't forget turning 'Force sanitizing *' on in this module's preferences.
Go to prefix manager
'mainfile.php' : patched ok