Support for Account Manager
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 186
- Joined: Wed Jun 24, 2009 10:01 am
Re: Support for Account Manager
have admin system in this tool?
- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
Re: Support for Account Manager
thanks lishawj for your explanation 

No there aren't an admin system on itstreamsss wrote:have admin system in this tool?
Daedalus
-
- Posts: 82
- Joined: Thu Apr 21, 2005 2:14 pm
Re: Support for Account Manager
Hello, thanks for this wonderful tool.
I have one problem, let me try to explain:
I want to include the "?&action=show_create" or "index.php" into one of my static html websites.
I tried the following:
But when I do so, I get these errors:
As you might figure, I'm rather new to php.
Any help would be nice.
I have one problem, let me try to explain:
I want to include the "?&action=show_create" or "index.php" into one of my static html websites.
I tried the following:
Code: Select all
<?php include ('./account/index.php'); ?>
Code: Select all
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/sunrisen/public_html/l2/register.php:7) in /home/sunrisen/public_html/l2/account/index.php on line 6 Warning: require(./classes/config.class.php) [function.require]: failed to open stream: No such file or directory in /home/sunrisen/public_html/l2/account/index.php on line 10 Warning: require(./classes/config.class.php) [function.require]: failed to open stream: No such file or directory in /home/sunrisen/public_html/l2/account/index.php on line 10 Fatal error: require() [function.require]: Failed opening required './classes/config.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/sunrisen/public_html/l2/account/index.php on line 10
Any help would be nice.
- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
Re: Support for Account Manager
You should use template for keep website design.
But the solution to use include('acm/index.php') won't work because you display some html code before to show acm and session system doesn't like that.
But the solution to use include('acm/index.php') won't work because you display some html code before to show acm and session system doesn't like that.
Daedalus
- momo61
- Posts: 1648
- Joined: Fri Jun 06, 2008 2:05 pm
- Location: Europe
Re: Support for Account Manager
will there be more templates for the ACM soon ? 

- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
- momo61
- Posts: 1648
- Joined: Fri Jun 06, 2008 2:05 pm
- Location: Europe
Re: Support for Account Manager
can't wait ^^ good job D !daedalus wrote:Soon ;D
-
- Posts: 15
- Joined: Tue Jun 23, 2009 4:27 am
Re: Support for Account Manager
So what are the benefits of this program or any account manager if you can autocreate an account when you first login now? I'm just curious so I can run a server more efficiently. Appreciate any input on this. 

- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
Re: Support for Account Manager
It's a good question. Why use an account manager instead of auto create account.
Some ideas :
When you make a wrong type in your account name, it's create useless account.
You can't recovery your password when you use autocreate.
You can't use account services.
You can't manage the number of created account.
Some account manager give some extra for admin likes give access level, check account with the same ip (don't need to log in), ban, unban,. It's mode user friendly to manage an account than edit a db.
Some ideas :
When you make a wrong type in your account name, it's create useless account.
You can't recovery your password when you use autocreate.
You can't use account services.
You can't manage the number of created account.
Some account manager give some extra for admin likes give access level, check account with the same ip (don't need to log in), ban, unban,. It's mode user friendly to manage an account than edit a db.
Daedalus
-
- Posts: 5
- Joined: Fri May 29, 2009 1:15 am
Re: Support for Account Manager
daedalus, when you set your ACM to a language like spanish, it show bad characters, could you please fix that setting a correct format for the acm?
Also, when the mail arrive to the inbox, it shows that bad letters.
Hope you understand me.
Thanks in advance
Also, when the mail arrive to the inbox, it shows that bad letters.
Hope you understand me.
Thanks in advance
- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
Re: Support for Account Manager
Try now. But it should be work before. Someone have the same problem ?
By the way, if you have made a template be sure to use UTF-8 charset.
By the way, if you have made a template be sure to use UTF-8 charset.
Daedalus
-
- Posts: 5
- Joined: Fri May 29, 2009 1:15 am
Re: Support for Account Manager
Yeah that fixed the error showing bad chars.
But the email that arrive to my inbox is still showing bad characters, I'm using Hotmail.
But the email that arrive to my inbox is still showing bad characters, I'm using Hotmail.
Code: Select all
La dirección IP xxx.xxx.xxx.xxx quieren restablecer la contraseña de su cuenta de Lineage II a austin.haga clic aqui para restablecer su contraseña.Si no ha realizado este cambio, por favor, no tienen que preocuparse de este correo electrónico. El equipo de Assassins L2 Online
-
- Posts: 15
- Joined: Tue Jun 23, 2009 4:27 am
Re: Support for Account Manager
Thank you for the response back. That's some good info I learned. Now it makes sense to me. Take care and keep up the great contributions that make L2j fun to work with.daedalus wrote:It's a good question. Why use an account manager instead of auto create account.
Some ideas :
When you make a wrong type in your account name, it's create useless account.
You can't recovery your password when you use autocreate.
You can't use account services.
You can't manage the number of created account.
Some account manager give some extra for admin likes give access level, check account with the same ip (don't need to log in), ban, unban,. It's mode user friendly to manage an account than edit a db.
- Gheazu
- Posts: 122
- Joined: Thu Jan 22, 2009 3:20 pm
Re: Support for Account Manager
i got this error 
Deprecated: Function eregi() is deprecated in C:\wamp\www\classes\config.class.php on line 140

Deprecated: Function eregi() is deprecated in C:\wamp\www\classes\config.class.php on line 140
Code: Select all
// Test if config value is an email public function ce($var, $val) { try { [color=#FF0000]if(!eregi('^[a-zA-Z0-9._-]+@[a-zA-Z0-9-]+\.[a-zA-Z.]{2,5}$', $val))[/color] throw new MyException('('.gettype($val).')'.var_export($val, 1).' set on '.$var.' must be an email'); $this->$var = $val; } catch (MyException $e) { echo $e; } }
- daedalus
- Posts: 155
- Joined: Sun Mar 12, 2006 12:16 pm
Re: Support for Account Manager
Hum,
The problem is eregi is a deprecated function and ACM use it instead of pre_match function. This function is use for check if an email is correct or not.
I'll make an update with preg_match instead of eregi.
The problem is eregi is a deprecated function and ACM use it instead of pre_match function. This function is use for check if an email is correct or not.
I'll make an update with preg_match instead of eregi.
Daedalus