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
Edelvez
Posts: 173
Joined: Fri Nov 06, 2009 6:32 am
Location: Argentina

Re: Support for Account Manager

Post by Edelvez »

you have the smtp settings, set up correctly? that uses SMTP server?
Someone once told me: "The easiest way of doing things, making them the hard way" ;)
bigbro
Posts: 215
Joined: Mon Apr 30, 2007 10:00 pm
Location: Bulgaria

Re: Support for Account Manager

Post by bigbro »

Edelvez wrote:you have the smtp settings, set up correctly? that uses SMTP server?
yes, I do. Mail is received, but code into it is wrong.. ?! :(
thank you for that you want to help me
bigbro
Posts: 215
Joined: Mon Apr 30, 2007 10:00 pm
Location: Bulgaria

Re: Support for Account Manager

Post by bigbro »

also password recovery is not working..
bigbro
Posts: 215
Joined: Mon Apr 30, 2007 10:00 pm
Location: Bulgaria

Re: Support for Account Manager

Post by bigbro »

any ideas how to fix activation code from emails?
Edelvez
Posts: 173
Joined: Fri Nov 06, 2009 6:32 am
Location: Argentina

Re: Support for Account Manager

Post by Edelvez »

Please upload your config.php no password and no user name
Someone once told me: "The easiest way of doing things, making them the hard way" ;)
bigbro
Posts: 215
Joined: Mon Apr 30, 2007 10:00 pm
Location: Bulgaria

Re: Support for Account Manager

Post by bigbro »

Edelvez wrote:Please upload your config.php no password and no user name
I manage to fix it. It was a problem from my hositng and access for sql user to database. Now it is ok.
User avatar
daedalus
Posts: 155
Joined: Sun Mar 12, 2006 12:16 pm

Re: Support for Account Manager

Post by daedalus »

Hello !

I'm sure ACM is pretty old.

If there still problem unsolved, tell me.
Daedalus
User avatar
Raikkon35
Posts: 178
Joined: Sat Mar 08, 2008 2:54 pm

Re: Support for Account Manager

Post by Raikkon35 »

Daedalus? Long time no see! You're back? :D
User avatar
daedalus
Posts: 155
Joined: Sun Mar 12, 2006 12:16 pm

Re: Support for Account Manager

Post by daedalus »

Sometimes,I'm looking behind me to know what happend :)
Daedalus
kube
Posts: 15
Joined: Thu Jan 06, 2011 5:19 pm

Re: Support for Account Manager

Post by kube »

Hi, first thanks for ur ACM. I have one question, i'm trying make/edit one template for my website but when i change background color/image, the color/image not change!! what happen?

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

Re: Support for Account Manager

Post by daedalus »

Code: Select all

body {    font-family:"Lucida Grande",helvetica,verdana,sans-serif;    font-size:14px;    font-size-adjust:none;    font-stretch:normal;    font-style:normal;    font-variant:normal;    font-weight:normal;    color: #494E52;    background: #b0b8bf url("./images/bg.gif") repeat-x left top;}
Hum, it's just the background line you have to edit. Becarefull when you edit css file. Clean the cache directory after each edit.
Daedalus
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: Support for Account Manager

Post by momo61 »

Daedalus =)

I'm still hoping you will make more templates for the account manager ^^
meph4ntom
Posts: 39
Joined: Sat Oct 30, 2010 12:35 pm

Re: Support for Account Manager

Post by meph4ntom »

Warning: mysql_real_escape_string() expects parameter 2 to be resource, boolean given in /home/a8109995/public_html/acm/classes/mysql.class.php on line 72

this is what i am getting when tryng to connect with ACM to my db in any way ...
blacksea
Posts: 458
Joined: Fri Oct 05, 2007 1:29 am

Re: Support for Account Manager

Post by blacksea »

daedalus its possible at service unstuck or fix to delete also all buffs from player? Some chars fall thru Gracia and they can`t get back in until i remove his owl buff
User avatar
daedalus
Posts: 155
Joined: Sun Mar 12, 2006 12:16 pm

Re: Support for Account Manager

Post by daedalus »

momo61 wrote:Daedalus =)

I'm still hoping you will make more templates for the account manager ^^
I haven't time to make new theme sorry. But if someone have done theme, they can share.
meph4ntom wrote:Warning: mysql_real_escape_string() expects parameter 2 to be resource, boolean given in /home/a8109995/public_html/acm/classes/mysql.class.php on line 72

this is what i am getting when tryng to connect with ACM to my db in any way ...
It's seems your db information aren't valid. Check the db configuration.
blacksea wrote:daedalus its possible at service unstuck or fix to delete also all buffs from player? Some chars fall thru Gracia and they can`t get back in until i remove his owl buff
Hum, If you have the sql syntax. I can add it on the script.
Daedalus
Post Reply