Network Solutions shared hosting fail
Network Solutions should configure their shared hosting so only the user and apache has read access to the users homedir. Then even if the user does something stupid and leaves an important file globally readable, nobody else on the system will be able to read it.
chown username:apache ~username
chmod 710 ~username
I'm assuming that they're using suexec/mod_php or similar so users can't run cgi/php as the apache user.
These are *basic* things required to lock down shared hosting.


