Support for Account Manager

Have you created a useful tool? or you want to get help building one... this is the right place
Forum rules
READ NOW: L2j Forums Rules of Conduct

Re: Support for Account Manager

Postby h0munculus » Wed Nov 23, 2011 10:48 am

thank you very much. Best solution for me.

babyjason wrote:acm is great, i m a mess, i spent like 4 hours browsing through configs/php my admin, etc ...

as you can see in my settings i turned off email verification , i m sry but i m very preocupied by safety of users :( so it s ok that i manually changed -1 to 0 , right?:)

  1. CONFIG::g()->cb('core_act_email', false);                                       // Activate email verification ; set false if you want deactivate
  2. CONFIG::g()->cb('core_same_email', false);                                      // Allow to have same email with different account ; set false if you want deactivate
  3. CONFIG::g()->cb('core_can_chg_email', false);                                   // User can change email ; set false if you want prohibit
  4.  
  5. CONFIG::g()->cbi('core_acc_limit', false);                                      // How many account can be registered ; set false for unlimited
  6.  


so, i solved the change pass issue by adding the right to UPDAte to data tables, is it safe like this?
Image

i tried to use database specific priviledges only for accounts tables, but allthou i highlighted at update 'passwords" still the change password wasnt working

is it safe like this? :cry: :cry: :cry: :cry:

(if i selected
h0munculus
 
Posts: 18
Joined: Tue May 29, 2007 7:13 pm
Location: Salatiga, Indonesia

Re: Support for Account Manager

Postby hellartist » Sat Jan 28, 2012 12:42 pm

i have a problem..
on install everything is ok!
i try to create an account and when i press create the site try to redirect but nothing..
i look on account and the account has been created but the page try to sow me the message account created succesfuly.but nothing.. he same when i change password..the pass change but the page dosent saw me message..is loading again and again.. whats the problem>>>??? please answer
hellartist
 
Posts: 2
Joined: Sun Oct 09, 2011 7:22 am

Re: Support for Account Manager

Postby babyjason » Sat Feb 18, 2012 11:25 pm

i installed a new router, and now the account manager isnt working, any ideeas why? what port is using ?
babyjason
 
Posts: 577
Joined: Wed Dec 02, 2009 8:59 pm

Re: Support for Account Manager

Postby babyjason » Sat Feb 18, 2012 11:37 pm

is it 3306? if it is, it s mysqls port, so is it secure to use it? also, isnt it more secure to use autocreate account ing ame? just asking
babyjason
 
Posts: 577
Joined: Wed Dec 02, 2009 8:59 pm

Re: Support for Account Manager

Postby nikisister » Sun Mar 11, 2012 4:50 pm

byxzer0 wrote:hey, i have this errors:

Strict Standards: Declaration of SmartyObject::assign() should be compatible with that of Smarty::assign() in C:\xampp\htdocs\lineage2\account\classes\system.class.php on line 48

Strict Standards: Declaration of SmartyObject::display() should be compatible with that of Smarty::display() in C:\xampp\htdocs\lineage2\account\classes\system.class.php on line 48

Strict Standards: Non-static method lang::i18n() should not be called statically in C:\xampp\htdocs\lineage2\account\index.php on line 38

Strict Standards: Non-static method lang::i18n() should not be called statically in C:\xampp\htdocs\lineage2\account\index.php on line 39

Strict Standards: Non-static method account::load() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\classes\system.class.php on line 45


I have the same problem, someone has a solution please
nikisister
 
Posts: 1
Joined: Sat Feb 25, 2012 6:10 am

Re: Support for Account Manager

Postby Bani » Sun Mar 18, 2012 11:18 am

ACM is old eregi -> preg_match mysql->mysqli

Would be a simple rework but i don't have time at moment :)

EDIT: It should be remade into OOP and with a lot lower usage of static variables/functions :)
Bani
 
Posts: 21
Joined: Mon Jan 31, 2011 12:55 am

Re: Support for Account Manager

Postby MacBeth » Wed May 16, 2012 12:49 am

Hi,

just setup the acm on my system and the install.php shows everythin "ok". But if i want to create a new user i get the system message "Database problem : Account was not created. Please report this to the Staff"!

Google brought no new solution and 2-3 members seemed to have also this problem but there was no solution posted.

So i'm asking what's wrong with my installation / config or server and what is the solution ?

thx a lot, best regards
MacBeth :mrgreen:
MacBeth
 
Posts: 2
Joined: Tue Sep 07, 2010 11:40 am

Re: Support for Account Manager

Postby Sweetyass » Sun Jul 15, 2012 9:45 am

Hello everyone i have a little question i can someone explain me and help me why i get this error.

when i try use the account services like unstuck and fix character?.

Image
Image
User avatar
Sweetyass
 
Posts: 37
Joined: Fri Apr 30, 2010 6:15 pm

Re: Support for Account Manager

Postby Sweetyass » Sun Jul 29, 2012 12:09 am

can someone help me with that problem above pls thx.
Image
User avatar
Sweetyass
 
Posts: 37
Joined: Fri Apr 30, 2010 6:15 pm

Re: Support for Account Manager

Postby jurchiks » Sun Jul 29, 2012 12:16 pm

It means your account manger is trying to select a non-existent column from the database, or, to be more specific, it probably uses "SELECT * FROM ..." and then tries to access that column from the resultset, but it isn't there because such column isn't in the table.
Or maybe some configs are wrong, but I wouldn't know anything about that.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
User avatar
jurchiks
 
Posts: 5385
Joined: Sat Sep 19, 2009 5:16 pm
Location: Eastern Europe

Re: Support for Account Manager

Postby Sweetyass » Tue Jul 31, 2012 10:24 am

Ok thx alot jurchiks for the help.
Image
User avatar
Sweetyass
 
Posts: 37
Joined: Fri Apr 30, 2010 6:15 pm

Re: Support for Account Manager

Postby maxstyleboy » Mon Aug 20, 2012 2:06 am

smtp authentication problem.

554 5.7.1 : Client host rejected: Temporary Blocked

-----------------------------------------------------------------

account manager cant send email

someone can help ?
maxstyleboy
 
Posts: 148
Joined: Thu Jul 15, 2010 1:26 am

Re: Support for Account Manager

Postby KillTheEmo » Thu Sep 27, 2012 9:45 pm

nikisister wrote:
byxzer0 wrote:hey, i have this errors:

Strict Standards: Declaration of SmartyObject::assign() should be compatible with that of Smarty::assign() in C:\xampp\htdocs\lineage2\account\classes\system.class.php on line 48

Strict Standards: Declaration of SmartyObject::display() should be compatible with that of Smarty::display() in C:\xampp\htdocs\lineage2\account\classes\system.class.php on line 48

Strict Standards: Non-static method lang::i18n() should not be called statically in C:\xampp\htdocs\lineage2\account\index.php on line 38

Strict Standards: Non-static method lang::i18n() should not be called statically in C:\xampp\htdocs\lineage2\account\index.php on line 39

Strict Standards: Non-static method account::load() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\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 C:\xampp\htdocs\lineage2\account\classes\system.class.php on line 45


I have the same problem, someone has a solution please


I HAVE THE SAME PROBLEM!! What the hell is happening?
That happens when i try to enter in localhost/acm,
And when i try to use it from my serverwebpage (diferent host), appears this error when i press Create:
Warning: mysql_real_escape_string() expects parameter 2 to be resource, boolean given in \\hmfsw\web\DTCWIN058\painstorm.com.ar\public_html\account_manager\classes\mysql.class.php on line 72

Warning: mysql_real_escape_string() expects parameter 2 to be resource, boolean given in \\hmfsw\web\DTCWIN058\painstorm.com.ar\public_html\account_manager\classes\mysql.class.php on line 72

Warning: mysql_real_escape_string() expects parameter 2 to be resource, boolean given in \\hmfsw\web\DTCWIN058\painstorm.com.ar\public_html\account_manager\classes\mysql.class.php on line 72

Warning: mysql_real_escape_string() expects parameter 2 to be resource, boolean given in \\hmfsw\web\DTCWIN058\painstorm.com.ar\public_html\account_manager\classes\mysql.class.php on line 72

Warning: mysql_real_escape_string() expects parameter 2 to be resource, boolean given in \\hmfsw\web\DTCWIN058\painstorm.com.ar\public_html\account_manager\classes\mysql.class.php on line 72
KillTheEmo
 
Posts: 1
Joined: Thu Sep 27, 2012 9:41 pm

Re: Support for Account Manager

Postby gmakhs » Thu Nov 08, 2012 7:37 pm

hello if i want to add an extra line on my account.sql server but without allowing null in it what need to change in script to work ?
User avatar
gmakhs
 
Posts: 214
Joined: Sat Apr 14, 2007 1:00 pm

Re: Support for Account Manager

Postby babyjason2 » Wed Nov 21, 2012 5:27 pm

suddenly i get this error when trying to create new account or log in to account, but i didnt change anything for like 2 years all worked ok.

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

any ideea what this is, plz i need urgent help
babyjason2
 
Posts: 7
Joined: Wed Nov 21, 2012 11:13 am

PreviousNext

Return to Tools & Tools Support

Who is online

Users browsing this forum: No registered users and 1 guest