The Junecode project as a whole was something I kept kicking around for a long as an idea to build my own blogging platform. There have been many versions and false starts, and this is my latest effort, though it is technically abandoned, but I'm putting it up here in case anyone is interested and I'll still answer questions if asked. This version is written in PHP and uses MySQL as the database. This only represents a couple of weekends worth of work so don't expect too much. It is made available under the GNU General Public License.

Before downloading this, the code is very basic and imature, with basically no security. Do not run this on a public facing web server. So what can it be used for? For one thing, the code is very basic, so a beginner could easily figure out what is going on. Another possibility is to use it as a training or practice tool for security programming to take this very insecure piece of code and make it into something that can be put on a public server. Either way, here's the code:

Download