Raised This Month: $32 Target: $400
 8% 

Register System V9.0 by m0skVi4a ;]


Post New Thread Reply   
 
Thread Tools Display Modes
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 01-28-2013 , 07:48   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #341

Passwords are crypted for security. If player forgets his password, you just have to reset his registration by deleting it from the file or form the table.
m0skVi4a is offline
Send a message via Skype™ to m0skVi4a
Robotron
Member
Join Date: Oct 2010
Old 02-07-2013 , 15:06   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #342

I want to do an integration of this system with a portal WebSpell. Is it possible to do that?
Robotron is offline
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 02-08-2013 , 09:13   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #343

It is possible but it is hard work. I do not have interest in this.
__________________
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
12114
Senior Member
Join Date: Jan 2006
Old 02-16-2013 , 11:27   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #344

should i get the FIX_v2.zip package or download them individually above?
12114 is offline
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 02-16-2013 , 11:54   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #345

Quote:
Originally Posted by 12114 View Post
should i get the FIX_v2.zip package or download them individually above?
It doesn't matter. The archive also includes bulgarian translation. So if you are not bulgarian you don't have to download the .zip
__________________
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
12114
Senior Member
Join Date: Jan 2006
Old 02-16-2013 , 12:00   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #346

thanks <3
12114 is offline
12114
Senior Member
Join Date: Jan 2006
Old 02-19-2013 , 15:08   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #347

Hmmm, just tested it on amxx 1.82, all it does is spam
[REGISTER SYSTEM] This server is using Register System. You can protect your name. Type /reg for more info

but when i type /reg, nothing happens.

my plugins.ini

; AMX Mod X plugins
registersystem.amxx
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin


my registersystem.cfg
Code:
// Start of Register System config


//Is the plugin on(1) or off(0).
//Default: 1
rs_on "1"

//Where to seve the information: to file(0) or to MySQL(1).
//Default: 0
rs_save_type "0"


////////MySQL////////
//If you set rs_save_type to 0 IT IS NOT necessary to edit this CVAR's

//The host for the database.
//Default: 127.0.0.1
rs_host "127.0.0.1"

//The username for the database login.
//Default: root
rs_user "root"

//The password for the database login.
//Default:
rs_pass "123456"

//The database name.
//Default: registersystem
rs_db	 "registersystem"

////////MySQL////////


//The prefix of the setinfo for the Auto Login function.
//Default: _rspass
rs_password_prefix "_rspass"

//How much time has the client to register. If is set to 0 registration is not mandatory.
//Default: 0
rs_register_time "0"

//How much time has the client to login if is registered.
//Default: 60.0
rs_login_time "60.0"

//What is minimum length of the password.   
//Default: 6
rs_password_len "4"

//How much attempts has the client to login if he type wrong password.
//Default: 3
rs_attempts "4"

//How much times can the client change his password per map.
//Default: 3
rs_chngpass_times "2"

//Is it allowed the plugin to log in file when the client is registered.
//Default: 1

rs_register_log "1"

//Is it allowed the plugin to log in file when the client has change his password.
//Default: 1

rs_chngpass_log "1"

//Is it allowed the plugin to log in file when the client has change his Auto Login.
//Default: 1

rs_autologin_log "1"

//The prefix of the setinfo for the auto login.
//Default: _rspass
rs_password_prefix "_rspass"

//Whether clients who have not Logged or who must Register be blinded.
//Default: 1
rs_blind "0"

//Whether clients who have not Logged or who must Register commands' be blocked.
//Default: 1
rs_commands "0"

//What to do when client Logout - kick him from the server(0) or wait to Login during the Login time(1).
//Default: 0
rs_logout "1"

//Is the countig when you have to register or you have to login on(1) or off(0).
//Default: 1
rs_count "1"

//Is the advertisement for not registered players on(1) or off(0).
//Default: 1
rs_advert "1"

//What is the interval between two advertisements in seconds.   
//Default: 60
rs_advert_int "60"

//Is the Auto Join On Connect option on(1, 2, 5, 6) or off(0). 1 is Terrorists, 2 is Counter-Terrorsits, 6 Spectators, 5 Auto Assign.
//Default: 0
rs_ajc_team "1"	

//Which class the Terrorists will be (AJC must be on) - 1 is Terror, 2 is Leet, 3 is Artic, 4 is Guerilla, 5 is Auto Sellect, if it is set to 0 playes can choose which class they wiil be.
//Default: 5
rs_ajc_class_t "5"

//Which class the Counter-Terrorists will be (AJC must be on) - 1 is Urban, 2 is GSG-9, 3 is SAS, 4 is GIGN, 5 is Auto Sellect, if it is set to 0 playes can choose which class they wiil be.
//Default: 5
rs_ajc_class_ct "5"

//Is it allowed players with defined flag (Default: ADMIN_IMMUNITY) can choose in which team will they be (AJC must be on).
//Default: 1
rs_ajc_admin "1"

//Is it allowed players to change their team(0) or not(1).
//Default: 0
rs_ajc_change "0"

//How to remember the punished players: by Nmae(0), by IP(1) or by SteamID(2).
//Default: 0
rs_remember_punish_by "0"

//How much time in seconds players can't login after typing wrong passwrods.
//Default: 300
rs_cant_login_time "150"

//How much time in seconds players can't change their paswords after changing it before that.
//Default: 300
rs_cant_change_pass_time "300"


// End of Register System config

Last edited by 12114; 02-19-2013 at 16:04.
12114 is offline
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 02-20-2013 , 12:26   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #348

Maybe it is not compatible with 1.8.2
I will take a look at it next week, because i don't have the time to test 1.8.2
__________________
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
12114
Senior Member
Join Date: Jan 2006
Old 02-20-2013 , 22:49   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #349

hmm i put rs_register_time "300" and it worked :O

but when i say /reg it still doesn't do anything and i dont have the auto login function in the menu.

Last edited by 12114; 02-21-2013 at 08:24.
12114 is offline
cybertank378
BANNED
Join Date: Mar 2010
Old 02-21-2013 , 18:45   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #350

ok m0skVi4a
i have read all this thread
if i use file this plugins work fine but if i change the config to mysql server this not work

u said please check the connection but my cs 1.6 server and mysql its same so the ip server and cs server is 127.0.0.1 like on your default config

i was try to configure anymore step by step u write on first page but not work if i use mysql mode

so what are u thing about this

if u said check ur sql server. i was try 150 time but not work
cybertank378 is offline
Reply


Thread Tools
Display Modes

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 01:01.


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