MultiServer Registration

05/12/2013 15:05 ahmetay#1
Hi

Is there any way of registrating on various server with just one registration page?

I appreciate all help..
05/12/2013 15:13 Coniesan#2
Sure
there are a view methodes

1. the Servers are using the same account database
(you can set the setting for each database in every CONFIG file in each Channel/Core directory!)
-> recomended!

2. you edit the register.php and insert a second insert query to the second root
05/12/2013 15:16 ahmetay#3
i tried the first method. but there is no account_sql :(
05/12/2013 15:31 Coniesan#4
Look in the auth CONFIG file:
Code:
PLAYER_SQL: localhost mt2 mt2!@# account
and in the db conf.txt:
Code:
SQL_ACCOUNT = "localhost account mt2 mt2!@# 0"
localhost = ServerIP
account = Database
mt2 = user
mt2!@# = Password
0 = some unknown thing :D
05/12/2013 16:19 ahmetay#5
Quote:
Originally Posted by Coniesan View Post
Look in the auth CONFIG file:
Code:
PLAYER_SQL: localhost mt2 mt2!@# account
and in the db conf.txt:
Code:
SQL_ACCOUNT = "localhost account mt2 mt2!@# 0"
localhost = ServerIP
account = Database
mt2 = user
mt2!@# = Password
0 = some unknown thing :D
wow ! thanks :) my servers are like official :)