3
Quote:
ChadK wrote:
and remember.. it's not paranoia if they really are out to get you. ;)
If you're not P@r@n01D, you're not paying attention.
I run a similar site for my wife and myself. It's hosted on a public server, but is inaccessible to anyone but us. Some additional steps I took to help lock the site down are as follows.....
Permisions, Permisions, Permisions! Lock your Permisions down as tight as you can get them while still maintaining functionality. I've found 555 works well for most files/folders, while I've set mainfile.php to 444 and /uploads, /cache, and templates_c to 777.
Install the AntiDOS module. This module is excellent for thwarting off password cracking scripts as it completely blocks IPs that attempts too many connections per second/minute.
Install the RegKey module. I believe their are a couple available. Combined with your other steps, this would be redundancy, but redundancy is good.
Use VERY strong passwords on Webmaster/Admin accounts. I'm not talking wimpy little 10 character alphanumeric passwords here. I'm talking passwords like this....
W2JA7ebCcdgPxwS5I6&&o60nJ
Of course, if you're extremely paranoid, you could also password protect the directory your site through your web host or a .htaccess file.
Just my 2/c