PHP Ticket is a ticketing system for keeping an
advanced "todo" list of tasks. It features user
authentication, MySQL database support, a search
function, and easy installation/configuration.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
A few bugs that slipped through in version 0.7 have been fixed. Experimental support was added for importing tickets from email accounts (IMAP, POP3, NNTP). A number of custom tags were added. This version requires no database upgrade other than a settings reset.
Installation and upgrading is now done by the install.php file. Database tables can use a prefix for single database installations. Tickets can be arranged in 3 severity levels. There are now 3 user levels. More user settings and a large number of smaller tweaks were added.
Fixed incompatibilities with PHP when register_globals is off, and converted all global variables to the $_* type. This version should hopefully run on all PHP 4.1+ systems. A large number of minor bugs were fixed, and speed has been increased.
Fixes for two login security issues, cross-site-scripting problems, and several SQL query hazards, a new ticket notification possibility, use of CSS in all HTML, and minor bugfixes.
Sessions and a proper login are now supported. A
primitive but functional search function,
printable tickets, and a new configuration system
were added. Several graphical enhancements and
minor code adjustments were made.