Page 4 of 29

Re: Support for Account Manager

Posted: Fri Jun 05, 2009 11:55 am
by Esper666
daedalus wrote:And Kamael aren't allowed to change their gender because kamael jobs are specific to the gender. You have a better explaination about how accounts services works here : http://www.lineage2.com/my_account/acco ... ices2.html
I mean in your ACM service Kamaels can change their gender and this kinda bug. :)

Re: Support for Account Manager

Posted: Fri Jun 05, 2009 9:42 pm
by fakoykas
Even if the config of the verification e-mail is closed the acm says when you register that you will need to activate it.


Also SMTP settings are not working with the latest version.. on debug mode i get authentication but e-mail is not sent.

Re: Support for Account Manager

Posted: Fri Jun 05, 2009 10:02 pm
by daedalus
@Esper666,

Ups :s, Kamael bug fixed

@fakoykas,

Language form fixed to a better sentence. Looking for smtp bug.

Have a nice week-end

Re: Support for Account Manager

Posted: Fri Jun 05, 2009 11:00 pm
by fakoykas
I found the smtp problem daedalus..

where it asks for the smtp password instead of the word password you have written "passwor" you missed a "d".

Have a nice weekend too.

Re: Support for Account Manager

Posted: Sat Jun 06, 2009 1:03 am
by TheClown
as increased pwd_limit

now is 15 digits

Re: Support for Account Manager

Posted: Sat Jun 06, 2009 11:12 am
by daedalus
fakoykas wrote:I found the smtp problem daedalus..

where it asks for the smtp password instead of the word password you have written "passwor" you missed a "d".

Have a nice weekend too.
Ha nice typo has been fixed thanks :)
TheClown wrote:as increased pwd_limit

now is 15 digits
It was already set to 15 digits for both login and password.

Re: Support for Account Manager

Posted: Sat Jun 06, 2009 11:30 pm
by TheClown
TheClown wrote:as increased pwd_limit

now is 15 digits
It was already set to 15 digits for both login and password.[/quote]

but I need increase to 20 limit_password and name id

sorry my ingles

Re: Support for Account Manager

Posted: Sun Jun 07, 2009 9:32 am
by daedalus
Oh sorry,

In ./config.php

At the end of file :

Add those lines :

Code: Select all

CONFIG::g()->ci('core_id_limit', 20);CONFIG::g()->ci('core_pwd_limit', 20);CONFIG::g()->cs('adv_id_regex', '`^[[:alnum:]]{4,20}$`');       // allow alphanumeric character in login name and login character min needed is 4 and max 20CONFIG::g()->cs('adv_pwd_regex', '`^[[:alnum:]@\\\/]{4,20}$`'); //allow alphanumeric character and \ / @ in password and pwd character min needed is 4 and max 20

Re: Support for Account Manager

Posted: Sun Jun 07, 2009 11:09 am
by NyXrB
Hi Daedalus, Thanks for this great Account Manager.
The Acm is working fine but I'm having a little problem. (Not very important)
Is it normal that when i try to put color in the english.php, I cannot see the color with Mozilla, but with other browsers (Google Chrome for example) I can?
Thanks for your anwser ^^

Re: Support for Account Manager

Posted: Sun Jun 07, 2009 5:48 pm
by Kriogen
Hello, i`m having some problems with the acm running on linux.

Code: Select all

Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Fatal error: Unknown: Failed opening required '/www/www.l2-ah.ro/deving/acm/index.php' (include_path='.:/usr/local/lib/php') in Unknown on line 0
This is the error i get. Do you know how to fix that?

Re: Support for Account Manager

Posted: Sun Jun 07, 2009 9:08 pm
by daedalus
NyXrB wrote:Hi Daedalus, Thanks for this great Account Manager.
The Acm is working fine but I'm having a little problem. (Not very important)
Is it normal that when i try to put color in the english.php, I cannot see the color with Mozilla, but with other browsers (Google Chrome for example) I can?
Thanks for your anwser ^^
Can you parse your code ?
Kriogen wrote:Hello, i`m having some problems with the acm running on linux.

Code: Select all

Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Fatal error: Unknown: Failed opening required '/www/www.l2-ah.ro/deving/acm/index.php' (include_path='.:/usr/local/lib/php') in Unknown on line 0
This is the error i get. Do you know how to fix that?
It's seems you haven't set enought rights on the folder.

Re: Support for Account Manager

Posted: Mon Jun 08, 2009 12:39 pm
by sharpshoot3r
Hey, what about godaddy?
They don't allow remote connection (only http and https port) ...
any ideas?

Re: Support for Account Manager

Posted: Mon Jun 08, 2009 6:48 pm
by NyXrB
daedalus wrote:
NyXrB wrote:Hi Daedalus, Thanks for this great Account Manager.
The Acm is working fine but I'm having a little problem. (Not very important)
Is it normal that when i try to put color in the english.php, I cannot see the color with Mozilla, but with other browsers (Google Chrome for example) I can?
Thanks for your anwser ^^
Can you parse your code ?
Sure ^^, here is an example:

Code: Select all

<font color="399BC9">Account</font> <font color="999999">Manager</font>
Like I said, I just changed the english.php, I don't know what to change in the style.css in order to have what I want (2 different colors in one sentence)
Thank you for your help

Re: Support for Account Manager

Posted: Mon Jun 08, 2009 10:34 pm
by daedalus
@sharpshoot3r,

One idea is to keep your website on godaddy and make a small website which host acm on your gameserver.

@NyXrB,
try this code :)

Code: Select all

<span style="color: #399BC9">Account</span><span style="color: #999999">Manager</span>

Re: Support for Account Manager

Posted: Mon Jun 08, 2009 10:39 pm
by chandy
daedalus,you find some solution to my problem :( plz ?