Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead. There is no support for other server builds than the official provided by l2jserver.com
The basic purpose of this is to have common accounts/passwords for server forum and gameserver.
The forums default encryption is MD5 + salt.
The extra sql field to store salt is called "salt" and the php encryption goes like...
md5(md5($pass) . $salt);
Messing with the forum code is not an option, so I am counting on this forum for some help.
Messing with the forum code is the correct
approach and is not very hard check some account managers made in php copy that code and replace it and just replace where forum looks and voila