Hello!
As you know, when PHP script is connecting to database, it should use login and password for that database.
Usually, login and password are located in that script (or in any other text file like setup.php etc...).
In the Apache settings of my provider, all scripts from all users executed from the name of the group "www".
So, any user of my provider can write script that will be executed from group "www", and that script can read my script, where login and password are located.
How can I hide source of one script from another script if they are executed from same group?