I have a feeling that something on in my web
space that is bad. I have no idea how to secure my site and I'm afraid
that it is very open to attack. Is there anyone here who knows about
site security who would be willing to "proof" docglass.net and also
help me stream line the site? I'm very willing to pay but atm I dont
have much money to spend, what kind of prices would people charge for
that? I guess I'm looking for a web master who can set up the basic
site that I can add my content to, is that possible or should I just
stick to my simple, hard-to-update html stuff?
<div class="quotetext">
My dream site would have a system where I could update my own blog
and a picture subbmition system so I could update my portfolio without
having to re-do the whole page.
</div>
Have you tried any Content Management Systems? I would suggest
drupal. It's probably the best among
those available in terms of security and features. There are a lot of
others, like PHP Nuke and Mambo, but the number of vulnerabilities
discovered in these everyday is just scary.
You can find a few simple tips for PHP security here :
http://phpsec.org/library/ . I would suggest going through as
many of the relevant articles there as possible. It will give you a basic insight
into security practices, so you will have something to start working
with. There's lots of security info on the net (blackhat as well as
whitehat stuff, so beware), especially about PHP. Once you get started
it shouldn't be much of a problem finding more and more specific info.
I'm not a security expert by any stretch but I would suggest that you
do not worry too much about your site (as it is now). Since it is
mostly HTML/JS, I dont see any chances of any h4xing through your site.
The problem generally starts with stuff like ASP and PHP being used
with unsanitised user input or weak third party components.