Add several levels of security. Place it in an obscure location (for example, I once didn't want anyone to find pictures except people I wanted so I placed them in... /pictures/nobody/sees/these/asdf/never/again/) so it would be hard to guess. Then place .htaccess on the directory so you have to physically login to view the file. And add a file password (pass=unadd7364589 for example) and md5() it inside of the file and store the correct passwords md5() value. You could do more for security too.
|