A central ticketing system for help desk or call center
- Set up a LAMP server
- Create a database in MySQL named:ticket32145 ...or whatever you want but then you'll need to edit /includes/connect.php appropriatley
- Run the ticket31245.sql to create the tables
- Create a MySQL user and grant it insert,delete,update, and select to your database. Put the credentials in /includes/connect.php
- Drop the code in your webroot and you're good to go
Check the issues section theres quite a few things to do