A website being written with PHP/MySQL. Various areas are being developed for OpenSource contribution. The largest contribution being the FAQ-HOWTO interactive site.
File based PHP script for creating a poetry archive website. Also makes a good journal. Stable, with edit, browse, submit and delete functions. Themable via html wrapper files which are easy to make, and a central config file. This new version also has the "admin" type functions removed from the main index page, and put on a page of their own, for a less cluttered appearance.
It is the smallest and fastest meta refresh chat script with Avtars that you will ever have. It is fast, fun and easy to set up. It also has an admin avatar and user avatars.
A lot of my scripts follow a pattern of being simple yet effective, and this one is no different! I needed a ping script in PHP that would check to see if a server was online (pingable or not) however every other script I found was either complicated, or used some port connection (usually port 80). Not every server is a http server and not every script should have a million parameters for such a simple request. And thus is born, Bizzar.PING. This script will ping an IP, parse the output, and display whether the server is online or not. Simple, to the point.
This quick and easy PHP photo gallery application allows you to display your images on a website as thumbnails with a large image that displays over the top of the thumbnails after clicking one. This application uses PHP and MySQL to store image information in a database. Within the PHP script you have the option to designate how many of your images you want displayed per row. This application includes all files needed to upload images to your website and instructions on installing the database, tables, and file folders that will hold your images. This is a quick and easy way to display your photos on your own website!