Page 28 of 29

Re: Support for Account Manager

Posted: Sun Jun 16, 2013 6:25 pm
by gmexid
im having some major problems with this, I access the install.php and all ok's are green, but when I go to index.php or xxx/acm/ I don't see anything, and I get an error about strf time zone, any suggestions

system: windows server 2008 r2 standard, using iis 7.5 web server

Re: Support for Account Manager

Posted: Mon Jun 17, 2013 8:46 pm
by gmexid
ok I got the account manager up and running, and its working, although I did see an php file with the characters information, is there a way to display the informion of the character in the acm window after a player logs in?

Re: Support for Account Manager

Posted: Sun Jun 30, 2013 8:37 pm
by refuel
Hi
i have a problem with email
E-mail Address's with underscore before @ symbol not accepted!
e.g _@hotmail.com
i ve searched in the forums but didnt find an answer.

error: Please enter a valid e-mail address.

Re: Support for Account Manager

Posted: Tue Jul 30, 2013 4:16 pm
by regenx
Who knows? This ACM works with Interlude server?

__EDITED:

Working. Thanks. ;)
I forgot this line:
CONFIG::g()->cb('core_interlude', true);

Re: Support for Account Manager

Posted: Tue Sep 10, 2013 5:14 am
by primeiro
My account manager is creating accounts with access level = -1 in the accounts table, so the players cant login.

how can i fix it?

thks

Re: Support for Account Manager

Posted: Tue Nov 05, 2013 1:35 am
by lordaton
Replace classes folder and worked perfectly,
Tnx

Re: Support for Account Manager

Posted: Thu Nov 07, 2013 10:40 am
by CostyKiller
primeiro wrote:My account manager is creating accounts with access level = -1 in the accounts table, so the players cant login.

how can i fix it?

thks
Anyone has a fix for this?

Re: Support for Account Manager

Posted: Thu Nov 14, 2013 3:13 am
by malduin
In config.php there is a line :

Code: Select all

CONFIG::g()->cb('core_act_email', true);
replace it with:

Code: Select all

CONFIG::g()->cb('core_act_email', false);
:D

Re: Support for Account Manager

Posted: Wed Nov 20, 2013 11:04 pm
by CostyKiller
malduin wrote:In config.php there is a line :

Code: Select all

CONFIG::g()->cb('core_act_email', true);
replace it with:

Code: Select all

CONFIG::g()->cb('core_act_email', false);
:D
even with this still creates the accounts with -1 access level.

Re: Support for Account Manager

Posted: Wed Feb 26, 2014 12:08 pm
by codew
You need to secure $_SERVER['REMOTE_ADDR'] in the insert query of file account.class.php.

And is good to be used prepared statements for the querys.

Re: Support for Account Manager

Posted: Sat Apr 26, 2014 11:05 pm
by mikiztly
hello,
i get acm with svn repository via eclipse, so i check out and copy /l2j_manager/account_manager to my server in /web/acm
i edit config.php to connect my database and with inspall.php i get everything ok, i delete install.php and access to my server http://pruebas/acm and get blank page, i check /acm/log and i found index.html so i don't have any clue whats wrong
any one can help me please?

Re: Support for Account Manager

Posted: Tue Apr 29, 2014 3:47 pm
by daedalus
Hi!

I hope all is fine for you. After 4 years, it's seems ACM is working even with L2J updates.

Regards,
Daedalus

Re: Support for Account Manager

Posted: Tue Apr 29, 2014 8:16 pm
by Zoey76
daedalus wrote:Hi!

I hope all is fine for you. After 4 years, it's seems ACM is working even with L2J updates.

Regards,
Daedalus
Holy cow!

Welcome back :P

Re: Support for Account Manager

Posted: Sun Jul 13, 2014 4:57 pm
by CostyKiller
Has anyone encountered this problem on characters services page?
acm.jpg
It should show your characters where it is the text "Any character found".

I tried to find the problem but I didn't found nothing.

Re: Support for Account Manager

Posted: Wed Aug 20, 2014 6:43 am
by Violence
some error's
Strict Standards: Declaration of SmartyObject::assign() should be compatible with that of Smarty::assign() in E:\{my path}\www\ACM\classes\system.class.php on line 48

Strict Standards: Declaration of SmartyObject::display() should be compatible with that of Smarty::display() in E:\{my path}\www\ACM\classes\system.class.php on line 48

Strict Standards: Non-static method lang::i18n() should not be called statically in E:\{my path}\www\ACM\index.php on line 38

Strict Standards: Non-static method lang::i18n() should not be called statically in E:\{my path}\www\ACM\index.php on line 39

Strict Standards: Non-static method account::load() should not be called statically, assuming $this from incompatible context in E:\{my path}\www\ACM\classes\core.class.php on line 14

Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in E:\{my path}\www\ACM\classes\core.class.php on line 44

Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in E:\{my path}\www\ACM\classes\core.class.php on line 47

Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in E:\{my path}\www\ACM\classes\core.class.php on line 48

Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in E:\{my path}\www\ACM\classes\core.class.php on line 49

Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in E:\{my path}\www\ACM\classes\core.class.php on line 50

Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in E:\{my path}\www\ACM\classes\core.class.php on line 51

Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in E:\{my path}\www\ACM\classes\core.class.php on line 52

Strict Standards: Non-static method lang::i18n() should not be called statically, assuming $this from incompatible context in E:\{my path}\www\ACM\classes\core.class.php on line 53

Strict Standards: Non-static method debug::publish() should not be called statically, assuming $this from incompatible context in E:\{my path}\www\ACM\classes\system.class.php on line 44

Strict Standards: Non-static method msg::display() should not be called statically, assuming $this from incompatible context in E:\{my path}\www\ACM\classes\system.class.php on line 45