Hello,
I’ve got a few questions regarding ‘security’. I’ve got a server on which I do some PHP and MySQL work. Is it possible for an outsider to view the contents of my php file? And I mean the script, not the actual output.
I’m asking this because the server is mostly open-dir, so I can browse it easily myself. In my scripts I connect to my MySQL Database with a username and password. Is it possible for anyone to see the username and password? And IF they can, would they be able to connect to my Database with that username and password?
I’m just a little worried because the server is not actually mine, it belongs to my father, but I don’t want to risk him losing important data.
Thanks in advance,
Maqrkk