tiny forum script (tifs)
version 0.3
 2006 farhnware

Lines of code: 330/353

Changelog:
08-31-06 showing all threads orders them by date rather than thread id
		 admin can login and delete threads and posts
		 menus are all echoed directly rather than using variables
		 thread id is passed via GET rather than a cookie to make a post
		 added comments to CSS
		 you can use header.png or header.jpg for an image header
		 strips slashes from forum title and date format
		 put login on separate 'page'
		 fixed some menus
		 added logout
		 fixed numerous bugs in 0.3 before releasing
		 released 0.3
08-29-06 strips slashes from posts, authors, and URLs
		 converts newlines to <br />
		 released 0.2
07-30-06 posting now updates thread date, bumping the thread to the top
07-29-06 project started
		 first working form completed
		 threads are now organized using tables
		 remembers information when posting if you forget content/title
		 implemented URLs for authors
		 added admin interface for forum name and date format stored in database
		 author URLs automatically get "http://" attached to the front if it's not there
		 
To Do:
Only have 20 posts per 'page'?