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

Register System V9.0 by m0skVi4a ;]


Post New Thread Reply   
 
Thread Tools Display Modes
jAkErCZ
Junior Member
Join Date: Mar 2013
Old 10-31-2013 , 17:14   Re: Register System V8.0 by m0skVi4a ;]
Reply With Quote #511

But if it was so bad database settings so that the tables did not you?

Last edited by jAkErCZ; 10-31-2013 at 17:16.
jAkErCZ is offline
einhovant
New Member
Join Date: Feb 2012
Old 10-31-2013 , 21:17   Re: Register System V8.0 by m0skVi4a ;]
Reply With Quote #512

Quote:
Originally Posted by jAkErCZ View Post
But if it was so bad database settings so that the tables did not you?
never had any problem with the database, except wrong database connection settings(registersystem.cfg) or database not exist...

plugin will auto-generate the tables for you.

or maybe the privileges of your mysql user ??
einhovant is offline
jAkErCZ
Junior Member
Join Date: Mar 2013
Old 11-01-2013 , 05:52   Re: Register System V8.0 by m0skVi4a ;]
Reply With Quote #513

Well here is the setting registersystem.cfg ->

Code:
//Where to seve the information: to file(0) or to MySQL(1).

//Default: 0

rs_save_type "1"

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

//The username for the database login.

//Default: root

rs_user "wargame"

//The password for the database login.

//Default:

rs_pass "Password"

//The database name.

//Default: registersystem

rs_db	 "wargame_counterstrike"

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

//The prefix of the setinfo for the Auto Login function.

//Default: _rspass

rs_password_prefix "_rspass"
and even I changed registersystem.sma where I also entered the data ->

Code:
g_on = register_cvar(g_cvars[0], "1")
	g_save = register_cvar(g_cvars[1], "1")
	g_host = register_cvar(g_cvars[2], "95.80.240.213")
	g_user = register_cvar(g_cvars[3], "wargame")
	g_pass = register_cvar(g_cvars[4], "Password")
	g_db = register_cvar(g_cvars[5], "wargame_counterstrike")
	g_setinfo_pr = register_cvar(g_cvars[6], "_rspass")
but it does not work for me and the database is important enough
jAkErCZ is offline
einhovant
New Member
Join Date: Feb 2012
Old 11-01-2013 , 06:54   Re: Register System V8.0 by m0skVi4a ;]
Reply With Quote #514

i assume your game server and web+db is on different host. same with me.

webhost:
if you using cpanel, make sure you enable mysql remote connection from your gameserver ip's.

gameserver:
check the port... is it open for make outgoing mysql connection ?


in my case, mysql port on my game server is not allowed to make outgoing connection BUT accepting for incoming connection from mysql port. so, you can go in, but the data can't go out because blocked from router. my solution is, i install mysql server and tune it for low resource settings (using my-small.ini template) on my gameserver.

Last edited by einhovant; 11-01-2013 at 07:00.
einhovant is offline
al3amri
Member
Join Date: May 2011
Old 11-02-2013 , 08:26   Re: Register System V8.0 by m0skVi4a ;]
Reply With Quote #515

Hello, I want when anyone joined the server cant play if hes not registered after he register then he can choose the team
al3amri is offline
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 11-02-2013 , 11:25   Re: Register System V8.0 by m0skVi4a ;]
Reply With Quote #516

Hello. I want users have checked the first post before asking.
__________________
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
Unban
Junior Member
Join Date: Jul 2011
Location: Lithuania
Old 11-02-2013 , 16:01   Re: Register System V8.0 by m0skVi4a ;]
Reply With Quote #517

m0skVi4a, you are the best! Yahoooooo.. We waiting register system v9.0 then upload here
Unban is offline
Send a message via Skype™ to Unban
shubhamgulati12
Senior Member
Join Date: Oct 2010
Location: Inida The Holy Place!!
Old 11-06-2013 , 06:13   Re: Register System V8.0 by m0skVi4a ;]
Reply With Quote #518

Quote:
Originally Posted by m0skVi4a View Post
I have question for those who wanted the whitelist option. What should the plugin do if whitelisted name occures? Keep player in server but don't let him register, or kick player and say him to change his name?
I don't think that the second option is appropriate.
Keep player in server but don't let him register will be the best..
But if you can use cvars so that control is with us for both cases it would be best...
But as I see you have already done with the plugin so I will be happy with any of them!!
I just want to thank you for editing it as per my request..
Thanks a lot!!
__________________

Join Free File hosting - http://db.tt/VvebKSSW
[Free 2 GB cloud storage]
shubhamgulati12 is offline
vedant007
Member
Join Date: Jul 2013
Old 11-06-2013 , 08:56   Re: Register System V1.0 BETA by m0skVi4a ;]
Reply With Quote #519

Quote:
Originally Posted by Arkshine View Post
Attach the plugin separately.
Yes Agree With Arkshine

-Amx Mod X Plugin Maker & Admin @ Amx Mod X

Last edited by vedant007; 11-06-2013 at 08:57.
vedant007 is offline
Send a message via Skype™ to vedant007
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 11-06-2013 , 12:59   Re: Register System V8.0 by m0skVi4a ;]
Reply With Quote #520

The plugin is atached separately.
The archive contains all other stuff like Bulgarian translations, regusers.ini, etc.
__________________
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 22:58.


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