One tip Engima. To make your web site more portable, when you're linking to a local file, lets say files/index.php, you should use something like:
Code:
a href = "files/index.php"
Instead of:
Code:
a href = "http://ev.dhs.org/animedesktop/files/index.php"
It will save you some trouble in the future if you have to move again