Script URL:
Version of script: 2.3
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:
Hello to all,
sorry if there is allready a topic, bui I couldn´t find anything ;P
How is it possible to get NUMBERS for the Tracking-Id, it would be much easier to remember
Thanks
Andy
Trackin-ID NUMBERS instead of characters
Moderator: mkoch227
-
- Posts: 2
- Joined: Wed Nov 02, 2011 12:56 pm
Re: Trackin-ID NUMBERS instead of characters
I would advise against doing that for the reasons explained here:
viewtopic.php?f=13&t=3330&p=14264
In HESK 2.3 customers do have an option to view sequential ticket IDs (ticket numbers) that are easy to remember, but they cannot view tickets by that ID. Staff on the other hand can (use the "Find a ticket" form on admin main page).
viewtopic.php?f=13&t=3330&p=14264
In HESK 2.3 customers do have an option to view sequential ticket IDs (ticket numbers) that are easy to remember, but they cannot view tickets by that ID. Staff on the other hand can (use the "Find a ticket" form on admin main page).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 2
- Joined: Wed Nov 02, 2011 12:56 pm
Re: Trackin-ID NUMBERS instead of characters
Thanks Klemen,
I not want sequential tracking IDs, everyone could open any ticket....... that´s understandable not good.
NO, I mean just numbers INSTEAD of CHARACTERS
Thanks
Andy
I not want sequential tracking IDs, everyone could open any ticket....... that´s understandable not good.
NO, I mean just numbers INSTEAD of CHARACTERS

Thanks
Andy

Re: Trackin-ID NUMBERS instead of characters
In file "Inc/common.inc.php" change all instances of to
Then delete line
Code: Select all
$useChars[mt_rand(0,29)];
Code: Select all
mt_rand(0,9);
Code: Select all
$trackingID = hesk_formatID($trackingID);
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools