AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Registration System 1.3 2019 - Fvault (https://forums.alliedmods.net/showthread.php?t=253581)

Biel oGrande 12-24-2014 12:00

Registration System 1.3 2019 - Fvault
 
1 Attachment(s)
ScreenShot:
http://i1377.photobucket.com/albums/...ps9cd8c687.jpg

Description:
Quote:

Protect your nick with a password.
Multi-Lingual:
Quote:

bp, en, es, hu
Includes:
Quote:

amxmodx
fakemeta
fvault
registration_system.INC:
Quote:

Native:
reg_is_user_logged(id) - Returns whether a player is logged.
reg_is_user_registered(id) - Returns whether a player is registered.
reg_is_user_invited(id) - Returns whether a player is invited.

forward:
reg_user_register(id) - Called when a player gets register.
reg_user_logged(id) - Called when a player gets logged.
reg_user_logged_invited(id) - Called when a player gets invited.
reg_user_account_deleted(id) - Called when a player gets deleted.
Commands:
Quote:

/register /registro /conta /account
Cvars:
Quote:

reg_min_characters 5 // Password - Minimum characters
reg_max_characters 20 // Password - Maximum characters
reg_wrong_passowrd_limit 3 // Password - Error limit
reg_wrong_passowrd_ban_time 5 // Password - Error limit, ban time

reg_time_to_login 60 // Login - Timeout to login

reg_screenfade 1 // Screenfade - (1 = ON / 0 = OFF)
reg_invited 1 // Invited - (1 = ON / 0 = OFF)
reg_delete 1 // Delete Account - (1 = ON / 0 = OFF)
reg_sounds 1 // Songs - (1 = ON / 0 = OFF) new

reg_hud_normal_color_r 0 // Hud Normal Text RED - (0, 255) new
reg_hud_normal_color_g 255 // Hud Normal Text GREEN - (0, 255) new
reg_hud_normal_color_b 0 // Hud Normal Text BLUE - (0, 255) new

reg_hud_success_color_r 0 // Hud Success Text RED - (0, 255) new
reg_hud_success_color_g 0 // Hud Success Text GREEN - (0, 255) new
reg_hud_success_color_b 255 // Hud Success Text BLUE - (0, 255) new


reg_hud_fail_color_r 255 // Hud Fail Text RED - (0, 255) new
reg_hud_fail_color_g 0 // Hud Fail Text GREEN - (0, 255) new
reg_hud_fail_color_b 0 // Hud Fail Text BLUE - (0, 255) new

reg_hud_position_x 0.02 // Hud Position X new
reg_hud_position_y 0.20 // Hud Position Y new

reg_hud_effect 0 // Hud Effect - (0, 1 or 2) new
reg_hud_effect_time 5.0 // Hud Effect Time new

reg_hud_time 10.0 // Hud Text time new

cvar_screenfade_color_r 0 // Screenfade RED - (0, 255) new
cvar_screenfade_color_g 0 // Screenfade GREEN - (0, 255) new
cvar_screenfade_color_b 0 // Screenfade BLUE - (0, 255) new
Change Log:
Quote:

1.0 - 24 December 2014
First release
-
1.1 - 20 November 2016
Add news cvars
Add lang: [es] - [hu]
Update code and function when registering
-
1.2 - 8 January 2017
Bug removed: Login(id)
-
1.3 - 04 October 2019
Add news cvars
Add songs
Add configuration file
Code optimization
-
Credits:
Code:

Code: I Biel-oGrande
Lang Spanish: User matrix123
Lang Hungarian: User mforce

Downloads:
Quote:

Registration System - 1.0 = 1035 Downlodas
Registration System - 1.1 = 58 Downlodas
Registration System - 1.2 = 1071 Downlodas
Servers using this plugin:
Quote:

Game Tracker
Sub-Plugins:

Arkshine 12-24-2014 12:01

Re: Registration System
 
You are not allowed to attach compiled plugins, please remove it.

Biel oGrande 12-24-2014 12:08

Re: Registration System
 
Quote:

Originally Posted by Arkshine (Post 2239511)
You are not allowed to attach compiled plugins, please remove it.

Ok, Sorry. Thanks

Freezo Begin 12-24-2014 13:38

Re: Registration System
 
I think there is a one like this plug but i think this is more cool ! GOOD JOB :)

Phant 12-24-2014 13:43

Re: Registration System
 
Strange, but I can't compile it (1.8.3):
PHP Code:

registration_system.sma(5) : fatal error 100cannot read from file"fvault" 

Also:
https://forums.alliedmods.net/showthread.php?t=171460

Biel oGrande 12-24-2014 14:34

Re: Registration System
 
1 Attachment(s)
Quote:

Originally Posted by Phant (Post 2239551)
Strange, but I can't compile it (1.8.3):
PHP Code:

registration_system.sma(5) : fatal error 100cannot read from file"fvault" 

Also:
https://forums.alliedmods.net/showthread.php?t=171460

you need the include #include <fvault>

Phant 12-24-2014 19:34

Re: Registration System
 
Quote:

Originally Posted by Biel oGrande (Post 2239563)
you need the include #include <fvault>

client_print_color() functions error:
PHP Code:

registration_system.sma(192) : error 035argument type mismatch (argument 2


Syturi0 12-24-2014 20:54

Re: Registration System
 
This plugin already exist, you dindt made it

Anonymous 12-24-2014 23:50

Re: Registration System
 
Already exists

https://forums.alliedmods.net/showthread.php?t=171460

Biel oGrande 12-25-2014 08:33

Quote:

Originally Posted by Phant (Post 2239651)
client_print_color() functions error:
PHP Code:

registration_system.sma(192) : error 035argument type mismatch (argument 2


I do not understand what is happening.

Code:

Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

Header size:          2160 bytes
Code size:            33272 bytes
Data size:            22212 bytes
Stack/heap size:      16384 bytes; max. usage is unknown, due to recursion
Total requirements:  74028 bytes
Done.

Quote:

Originally Posted by Syturi0 (Post 2239668)
This plugin already exist, you dindt made it

There are other plugins with the same function.
"Protecting the nick with a password."

YamiKaitou 12-25-2014 09:44

Re: Registration System
 
Quote:

Originally Posted by Biel oGrande (Post 2239812)
I do not understand what is happening.

Because function client_print_color exists in AMXX 1.8.3. You either need to use a different name for your stock or add compatibility for 1.8.3

Linkin Hisoka 12-25-2014 10:10

Re: Registration System
 
old :p

HamletEagle 12-25-2014 10:38

Re: Registration System
 
Not needed on a steam server where every player has a steamid.

Chihuahuax 12-27-2014 00:00

Re: Registration System
 
Non steamers lol

Backstabnoob 12-28-2014 11:55

Re: Registration System
 
Can you provide a reason as of why would this be useful on a Steam server? What's the problem with attaching a nick name directly to a Steam ID (which is unique and doesn't change) instead of password? Non-steam servers are not supported here and therefore plugins that serve no purpose on official servers are unnecessary clutter.

Biel oGrande 12-28-2014 22:19

Re: Registration System
 
Quote:

Originally Posted by Backstabnoob (Post 2241017)
Can you provide a reason as of why would this be useful on a Steam server? What's the problem with attaching a nick name directly to a Steam ID (which is unique and doesn't change) instead of password? Non-steam servers are not supported here and therefore plugins that serve no purpose on official servers are unnecessary clutter.

Nick is sacred in my opinion, everyone should have a fixed and protected with password. Steam and Non Steam.

Mordekay 12-29-2014 01:35

Re: Registration System
 
Quote:

Originally Posted by Biel oGrande (Post 2241223)
Steam and Non Steam.

Then you are wrong here.

HamletEagle 12-29-2014 04:06

Re: Registration System
 
Quote:

Originally Posted by Biel oGrande (Post 2241223)
Nick is sacred in my opinion, everyone should have a fixed and protected with password. Steam and Non Steam.

But here we don't support non steam server. Something which is good for non steam only should be unnapproved. In fact, this has been done in the post on other registration systems, to be fair the same thing should happen.

Mordekay 12-29-2014 05:07

Re: Registration System
 
I just remembered this plugin for those who want's clients forced to a special nick
https://forums.alliedmods.net/showthread.php?t=231800

Biel oGrande 12-29-2014 08:41

Re: Registration System
 
Quote:

Originally Posted by HamletEagle (Post 2241299)
But here we don't support non steam server. Something which is good for non steam only should be unnapproved. In fact, this has been done in the post on other registration systems, to be fair the same thing should happen.

I do not support Non steam. I am in favor of original games.
It was just an example.

Quote:

Originally Posted by Mordekay (Post 2241307)
I just remembered this plugin for those who want's clients forced to a special nick
https://forums.alliedmods.net/showthread.php?t=231800

I did not know, very good.
I could use SteamID in place of the password.

YamiKaitou 12-29-2014 08:44

Re: Registration System
 
Quote:

Originally Posted by Biel oGrande (Post 2241223)
Nick is sacred in my opinion, everyone should have a fixed and protected with password.

Why should a nick be protected by a password when you can protect it by SteamID and have everything automated?

Biel oGrande 12-29-2014 09:18

Re: Registration System
 
Quote:

Originally Posted by YamiKaitou (Post 2241381)
Why should a nick be protected by a password when you can protect it by SteamID and have everything automated?

If for some reason you have to use a new SteamID, Nick registered with old SteamID will is lost.

YamiKaitou 12-29-2014 09:23

Re: Registration System
 
Quote:

Originally Posted by Biel oGrande (Post 2241408)
If for some reason you have to use a new SteamID, Nick registered with old SteamID will is lost.

So then don't forget your Steam password....

Biel oGrande 12-29-2014 09:40

Re: Registration System
 
Quote:

Originally Posted by YamiKaitou (Post 2241412)
So then don't forget your Steam password....

Using a password you enter another SteamID.

Example: You may have protection in your SteamID and can not access it on your friend's house, you can enter using the SteamID of his friend but with his Nick and your password

I prefer a password and you SteamID, we will never enter into an agreement.

YamiKaitou 12-29-2014 09:46

Re: Registration System
 
Quote:

Originally Posted by Biel oGrande (Post 2241415)
Using a password you enter another SteamID.

Example: You may have protection in your SteamID and can not access it on your friend's house, you can enter using the SteamID of his friend but with his Nick and your password

You can log into your Steam Account from any PC. If you are talking about SteamGuard, you only need access to your Email Account to authorize access. Sorry, but like everyone else, I don't see a reason to protect Names with a password.

Mordekay 12-29-2014 11:36

Re: Registration System
 
Not completely on topic: you (the developers) should considder removing that pw-crap from amxx. That would reduce the number of possible missusage of amxx on no-steam servers.

HamletEagle 12-29-2014 13:06

Re: Registration System
 
Quote:

Originally Posted by Mordekay (Post 2241480)
Not completely on topic: you (the developers) should considder removing that pw-crap from amxx. That would reduce the number of possible missusage of amxx on no-steam servers.

Then peoples will be using old versions only.

Mordekay 12-29-2014 14:03

Re: Registration System
 
And what do we say? "We only support the latest version of amxx."

HamletEagle 12-29-2014 14:21

Re: Registration System
 
Then we won't have peoples to support or they can just fake the output of the command and keep their servers off-line while asking for help here due to some "host errors".

Lycode 12-29-2014 17:14

Re: Registration System
 
It's sad how these days people are worried about if a plugin can be used in a nonsteam server or not. AM has gone from people who cared more about open source and didn't support nonsteam only due to it's nature and the fact that it breaks copyright laws, to assholes who think they look good when they call everyone a nonsteamer and claim every plugin that could also be used in nonsteam servers as a plugin meant for nonsteam servers and in general questioning the intent of everyone as if they're guilty until proven innocent.

The matter of fact is, this plugin can be used for many reasons, from enabling people to use their friends accounts and protecting their name regardless of the account they use, to giving the possibility to allow people to share stats based on name alone. For example a clan could all use the name "Clan Name" and rank up their clan as they share the password. That could be used for events, say highest ranked clan wins something. That might seem pointless to some, but so are most of HamletEagle's plugins, yet I don't see him complaining there.

Mordekay 12-29-2014 17:23

Re: Registration System
 
First rule about a Steam-Account: "Sharing is not recommended for various reasons".
Second one is: "Never ever give your account to someone else, you will never know what he might does with it."
I remember very good al those kids that came to steambans "my brother/sister/dog/bird used my account for cheating, unban me!"
Your point is invalid as it is simply stupid to share a steam-account.
You want to register a nickname to a single person? Link it to his STEAM-ID.
I can use my account on EVERY computer. There is ABSOLUT NO valid reason to use anotherones account.
I don't know in which country you live, but AM HAS to care about the content in this forums. The first reason is that the page could simply be CLOSED if they don't force the DMCA rules to be followed. Is this somehow acceptable for you?
Another rule here is that plugins have to be USEFULL to be posted/approved/used here.
How can a plugin that has no REAL use on a steam server follow these rules?
Answere yourself the question, i'm pretty sure you won't come to another conclusion.

Oh, and BTW, i only call those no-steamers that i'm convinced by proof that they are no-steamers.

Lycode 12-29-2014 17:54

Re: Registration System
 
Quote:

Originally Posted by Mordekay (Post 2241642)
First rule about a Steam-Account: "Sharing is not recommended for various reasons".
Second one is: "Never ever give your account to someone else, you will never know what he might does with it."
I remember very good al those kids that came to steambans "my brother/sister/dog/bird used my account for cheating, unban me!"
Your point is invalid as it is simply stupid to share a steam-account.
You want to register a nickname to a single person? Link it to his STEAM-ID.
I can use my account on EVERY computer. There is ABSOLUT NO valid reason to use anotherones account.
I don't know in which country you live, but AM HAS to care about the content in this forums. The first reason is that the page could simply be CLOSED if they don't force the DMCA rules to be followed. Is this somehow acceptable for you?
Another rule here is that plugins have to be USEFULL to be posted/approved/used here.
How can a plugin that has no REAL use on a steam server follow these rules?
Answere yourself the question, i'm pretty sure you won't come to another conclusion.

Oh, and BTW, i only call those no-steamers that i'm convinced by proof that they are no-steamers.

Do not put words in my mouth. I never said DMCA or any copyright laws should not be followed. A plugin like this can easily be useful as I outlined in my previous post, which you ignored and only focused on some of the points.

When I use my friend's PC, I'll most likely use his account rather than mine. Even if I'm sharing with "online friends", just because you think sharing is not a good thing or it's stupid, does not mean no one should do it. If I'm sharing one account with my brother, each of us can have his own stats even if the server chooses to block steam account sharing as it can easily be used to bypass steamid bans. Not to mention when playing in an internet Cafe, I'll use the cafe steam assigned cafe account. ..etc

YamiKaitou 12-29-2014 18:11

Re: Registration System
 
Quote:

Originally Posted by Lycode (Post 2241651)
When I use my friend's PC, I'll most likely use his account rather than mine. Even if I'm sharing with "online friends", just because you think sharing is not a good thing or it's stupid, does not mean no one should do it. If I'm sharing one account with my brother, each of us can have his own stats even if the server chooses to block steam account sharing as it can easily be used to bypass steamid bans. Not to mention when playing in an internet Cafe, I'll use the cafe steam assigned cafe account. ..etc

Sharing accounts is a violation of the Steam EULA (Family Sharing a game does not share the SteamID as well, ejust the license to play the game) and is something that is advised against by many security companies (in general, not just for Steam). Cafe Accounts follow a different EULA and are allowed to be shared only within the facility they are assigned to.

HamletEagle 12-30-2014 06:02

Re: Registration System
 
What's your problem with my plugins ? FYI some of them are using orpheu/okapi with the signatures from the latest hlds version so there are good chances that they won't work in cracked/old servers.

luciaus18 01-01-2015 16:49

Re: Registration System
 
fvault error when im trying to compile

zmd94 01-01-2015 20:46

Re: Registration System
 
What are the errors?

By the way, do you have fvault.inc file in your include folder?

luciaus18 01-01-2015 21:12

Re: Registration System
 
no i dont have..i think this is the problem, ty

simanovich 01-02-2015 08:28

Re: Registration System
 
Quote:

Originally Posted by Backstabnoob (Post 2241017)
Can you provide a reason as of why would this be useful on a Steam server? What's the problem with attaching a nick name directly to a Steam ID (which is unique and doesn't change) instead of password? Non-steam servers are not supported here and therefore plugins that serve no purpose on official servers are unnecessary clutter.

There isn't.

That's why m0skVi4a's register system got unapproved.

yan1255 01-02-2015 12:43

Re: Registration System
 
Can it be used instead of authid ?
I mean like if i save something through fvault/vault/sql doesn't really matter can i some how save it on the ID ?

Backstabnoob 01-03-2015 19:07

Re: Registration System
 
Quote:

Originally Posted by simanovich (Post 2243639)
There isn't.

That's why m0skVi4a's register system got unapproved.

I know, I'm the one who unapproved it. That's why I'm asking this question.

Quote:

Originally Posted by Lycode
It's sad how these days people are worried about if a plugin can be used in a nonsteam server or not. AM has gone from people who cared more about open source and didn't support nonsteam only due to it's nature and the fact that it breaks copyright laws, to assholes who think they look good when they call everyone a nonsteamer and claim every plugin that could also be used in nonsteam servers as a plugin meant for nonsteam servers and in general questioning the intent of everyone as if they're guilty until proven innocent.

You're taking this a bit too far. I don't care if a plugin CAN be used on a non-steam server, I actually have absolutely no problems with non-steam servers personally. Heck, I even had some personally when I started with amxmodx. What cannot slip through, though, is a plugin that serves its real purpose ONLY on a non-steam server, which this one is.

Quote:

Originally Posted by Lycode
The matter of fact is, this plugin can be used for many reasons, from enabling people to use their friends accounts and protecting their name regardless of the account they use, to giving the possibility to allow people to share stats based on name alone. For example a clan could all use the name "Clan Name" and rank up their clan as they share the password. That could be used for events, say highest ranked clan wins something. That might seem pointless to some, but so are most of HamletEagle's plugins, yet I don't see him complaining there.

What you provided is cool and all, but there are obviously better methods to create a plugin for clan name reservations and as it's been said already, sharing your account is illegal anyway.


All times are GMT -4. The time now is 02:07.

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