[X] The "/opencv-win/opencv_patch_b2.1.1.zip" file could not be found or is not available. Please select another file.

Share

More
Ticket System written in PHP Icon

Ticket System written in PHP

by rraffaelli


PHP Ticket Plus is an advanced ticketing system.It is a branch of PHP Ticket Project from which it is directly derived. Available with different language translation, it can be hosted on any platform running PHP and MySQL.


http://phpticketplus.sourceforge.net





Separate each tag with a space.

Release Date:

2003-12-22

Topics:

License:

Operating System:

Translations:

Intended Audience:

User Interface:

Programming Language:

Registered:

2003-09-11

Ratings and Reviews

Be the first to post a text review of Ticket System written in PHP. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Forum comment added

    salihpk commented on the Interested to join !!!! forum thread

    posted by salihpk 980 days ago

  • Tracker artifact added

    markstokes71 created the installation error artifact

    posted by markstokes71 1163 days ago

  • Tracker artifact added

    Anonymous created the Multiple Problems (easy to fix) artifact

    posted by nobody 1221 days ago

  • Tracker artifact added

    Anonymous created the Continued German Translation artifact

    posted by nobody 1377 days ago

  • Tracker comment added

    Anonymous commented on the Installing script configuration artifact

    posted by nobody 1620 days ago

  • Tracker artifact added

    Anonymous created the Installing script configuration artifact

    posted by nobody 2047 days ago

  • Tracker artifact added

    Anonymous created the Inverted field in browsing artifact

    posted by nobody 2047 days ago

  • File released: /phpticketplus/phpticketplus-0.8.2/phpticketplus-0.8.2.tgz

    posted 2157 days ago

  • phpticketplus phpticketplus-0.8.2 file released: phpticketplus-0.8.2.tgz

    phpticketplus - CHANGELOG 0.82 ===== + Fix bug in reset database function + Fix some minor bugs + Project moved to another demo page 0.81 ===== + Fix some language translation bugs + Fix installation doesn't write configuration + Fix installation doesn't write some right flags 0.80 ===== + first "PHP Ticket PLUS" branch release. + added "assigned" funcionality: now the tickets can be assigned to a user. Only the assigned user and the owner can modify the ticket. When a new ticket is created it is "unassigned" until a user will do a modify to the ticket. + Added translation. All print strings has been converted to "define" constant the translation is made using different files lang_xxx.php for languages. This release contains only english and italian translation. +In the list of ticket now is possible to view "assigned", "owner" and other useful informations. + notify of tickets can be enabled when opening the ticket. + on opening and closing a ticket, is possible to send an emai to a predefined mailbox, regarding of notify settings 0.71 ===== + This is the last PHP Ticket release. + finally custom tags support, see "help.php" and "tickets and actions" section for more info + initial EXPERIMENTAL email support, please read README before using + error in README, conf.inc.php should be mysql.inc.php + missing mysql prefix at line 257 in config.php + edit.php at line 94: wrong value for frm_owner field + functions.php.inc: is_* functions for checking user levels can now check for specified $user_id, broke the "edit user" screen in most cases 0.7 === User specific: + WARNING: database structure has been modified and is NOT backwards compatible see README for upgrade instructions. + the setting "military_time" handles the two kinds of entering dates + action field now handles multiple lines + the setting "allow_anonymous_login" has been replaced by the guest user type + users are either administrators, users or guests, guests can add tickets (if the setting "guest_add_ticket" is on) and see/search tickets but no more + tickets are now deleted using the "Delete Ticket" link and not the status dropdown menu + installation now automated in install.php, see install.php and README for more info + phpticket now supports database table prefix, set in mysql.inc.php + using special characters in fields no longer breaks the formatting + add/edit screen doesn't show "owner" field if "restrict_user_add" setting is on + affected and scope field in "show ticket" now links to a list of tickets with the same value + search improved, e.g. if search returns only one ticket, show it in whole instead of in the list + owner now defaults to the current user (in the dropdown list) when adding a ticket + a general interface overhaul, textareas for description and action fields + new "show ticket" layout, width of tables are controlled by setting "ticket_table_width" + tickets now have severity level (normal,medium,high), colored blue/green/red (or other specified in default.css) + edit.php didn't order actions by date + re-done the "print ticket" output to proper html + all dates are now formatted in the "date_format" setting, same variables as php function date() + improved search capabilities + setting "restrict_user_add" restrics user to post ticket as himself only + setting "restrict_user_tickets" restrics visible tickets to current user, admin sees all tickets though + users can change sort order and showing x number of tickets/page in their profile + the usual code clean-up Developer specific: + INSTALL and README has been merged + mysql.inc.php now handles the mysql variables + moved edit_ticket() to edit.php, add_ticket() to add.php for speed + config.inc.php now contains the specific functions used in config.php to increase loading times + removed mysql_open, mysql_shutdown and conf.inc.php. functions.inc.php now handles everything + removed logout.php, print.php and ticket.php, same function now located in main.php 0.65 ==== + delete user now deletes belonging notifies + converted all doublequotes to singles where possible to hopefully increase speed + finally added support for anonymous login (setting "allow_anonymous_login") + maintenance release + only backwards compatible to PHP 4.1.0+ + hopefully fixed all compatibility issues with register_globals being off + function get_query_val() is now deprecated, using $_GET[] + custom tags support added, [b]bold[/b], [i]italics[/i] so far, setting "allow_custom_tags" enables/disables this feature + option to validate email in notifies, setting "validate_email" + created a debug output function (software versions, settings etc) + help section is updated + settings help on mouseover on settings page + abbreviation support for long description and affected strings, settings abbreviate_description and abbreviate_affected + fixed nasty loop in do_error() vs. get_variable(), error_level setting removed, code would loop if database couldn't be selected. + improved search capabilities + added database optimize option under "Configuration", doing an "OPTIMIZE TABLE ticket, action, user, settings, notify" 0.6 ====== + print ticket and notify by email now wordwraps description and actions + most font properties are now in the default.css for easy editing + implementing stylesheets (default.css) to simplify code(ing) and improve UI + removing all html tags now due to CrossSite Scripting problems, again than you Ulf + fixed some bad SQL queries, thanks again Ulf + ticket.php and print.php was missing do_login(), thanks Ulf + added initial notify possibility by email + added individual ticket/user/settings reset in database reset function + added "edit profile" option in configuration screen + various minor cosmetic code/layout fixes 0.5 === + note: database is NOT compatible with previous versions + printable tickets now available + all preferences except mysql info are now set in config.php + all variables previously in conf.inc.php is now stored in the db table "settings" except mysql connection values. + initial session support + changed id fields in db from tinyint(4) to int(8) to handler larger dbs + sorting by date, description and affected added in ticket list + ticket description is stripped off all HTML except I,B and U tags + added primitive search function + the usual tweaks and fixes 0.4 === + added help section + added administrator user option for add/edit/deletion of users + added user editing + added reset database option + new layout using frames, hopefully a faster and easier one + all ticket data is now editable + general code cleanup/optimizing + more sanity checks to see if ticket is in table before fetching it 0.1.2: === + Declared arrays before populating them + Created priority model script + Fixed problem where logging out doesn't destroy session variables + Allowed fortune to be stored in more than one place 0.1.1: === + This is the first release

    posted 2157 days ago

  • Code committed

    j_heuser committed patchset 3 of module phpticketplus to the Ticket System written in PHP CVS repository, changing 1 files

    posted by j_heuser 2197 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Ticket System written in PHP Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review