rssLogin Panel (login_panel)
Category: | script |
---|---|
Author(s): | NeXTreme |
Downloads: | 28357 |
Rate: | You need to be logged in to vote |
Rating: | 3.8 (86 Votes) |
Description:
This panel allows you to easily log on to your server account. You can easily register a new account by clicking the "Register an account" button, which will prompt you for your desired username and password. You can also choose to play in Guest-mode.
The login panel comes with an AUTO-LOGIN system, which allows players to quickly log into their accounts when they join the server.
The autologin feature stores the last username and password you logged in with to an client-sided XML file (only you can access it). The XML file's name is generated based on the server name, so there is a separate XML file name for every server.
There are several options available in the script, like toggling player kicking after too many failed login attempts, or to show a black screen to the player until they log in.
How to install:
Place the resource into your MTA Resources folder
(MTA San Andreas\server\mods\deathmatch\resources)
You will also need to give this resource admin rights for adding new accounts and kicking players.
Open your server's acl.xml file, then between these lines <group name="Admin"> and </group>, add the following line:
<object name="resource.login_panel" />
If you have any questions post a comment!
Also, please report any bugs you find.
Enjoy,
NeXTreme...
(more)
The login panel comes with an AUTO-LOGIN system, which allows players to quickly log into their accounts when they join the server.
The autologin feature stores the last username and password you logged in with to an client-sided XML file (only you can access it). The XML file's name is generated based on the server name, so there is a separate XML file name for every server.
There are several options available in the script, like toggling player kicking after too many failed login attempts, or to show a black screen to the player until they log in.
How to install:
Place the resource into your MTA Resources folder
(MTA San Andreas\server\mods\deathmatch\resources)
You will also need to give this resource admin rights for adding new accounts and kicking players.
Open your server's acl.xml file, then between these lines <group name="Admin"> and </group>, add the following line:
<object name="resource.login_panel" />
If you have any questions post a comment!
Also, please report any bugs you find.
Enjoy,
NeXTreme...
(more)
Version history
Version | Publish Date | Changes | |
---|---|---|---|
1.0.3 | 2012-03-19 16:39:01 | The bug making the resource fail to start (MTA 1.1 and above) should be gone now. | Download |
1.0.2 | 2011-01-18 16:53:26 | The resource now generates the name of the XML file based on the server's name. Now you have separate login information for each server. Also, it's more secure. I've also fixed another minor bug. | Download |
1.0.1 | 2011-01-05 16:07:34 | The login and registration windows should now be centered on your screen, no matter what resolution you have | Download |
1.0.0 | 2011-01-03 17:42:53 | First public release | Download |