Raised This Month: $51 Target: $400
 12% 

Register System V9.0 by m0skVi4a ;]


Post New Thread Reply   
 
Thread Tools Display Modes
ben_x
Member
Join Date: Apr 2013
Old 04-28-2013 , 17:23   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #411

Never mind about that. But I hope you can add a cvar for "delete accounts that are not used in 2 weeks", something like that, so that the file won't get super big.

Last edited by ben_x; 04-28-2013 at 17:25.
ben_x is offline
vikassharma
BANNED
Join Date: Dec 2011
Location: INDIA
Old 05-29-2013 , 08:56   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #412

Quote:
Originally Posted by ben_x View Post
I found a bug

I'm using Register System + Zombie plague (bank: http://forums.alliedmods.net/showthr...=173685&page=8), player's ammo pack is saved by nickname, and their nickname is protected by register system. But what happen is that some people change one of the letter to a capital letter and they can steal someone's else ammo packs.

Example : Register.system (200 ammo packs, LOGGED)

And all they need to do is : registeR.systeM (200 ammo packs, NOT REGISTERED)

Is it possible to add case sensitive? So that they're all the same (Register.System=rEgister.system=REGISTER.Sys tem)
Why dont you simpley say "your server is non-steam / dproto"
If it is a steam server then u should save your players ammo packs by steam id

Last edited by vikassharma; 05-29-2013 at 08:56.
vikassharma is offline
WhyThis
Senior Member
Join Date: May 2013
Old 05-29-2013 , 13:16   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #413

Hey mosvika !
When will you relase the register system 8.0 ???
I'm waiting for it more than 2 months !!

Ps : If you need French Translations just pm me
WhyThis is offline
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 05-29-2013 , 14:42   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #414

Look at my signature. There is information about your question.
__________________
Working on:

Admin Prefixes V4.0 - 100% DONE!
Admin Prefixes V4.0 SQL - 100% DONE!
Register system V9.0 - 100% DONE!
Modern Warfare 3 Mod V1.0 BETA - 0% done - PAUSED!
m0skVi4a is offline
Send a message via Skype™ to m0skVi4a
WhyThis
Senior Member
Join Date: May 2013
Old 05-29-2013 , 15:18   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #415

Quote:
Originally Posted by m0skVi4a View Post
Look at my signature. There is information about your question.
yoou test the plugin for 2months !!!!!
If you want, i can test this plugin too
WhyThis is offline
alonelive
Senior Member
Join Date: Jan 2011
Location: Big snow country.. :)
Old 06-04-2013 , 03:18   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #416

PHP Code:
        if((equali(command"say") || equali(command"say_team")) && equali(arg"/reg"))
        {
                new 
szName[32]
                
get_user_name(idszNamecharsmax(szName))
        
                if(
equali(szName"Player") ||  equali(szName"admin") || equali(szName"root")
                {
                        
client_print(idprint_chat"You can not register this username. You nickname MUST be unique!")
                }
                else
                {
                        
MainMenu(id)
                }
                return 
PLUGIN_CONTINUE
        

What about this?
Can you add a config file (ex. configs/restricted.ini), where the restricted for registration names will be stored?
And a format of stored names, for example, is next:

PHP Code:
/* Store restricted for registration names in this config: one name per row */
/* CASE SENSITIVITY WILL BE IGNORED! ###################################### */


echo "Executing restricted nickname list ... [ DONE ]"


Player%  // 'Player', 'player (1)', 'Player (2)', 'player_the_best' (changeable part of nick - after of the 'Player'), etc
%admin%  // 'server_admin', 'admin_of_server', 'Mega ADMIN Super' (changeable part of nick - before and after of the 'admin'), etc.
root     // only 1 nickname variant in this row - root. 
If anybody register a popular nickname, for example, "Player" or "Player From CSBOOTS.SITE" (if you use booster), be in trouble...
PS.: case sensitivity must be ignored.
__________________
sorry my bad english...

Last edited by alonelive; 06-04-2013 at 03:47.
alonelive is offline
hosimosi
Senior Member
Join Date: Apr 2013
Old 06-04-2013 , 06:47   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #417

Thank you , nice plugin , but how i can set that player Cant choose Team withhout register

Last edited by hosimosi; 06-04-2013 at 06:47.
hosimosi is offline
alonelive
Senior Member
Join Date: Jan 2011
Location: Big snow country.. :)
Old 06-04-2013 , 07:22   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #418

why do you need team management control?
Tell me please
__________________
sorry my bad english...
alonelive is offline
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 06-04-2013 , 12:29   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #419

@hosimosi
See the CVARs part again. Everything is described there.

@alonelive
Because if your server has Auto join on connect players will join teams, respawn, etc.. without logging in
Your idea is great. I will take a look at it
__________________
Working on:

Admin Prefixes V4.0 - 100% DONE!
Admin Prefixes V4.0 SQL - 100% DONE!
Register system V9.0 - 100% DONE!
Modern Warfare 3 Mod V1.0 BETA - 0% done - PAUSED!
m0skVi4a is offline
Send a message via Skype™ to m0skVi4a
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 06-09-2013 , 11:50   Re: Register System V8.0 by m0skVi4a ;]
Reply With Quote #420

UPDATE! V8.0 fully tested!
See changelog for more information
__________________
Working on:

Admin Prefixes V4.0 - 100% DONE!
Admin Prefixes V4.0 SQL - 100% DONE!
Register system V9.0 - 100% DONE!
Modern Warfare 3 Mod V1.0 BETA - 0% done - PAUSED!
m0skVi4a is offline
Send a message via Skype™ to m0skVi4a
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:50.


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