Page 1 of 1

Hard coded "Administrator".

Posted: Tue May 01, 2007 10:43 pm
by mmartins
Script URL:
Version of script:94
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:


Image

I would like to translate this “administrator” to my language; I think that is hard coded somewhere but I can’t find it. Please, somebody help, where it is?

Thanks very much.
emanuel martins

Posted: Wed May 02, 2007 8:46 am
by Klemen
Hi,

The "Administrator" is not in the code, it's in the MySQL table "hesk_users". You can manually change that (for example in phpMyAdmin) or you can use this tool:
http://www.phpjunkyard.com/extras/chang ... ername.zip

1. open in notepad
2. change

Code: Select all

$admin_username = 'Administrator2';
to your own username, for example:

Code: Select all

$admin_username = 'MyUser';
3. upload file to your hesk folder and open it in your browser
4. after the update DELETE the file form the server

Posted: Wed May 02, 2007 1:04 pm
by mmartins
Thanks a lot,
Change is done.
Great script,

mmartins