Hard coded "Administrator".

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
mmartins
Posts: 2
Joined: Tue May 01, 2007 10:30 pm

Hard coded "Administrator".

Post 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
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
mmartins
Posts: 2
Joined: Tue May 01, 2007 10:30 pm

Post by mmartins »

Thanks a lot,
Change is done.
Great script,

mmartins
Post Reply