L2Off Account Manager
Features:
- Account Registration with Activation ( You will get an e-mail with full account information + activation link)
- Reset Password (with security questions. You will get an e-mail too with the new password)
- Login to home page ( You can display some news,info there)
- Change Password (You will receive an e-mail too for informational purposes)
- Basic Account Information (account name, character’s name, character’s level)
- Login history of your account In Game (Requires hAuthd login server)
- IP protection for game account (Requires hAuthd login server)
What you need to do in order to get it working
- Account login history & IP Protection works only if you use hAuthd login server correctly configured!(Read hAuthd’s readme file for more info).
- Upload ACM files to your webserver.
- Your webserver needs port 1433(Default SQL server port) opened.(If it’s not opened, contact your webhosting company to open it for you)
- You need also port 1433 opened to your DB Server.
- Edit load/config.php to match your needs.
- Edit load/function.php line 176 with your url of account manager so Account activation will work.
- You need to recreate the table dbo.user_account in lin2db with the sql file included.