Language File Entry = $lang['utmz'] = [.]/admin/[.]

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
User avatar
aln_cms
Forum Members
Forum Members
Posts: 88
Joined: Mon Jan 08, 2007 7:09 pm
Location: Ireland

Language File Entry = $lang['utmz'] = [.]/admin/[.]

Post by aln_cms »

Hi,

I was about to change the admin_dir setting, and to be sure to be sure to be sure I did a quick scan to make sure that no code.module had hard referenced /admin/

I found many of these:

$lang['utmz'] = '156861353.1235854022.19.6.utmccn=(referral)|utmcsr=miditower|utmcct=/cms/admin/listmodules.php|utmcmd=referral';

I'm lost as to what they are.  Anyone knowm, the string doesn't seem to be referenced eslewhere?

Thanks,
Alan
--
Alan Ryan
Lead Developer
CodeCrunchers Internet Software Development - Ireland
http://www.codecrunchers.ie
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

Re: Language File Entry = $lang['utmz'] = [.]/admin/[.]

Post by Dee »

Those lang strings are added to external language files (coming from the translation center).
My guess is they serve some function in the Translation Center, they're normally not used by the (translated) module.

Regards,
D
User avatar
aln_cms
Forum Members
Forum Members
Posts: 88
Joined: Mon Jan 08, 2007 7:09 pm
Location: Ireland

Re: Language File Entry = $lang['utmz'] = [.]/admin/[.]

Post by aln_cms »

Thanks D, I was starting to get that 'have I been hacked' feeling.

Alan
--
Alan Ryan
Lead Developer
CodeCrunchers Internet Software Development - Ireland
http://www.codecrunchers.ie
Post Reply

Return to “Developers Discussion”