Page 1 of 1

General Help Please

Posted: Thu Sep 20, 2007 8:13 pm
by willie147
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Is it possible to change the word "Ticket" to Callog. I had a look though the scripts and didn`t have a clue how to do it.

Also, is it possible to change the Ticket ID from the randomly generated letters to sequential series of numbers so that every new ticket increases the count by one?

Sorry for my ignorance on these but I`m not too familiar with PHP.

Great script though.

Cheers

Willie

Posted: Thu Sep 20, 2007 9:15 pm
by Klemen
All the words are inside the file "language/english.inc.php"

Changing ticket ID to a sequential series of numbers can be done if you know PHP, but strongly discouraged for reasons already discussed on this forum in the past (try searching).