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
gmexid
Posts: 33
Joined: Fri Mar 01, 2013 10:09 pm

Re: Support for Account Manager

Post 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
gmexid
Posts: 33
Joined: Fri Mar 01, 2013 10:09 pm

Re: Support for Account Manager

Post 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?
User avatar
refuel
Posts: 18
Joined: Wed Feb 17, 2010 1:15 pm

Re: Support for Account Manager

Post 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.
User avatar
regenx
Posts: 319
Joined: Sat Jul 17, 2010 6:55 am

Re: Support for Account Manager

Post by regenx »

Who knows? This ACM works with Interlude server?

__EDITED:

Working. Thanks. ;)
I forgot this line:
CONFIG::g()->cb('core_interlude', true);
primeiro
Posts: 23
Joined: Sun Jan 23, 2011 7:22 pm

Re: Support for Account Manager

Post 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
User avatar
lordaton
Posts: 9
Joined: Sat Jan 09, 2010 2:30 am
Contact:

Re: Support for Account Manager

Post by lordaton »

Replace classes folder and worked perfectly,
Tnx
User avatar
CostyKiller
Posts: 220
Joined: Mon Aug 10, 2009 11:48 pm
Location: Romania

Re: Support for Account Manager

Post 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?
malduin
Posts: 2
Joined: Wed Apr 24, 2013 6:39 am

Re: Support for Account Manager

Post 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
User avatar
CostyKiller
Posts: 220
Joined: Mon Aug 10, 2009 11:48 pm
Location: Romania

Re: Support for Account Manager

Post 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.
codew
Posts: 1
Joined: Mon Feb 24, 2014 3:41 pm

Re: Support for Account Manager

Post 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.
mikiztly
Posts: 10
Joined: Tue Mar 18, 2014 3:18 pm

Re: Support for Account Manager

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

Re: Support for Account Manager

Post 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
Daedalus
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: Support for Account Manager

Post 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
Powered by Eclipse 4.30 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.2.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
User avatar
CostyKiller
Posts: 220
Joined: Mon Aug 10, 2009 11:48 pm
Location: Romania

Re: Support for Account Manager

Post 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.
You do not have the required permissions to view the files attached to this post.
Violence
Posts: 44
Joined: Sat Oct 27, 2012 1:45 pm

Re: Support for Account Manager

Post 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
[P.S] Sorry for my bad English
Post Reply