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

Register System V9.0 by m0skVi4a ;]


Post New Thread Reply   
 
Thread Tools Display Modes
12114
Senior Member
Join Date: Jan 2006
Old 03-16-2013 , 12:59   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #371

i want to try mysql but i don't want everybody to re-register, is it possible to transfer it somehow?

edit: nvm lol, read the first post, the answer is there.

another suggestion though:

what if you play on more than one server that uses this plugin and you have a different password in each with auto-login everywhere?

will it go like :

setinfo "_rspass"
setinfo "_rspass2"

etc?

<3 this plugin btw

Last edited by 12114; 03-16-2013 at 13:02.
12114 is offline
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 03-16-2013 , 13:35   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #372

Read the first post, the answer is there. (CVARs)
__________________
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
pewex
Senior Member
Join Date: Dec 2010
Location: AlliedMods
Old 03-16-2013 , 16:00   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #373

Quote:
Commands:
- file_to_mysql - transfers all data from regusers.ini to MySQL Databse
- mysql_to_file - transfers all data from MySQL Databse to regusers.ini

Where write this commands? console? pff
pewex is offline
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 03-16-2013 , 16:09   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #374

Yes, in console.
__________________
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
pewex
Senior Member
Join Date: Dec 2010
Location: AlliedMods
Old 03-16-2013 , 16:11   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #375

How to add table.. http://img20.**************/img20/5300/tablekr.png

Last edited by pewex; 03-16-2013 at 16:38.
pewex is offline
Old 03-16-2013, 19:39
Bos93
This message has been deleted by Bos93.
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 03-17-2013 , 05:54   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #376

Quote:
Originally Posted by pewex View Post
Table is automatically created.
__________________
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
pewex
Senior Member
Join Date: Dec 2010
Location: AlliedMods
Old 03-17-2013 , 06:24   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #377

this not work me in 3 hostings....
pewex is offline
12114
Senior Member
Join Date: Jan 2006
Old 03-17-2013 , 08:44   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #378

paste your registersystem.cfg cvars pewex (except the password to your mysql ofcourse)

Last edited by 12114; 03-17-2013 at 08:46.
12114 is offline
pewex
Senior Member
Join Date: Dec 2010
Location: AlliedMods
Old 03-17-2013 , 10:06   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #379

Quote:
Originally Posted by 12114 View Post
paste your registersystem.cfg cvars pewex (except the password to your mysql ofcourse)

Quote:
// 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 "1"

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

rs_host "91.228.197.xx"
rs_user "hasla_db"
rs_pass "xxx"
rs_db "hasla_db"

////////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 "150.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 "6"

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

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

//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 "1"

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

//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 "0"

//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 "0"

//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 "300"

//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 pewex; 03-17-2013 at 10:06.
pewex is offline
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 03-17-2013 , 15:31   Re: Register System V7.0 FIX 2 by m0skVi4a ;]
Reply With Quote #380

Try on localhost.
__________________
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


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 04:12.


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