Forum Moderators: phranque
Next if you use any kind of server side scripting, make sure all your scripts/applications are well built security wise (especially if you allow any kind of file uploading on your server), validate data from forms server side (javascript only validation isn't reliable).
Obviously, those are just starters, there's lots of little things that can be done (Server config, PHP config and such).
But all in all, it's impossible to get a 100% secure system, the trick is to cover the most common security holes and focus on the things you absolutely can't let hackers in.
hope that helps
mavherick
Your first line of defense is to have a password that's not easy to crack. Use something like y5Hn5gaz, in other words, random letters and numbers. With a decent password like that, most "hackers" will not think it worth the bother. Unless you're a high-profile site, having a good password will make it safe enough.