Page 11 of 29

Re: Support for Account Manager

Posted: Wed Sep 30, 2009 2:39 am
by labman
Thank You VeryMuch~
非常非常的感謝您!!

Re: Support for Account Manager

Posted: Thu Oct 01, 2009 5:25 pm
by daedalus
I'm using servername.xml (made by l2j team) in root directory. You can customize it without edit core code.

Have fun

Re: Support for Account Manager

Posted: Fri Oct 02, 2009 10:20 am
by labman
I am Sorry~ leave two problem need your help...

'core_server_name', '天堂II Gracia simulator'
Image

Image

Re: Support for Account Manager

Posted: Fri Oct 02, 2009 12:22 pm
by daedalus
labman wrote:I am Sorry~ leave two problem need your help...

'core_server_name', '天堂II Gracia simulator'
Charname in your db are in chinese ? Could you send me char_table of your db for making test ? It will help to debug charset feature.
For email, I'm looking on it.

Re: Support for Account Manager

Posted: Fri Oct 02, 2009 12:53 pm
by labman
Here You are. Thank you.
accounts & characters by UTF-8

Re: Support for Account Manager

Posted: Sun Oct 04, 2009 2:48 pm
by daedalus
I means one entry with a chiness char name. Your db charset is UTF-8 ?

Re: Support for Account Manager

Posted: Sun Oct 04, 2009 3:42 pm
by labman
Sorry! is this one?

Re: Support for Account Manager

Posted: Sun Oct 04, 2009 4:29 pm
by daedalus
Ok I've got it you should delete the file now ;)

Re: Support for Account Manager

Posted: Sun Oct 04, 2009 5:27 pm
by daedalus
I've found the problem download the latest version it's should be okay.

Re: Support for Account Manager

Posted: Sun Oct 04, 2009 8:16 pm
by momo61
love your committment daedalus

Re: Support for Account Manager

Posted: Mon Oct 05, 2009 12:55 am
by IiIJacKIiI
daedalus wrote:It's seems some files haven't been erase during transfert. Try to make another folder and upload the latest acm on it.

By the way the new template is avaible : http://heliosdaedalus.free.fr/act/

How to get that "pro" theme ?

thanks.

Re: Support for Account Manager

Posted: Mon Oct 05, 2009 2:02 am
by labman
Thanks you !
but... the account_manager-r140 . It still has the two problem

Image

Image

config.php

Code: Select all

CONFIG::g()->cs('core_server_name', '天堂 II Gracia simulator');	// 伺服器名稱 CONFIG::g()->cs('core_iso_type', 'utf-8');			// 設定字元集
classes\config.class.php

Code: Select all

	private $core_language = 'chinese';

Re: Support for Account Manager

Posted: Mon Oct 05, 2009 3:59 pm
by daedalus
@momo61, :-)

@IiIJacKIiI, I'll publish it soon.

@labman, try using charset big5 :

Code: Select all

CONFIG::g()->cs('core_iso_type', 'big5');

Re: Support for Account Manager

Posted: Mon Oct 05, 2009 7:06 pm
by labman
try using charset big5
Image

Re: Support for Account Manager

Posted: Mon Oct 05, 2009 7:41 pm
by daedalus
Hum you will need to convert chiness.php file with big5 charset.