Tracking ID
Posted: Fri Jun 25, 2010 11:37 am
Script URL: http://www.hesk.com
Version of script:2.2
Write your message below: Is there a way to change the tracking ID to like $trackingID .= date('ymdGi'); in previous Version: 0.94.1 @ October 25, 2007 this is the code i modified the code but now it will not work with new version
/* Generate tracking ID */
/*
$useChars='AEUYBDGHJLMNPQRSTVWXZ123456789';
$trackingID = $useChars{mt_rand(0,29)};
for($i=1;$i<18;$i++)
*/
{
/* $trackingID .= $useChars{mt_rand(0,29)};*/
$trackingID= $trackingID .= date('ymdGi');
Version of script:2.2
Write your message below: Is there a way to change the tracking ID to like $trackingID .= date('ymdGi'); in previous Version: 0.94.1 @ October 25, 2007 this is the code i modified the code but now it will not work with new version
/* Generate tracking ID */
/*
$useChars='AEUYBDGHJLMNPQRSTVWXZ123456789';
$trackingID = $useChars{mt_rand(0,29)};
for($i=1;$i<18;$i++)
*/
{
/* $trackingID .= $useChars{mt_rand(0,29)};*/
$trackingID= $trackingID .= date('ymdGi');