ETicket
From Fishcakes Wiki
This page contains info about using the eTicket online support ticket system.
Contents |
About eTicket
eTicket is an open source PHP-based electronic support ticket system based on osTicket (defunct), that can receive tickets via email (pop3/pipe) or a web form. It also offers a ticket manager with many features. An ideal helpdesk solution for any website.
- Website — http://eticket.sourceforge.net
- Forum — http://sourceforge.net/forum/forum.php?forum_id=450882
Installing eTicket
Requirements: web server with PHP4+ and MySQL4+.
Before you start the auto install you must prepair your environment as follows:
- Download the latest version of eTicket
- Extract all files and folders from the compressed download file
- Upload the contents to an appropriate directory on your webserver (eg: /public_html/helpdesk/)
- Create a MySQL database using either command line or phpMyAdmin
- Change permissions for
settings.php<code> and <code>automail.pl<code> to 666. - Visit the install path, i.e. <code>http://www.yoursite.com/helpdesk/ and follow the on-screen instructions.
- Change permissions for
settings.php<code> to 666 and <code>automail.pl<code> to 755. - If you want attachments enabled you MUST chmod 666 your attachments directory
- REMOVE the "install" directory from your server before you continue
- Login to the admin area to configure the helpdesk
- Setup email handling using the piping or pop3 method
- If you intend on using the pipe method, make sure you have SpamAssassin configured first
Open Source Resources
Open Source Review Sites
- cmsmatrix.org — CMS Matrix community site which uses a form to select up to 10 content management tools to compare at once.
- opensourcecms.com — Open Source CMS community site with reviews and ratings of almost every free CMS there is. Including Demos!
- osalt.com — Open Source as Alternative — find open source software alternatives to well-known commercial software
- dmoz.org Open Source Directory Project — list of os software applications by category.
Open Source Magazine Sites
- cmswire.com — CMS Wire web magazine dedicated to all things content management and some things just plain geeky.
- openadvantage.org — Open Advantage — West Midlands Open Source support centre with good articles and Exponent review.
- Open Source reduces risk and cost — article on US GSA (General Services Administration) opting for open source.

