WORK
 
“Wisdom is scar tissue in disguise.” - Anon.
Portfolio;;
So I pushed out that guestbook app (see below)... And then I got bored - so now I'm working on a fairly basic user authentication system. I will update here when an admin panel for that section is up.
Class.database.php
This class is made to act as a wrapper for database functions, allowing the user to access their database inside other classes without any fuss. This API is easily installed on a server and VERY easy to use.

Download here
View the manual here
Application.guestbook
This set consists of a guestbook API, including the information for all tables you'll need. Also including a censor function. This application is easily changeable to suit your preferences. And ALSO included within this package, there is a manual, giving instructions on how to set it up on your front end and how to set the AJAX up if you would like to add a 'chatboxy' type feel to it...

Download here
View the manual here
Captcha.php
Okay, yeah, the name of this download is called 'captcha'... But what it really is is a PHP random image generator (I like to call it... PRIG). This is mainly for my own amusement but can be used as part of a Captcha system if you would like to develop one.

Download here
Class.user.php
This is a simple user authentication script that contains the functions for letting users log in to your website, i.e. to be authorized to access parts of your website... This is very simple as to be a foundation for any extras you would add to it. The manual gives any information needed to correctly set up the program. If you have any difficulties, message me.

Download here
View the manual here