Support for Account Manager
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 67
- Joined: Sun Sep 13, 2009 2:09 pm
- Location: Taiwan
- Contact:
- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
Re: Support for Account Manager
I'm using servername.xml (made by l2j team) in root directory. You can customize it without edit core code.
Have fun
Have fun
Daedalus
-
- Posts: 67
- Joined: Sun Sep 13, 2009 2:09 pm
- Location: Taiwan
- Contact:
Re: Support for Account Manager
I am Sorry~ leave two problem need your help...
'core_server_name', '天堂II Gracia simulator'


'core_server_name', '天堂II Gracia simulator'


- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
Re: Support for Account Manager
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.labman wrote:I am Sorry~ leave two problem need your help...
'core_server_name', '天堂II Gracia simulator'
For email, I'm looking on it.
Daedalus
-
- Posts: 67
- Joined: Sun Sep 13, 2009 2:09 pm
- Location: Taiwan
- Contact:
Re: Support for Account Manager
Here You are. Thank you.
accounts & characters by UTF-8
accounts & characters by UTF-8
- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
Re: Support for Account Manager
I means one entry with a chiness char name. Your db charset is UTF-8 ?
Daedalus
-
- Posts: 67
- Joined: Sun Sep 13, 2009 2:09 pm
- Location: Taiwan
- Contact:
- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
Re: Support for Account Manager
I've found the problem download the latest version it's should be okay.
Daedalus
- momo61
- Posts: 1648
- Joined: Fri Jun 06, 2008 2:05 pm
- Location: Europe
Re: Support for Account Manager
love your committment daedalus
-
- Posts: 11
- Joined: Sun Feb 11, 2007 9:36 pm
Re: Support for Account Manager
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.
-
- Posts: 67
- Joined: Sun Sep 13, 2009 2:09 pm
- Location: Taiwan
- Contact:
Re: Support for Account Manager
Thanks you !
but... the account_manager-r140 . It still has the two problem


config.php
classes\config.class.php
but... the account_manager-r140 . It still has the two problem


config.php
Code: Select all
CONFIG::g()->cs('core_server_name', '天堂 II Gracia simulator'); // 伺服器名稱 CONFIG::g()->cs('core_iso_type', 'utf-8'); // 設定字元集
Code: Select all
private $core_language = 'chinese';
- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
Re: Support for Account Manager
@momo61, 
@IiIJacKIiI, I'll publish it soon.
@labman, try using charset big5 :

@IiIJacKIiI, I'll publish it soon.
@labman, try using charset big5 :
Code: Select all
CONFIG::g()->cs('core_iso_type', 'big5');
Daedalus
-
- Posts: 67
- Joined: Sun Sep 13, 2009 2:09 pm
- Location: Taiwan
- Contact:
- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
Re: Support for Account Manager
Hum you will need to convert chiness.php file with big5 charset.
Daedalus