holy crap its too damn hard to do the right thing If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!today one of the projects I work on tracked a user repeatedly trying to get contact information from our younger members, actually only our younger female members. We’re kid friendly so always watch out for certain types of communcation. After […] {More»}

Tagged :

Hosting: where to go, where to go So after about 2 months on slicehost, I have yet to finish setting up my server. It seems to be the busy season and I’ve only been able to finish my local servers. So to recap I know have a media temple box and a slicehost box. Now to further complicate the situation after much debate […] {More»}

Tagged : ,,,

linux: openSuse compared after some time Its been over a month, so i figured its time to do an after action report. Simply put I still LOVE openSuse. Of course theres a few things that need work, but overall its a wonderful distro that I strongly recommend. Ok so for a bit of back story I’ve been using windows since i think 3.1. […] {More»}

Tagged : ,

php tip: securing .inc include files just a quick tip for anyone using .inc files via apache. add the following to your apache configuration to prevent viewing of .inc files via the web. This will not prevent php from including the files locally <FilesMatch “\.inc$”> Deny From All </FilesMatch> There ya go, now feel free to use .inc files as much as you’d like. Also an […] {More»}

Tagged : ,,

holy crap its too damn hard to do the right thing» today one of the projects I work on tracked a user repeatedly trying to get contact information from our younger members, actually only our younger female members. We’re kid friendly so always watch out for certain types of communcation. After repeat bans we then did an ip ban, because he keep coming back to try and […]