Support for Account Manager

Have you created a useful tool? or Do you want to get help building one? This is the right place!
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
labman
Posts: 67
Joined: Sun Sep 13, 2009 2:09 pm
Location: Taiwan
Contact:

Re: Support for Account Manager

Post by labman »

Thank You VeryMuch~
非常非常的感謝您!!
User avatar
daedalus
Posts: 155
Joined: Sun Mar 12, 2006 12:16 pm

Re: Support for Account Manager

Post by daedalus »

I'm using servername.xml (made by l2j team) in root directory. You can customize it without edit core code.

Have fun
Daedalus
labman
Posts: 67
Joined: Sun Sep 13, 2009 2:09 pm
Location: Taiwan
Contact:

Re: Support for Account Manager

Post by labman »

I am Sorry~ leave two problem need your help...

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

Image
User avatar
daedalus
Posts: 155
Joined: Sun Mar 12, 2006 12:16 pm

Re: Support for Account Manager

Post 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.
Daedalus
labman
Posts: 67
Joined: Sun Sep 13, 2009 2:09 pm
Location: Taiwan
Contact:

Re: Support for Account Manager

Post by labman »

Here You are. Thank you.
accounts & characters by UTF-8
User avatar
daedalus
Posts: 155
Joined: Sun Mar 12, 2006 12:16 pm

Re: Support for Account Manager

Post by daedalus »

I means one entry with a chiness char name. Your db charset is UTF-8 ?
Daedalus
labman
Posts: 67
Joined: Sun Sep 13, 2009 2:09 pm
Location: Taiwan
Contact:

Re: Support for Account Manager

Post by labman »

Sorry! is this one?
User avatar
daedalus
Posts: 155
Joined: Sun Mar 12, 2006 12:16 pm

Re: Support for Account Manager

Post by daedalus »

Ok I've got it you should delete the file now ;)
Daedalus
User avatar
daedalus
Posts: 155
Joined: Sun Mar 12, 2006 12:16 pm

Re: Support for Account Manager

Post by daedalus »

I've found the problem download the latest version it's should be okay.
Daedalus
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: Support for Account Manager

Post by momo61 »

love your committment daedalus
IiIJacKIiI
Posts: 11
Joined: Sun Feb 11, 2007 9:36 pm

Re: Support for Account Manager

Post 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.
labman
Posts: 67
Joined: Sun Sep 13, 2009 2:09 pm
Location: Taiwan
Contact:

Re: Support for Account Manager

Post 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';
User avatar
daedalus
Posts: 155
Joined: Sun Mar 12, 2006 12:16 pm

Re: Support for Account Manager

Post by daedalus »

@momo61, :-)

@IiIJacKIiI, I'll publish it soon.

@labman, try using charset big5 :

Code: Select all

CONFIG::g()->cs('core_iso_type', 'big5');
Daedalus
labman
Posts: 67
Joined: Sun Sep 13, 2009 2:09 pm
Location: Taiwan
Contact:

Re: Support for Account Manager

Post by labman »

try using charset big5
Image
User avatar
daedalus
Posts: 155
Joined: Sun Mar 12, 2006 12:16 pm

Re: Support for Account Manager

Post by daedalus »

Hum you will need to convert chiness.php file with big5 charset.
Daedalus
Post Reply