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
Esper666
Posts: 5
Joined: Thu Apr 30, 2009 6:43 am

Re: Support for Account Manager

Post 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. :)
fakoykas
Posts: 32
Joined: Wed May 06, 2009 11:11 pm

Re: Support for Account Manager

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

Re: Support for Account Manager

Post 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
Daedalus
fakoykas
Posts: 32
Joined: Wed May 06, 2009 11:11 pm

Re: Support for Account Manager

Post 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.
User avatar
TheClown
Posts: 54
Joined: Wed Feb 20, 2008 7:41 pm
Location: Chile

Re: Support for Account Manager

Post by TheClown »

as increased pwd_limit

now is 15 digits
User avatar
daedalus
Posts: 155
Joined: Sun Mar 12, 2006 12:16 pm

Re: Support for Account Manager

Post 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.
Daedalus
User avatar
TheClown
Posts: 54
Joined: Wed Feb 20, 2008 7:41 pm
Location: Chile

Re: Support for Account Manager

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

Re: Support for Account Manager

Post 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
Daedalus
NyXrB
Posts: 26
Joined: Mon May 18, 2009 6:19 pm

Re: Support for Account Manager

Post 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 ^^
Kriogen
Posts: 65
Joined: Mon May 11, 2009 11:38 am

Re: Support for Account Manager

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

Re: Support for Account Manager

Post 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.
Daedalus
sharpshoot3r
Posts: 12
Joined: Thu Jan 18, 2007 11:33 pm

Re: Support for Account Manager

Post by sharpshoot3r »

Hey, what about godaddy?
They don't allow remote connection (only http and https port) ...
any ideas?
NyXrB
Posts: 26
Joined: Mon May 18, 2009 6:19 pm

Re: Support for Account Manager

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

Re: Support for Account Manager

Post 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>
Daedalus
User avatar
chandy
Posts: 6
Joined: Mon Oct 15, 2007 5:32 pm
Location: Brazil

Re: Support for Account Manager

Post by chandy »

daedalus,you find some solution to my problem :( plz ?
Post Reply