Now, I've only been doing PHP for the past few weeks, so the code will probably look ugly. I've tried to move all my style information into CSS sheets, which can be used as themes. On the code side, I'm looking for advice on how to improve things, specifically my BB code on my forum, my login system, and possibly a fix for the lack of file_put_contents for PHP 4. On the client side of things, I'd like some advice on improvement of my themes (the ones in the block on the first site are all mine).
Anyway, here's a basic overview of what the site is:
PHPwnage, as I've dubbed it, is a news system and forum. The news system is just simple SQL queries to collect from a table of articles. The forum was a little trickier. The point of the entire project was to be easily installable, which has proved to be true for the most part (it's a lot easier than installing phpNuke or phpBB... The agonizing hours of working that they both involved...) The system allows an administrator to add content in the site through a central "Admin Panel", such as news articles, new blocks, user pages, and forum boards. The forums are meant to be easy to use for members and include private messaging, BB code (which, of course, needs improvement to strengthen security), and indicators of what forums or topics contain new posts. Whether a topic has new posts is determined by a comma-separated list of user ID's which is cleared or added to. All of the site uses WWW-Authentication, which is something I'd like guidance in changing.
So, I think that about covers it. Download the installation, and take a look at the code (note: the config.php is made in the installer, 'fresh_install.php', look there if you need to know how that's all set up, or possibly run through the installation to get a better idea of how it works), take a look at the sample sites, and let me know what can be improved. I'd definitely like to fix up the code, but I really need some help with it.