AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   UserRegister System (https://forums.alliedmods.net/showthread.php?t=59596)

Alka 08-17-2007 03:03

UserRegister System
 
2 Attachment(s)
UserRegister System v1.0
  • Description
-This plugin simulate "Forum mod" in game.
-When a new player comes on server he/she must register first with amx_register.
-Player is warned with HUD and chat messages ; to register/login.
-When a registerd player enter on server he/she must login with amx_login.
-Players can change their passwords in game with amx_changepassword, once per map.
-You can choose of 3 mods of register : 1[Name] 2[Ip] 3[SteamID].
-Plugin use file to store acconts with "Name/Ip/Steamid" "password",and register date(date when player was register).
-Player can register once with that name/ip/steamid.
-Useful for normal server to manage players / no name steal, and for private servers.
-Plugin have ML system.
-Password len management.
-If player introduce (Default:3) incorrect passwords he is kicked.
-Name changing is not allowed.
  • Commands
amx_register <mod: 1(name) 2(Ip) 3(Steamid)> <password> - register a player in db.
amx_login <password> - login with you'r saved password.
amx_changepassword <old password> <new password> - Change sotred password with new one.(Only once per map).
  • Notes
Code:

#define PASSWORD_MIN_LEN 6  - Minim len of password
#define MAX_LOGIN_ATTEMPTS 3 - Maxim login attempts with wrong password
#define STORE_REGISTER_DATE - Comment this line if you don't want to store "register date"

  • Changelog
v1.0 - First release
  • Credits
stupok69
http://forums.alliedmods.net/showthread.php?t=59598 - ML translations

Emp` 08-17-2007 03:16

Re: UserRegister System
 
will give you 10 minutes to edit before trashed.

X-Script 08-17-2007 04:16

Re: UserRegister System
 
Sexy.
+karma.

vvg125 08-17-2007 05:14

Re: UserRegister System
 
Awesome plugin. I'm just throwing this in as a quick fix for some grammar and spelling errors in the English section of the lang file..


Code:

[en]
ERROR_DB = [URS]Error:Couldn't find %s! Database error ; Creating a new db.
LOGIN_ADV_HUD = [URS]You have 10 seconds to log in!
LOGIN_ADV_CHAT = [URS]You have 10 seconds to log in with your saved password!  Type amx_login <password>
REGISTER_ADV_HUD = [URS]You have 15 seconds to register!
REGISTER_ADV_CHAT = [URS]You have 15 seconds to register on the server!  Type amx_register <mod> <password>
ACCOUNT_EXISTS = [URS]Sorry but an account with those details exists already! Please try again with other name / password!
PASSWORD_LEN = [URS]Sorry but the password must have at least %d characters!
REGISTER_OK = [URS]Thank you for registering! Password: ^"%s^"
ALREADY_LOGEDIN = [URS]You already logged in!
PASSWORD_INVALID = [URS]Sorry but your password is invalid! Please try again. [%d/%d attempts]
LOGIN_OK = [URS]Thank you for logging in! Password accepted
PASSWORD_WAIT_TIME = [URS]Sorry but you have changed your password once!  Wait until next map.
PASSWORD_NOMATCH = [URS]Sorry but your old password does not match with your saved password!
PASSWORD_LEN#2 = [URS]Sorry but the new password must have at least %d characters!
PASSWORD_NEW = [URS]Your new password is: ^"%s^"!
NO_NAME_CHANGE = [URS]Sorry but name change is not allowed!


loren28 08-17-2007 06:03

Re: UserRegister System
 
Nice Alka.but if a player forget the password?please put a remember option for player that forghet passord.

Alka 08-17-2007 06:05

Re: UserRegister System
 
@vvg - LuLz! Thx. =] (was tired last night! :S)
@loren - If i add that option any player could enter with that name and type (e.g /forgotpass) and show him the password! :|
*Just contact an admin.

Stewieg 08-25-2007 03:44

Re: UserRegister System
 
Very useful plugin. But i'm wondering, can i config it so, that it won't be obligitary to register name? Cab you make it, that players can choose to register name, or don't register name?

Alka 08-25-2007 06:29

Re: UserRegister System
 
Players can choose from register by : Name / IP / Steam ID...so if you register by IP the name won't be registerd!

Simon10362 08-26-2007 13:53

Re: UserRegister System
 
SUPERHOT :D
Ive always been looking for this, tough I never have suggested it...
I think its a very useful plugin
+KARMA

Battousai-sama 08-26-2007 14:21

Re: UserRegister System
 
Superb!!!!!!
but can u make it register IP and ID only?
so then u can add /forgotpass.
cuz people might wana change name all the time.


All times are GMT -4. The time now is 21:38.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.