Posts Tagged 'System'

How to create a basic rating system

Posted by admin on December 11 2009 Add Comments

Creating a basic rating system
In this tutorial I will show you how to create a basic and simple to use rating system. To make the script more simple and database independent we will use simple files to store rating information.
The basics
We divide the task into the following steps:

Display a HTML form where a visitor [...]

Making A Cool Login System With PHP, MySQL & jQuery

Posted by admin on December 11 2009 Add Comments

You can Download the demo here:

http://www.ziddu.com/download/7165277/demo.zip.html

Introduction
Today we are making a cool & simple login / registration system. It will give you the ability to easily create a member-only area on your site and provide an easy registration process.
It is going to be PHP driven and store all the registrations into a MySQL database.
To add [...]

Mrasnika’s configuration system

Posted by admin on December 11 2009 Add Comments

Mrasnika’s configuration system

By: Kaloyan Kirilov
This class uses an XML file to store a data structure for keeping different kind of settings.
The XML file has different element of several data types, which are validated when the settings are stored or retrieved.
The settings from the configuration file are split in different groups, depending on the purpose for [...]

Image Cache System

Posted by admin on December 10 2009 Add Comments

Image Cache System

By : Daniel Kanaan
This package can be used to store and retrieve images in a MySQL database.
The images are cached in temporary disk files to avoid database access overhead.
It can store uploaded images keeping the original size or resized to a given width and height.
It can also create cache files in a given [...]