I have a couple old projects that I created for my own personal use, and though I doubt anyone else will find them useful I thought I’d post them anyway. This is, after all, my website. Everything here is GPL.
First and foremost, the current project I’m working on: Atlarius. Atlarius is a game engine for a browser based MMO. It can be customized to run different types of content. You can get current versions of the source code from the SVN server at SourceForge. Python for the engine and PHP for the web interface with a MySQL backend.
A portal system I designed and used parts of in other projects. The portal itself is not as fully featured as most mature systems today, as I stopped working on it when I entered university. This also means there may be bugs I don’t know about. Use it only for fun, if you choose to. I present the NAC portal system. The acronym is left as an exercise for those who care enough. Written with PHP/MySQL.
A simple blogging system I wrote for my own blog (which I then discontinued and thus discontinued the development). I named it the Averice blogging system, after the domain I had it hosted on. For those who are wondering, the word avarice did not even occur to me as I thought of the domain averice.net. It had to be pointed out to me by dozens of people. Again and again. Hence the reason I don’t have that domain anymore. But I’m rambling now. Written in PHP/MySQL.