PDA

View Full Version : Importing users from one TS server to another?


K9Trooper
05-08-2004, 21:00
Is there a way to import user accounts from one TS server to another without using SQL? We have 2 TS servers (1 for backup) and there are some accounts that are on one but not the other. I would like to combine them so I can use other means of replication between them.

guldi
05-08-2004, 21:42
no, without using SQL I wouldn't knwo of any way to do so. You can not linkt two servers anyway.

K9Trooper
05-08-2004, 22:05
Not trying to link two servers. I am trying to replicate them so members will not have to register for both. If the main one goes down all they would need to do is switch to the backup server with worry of needing an admin to allow registration.

We had the NIC go on the box hosting our primary TS server last week. It was not fixed until today. During that time we had 20 new members register on our backup server that are not on the primary. I wanted to see if there is a way to transfer user data without loosing other accounts.

TG Biggy
01-07-2009, 03:37
I want to be able to use my IPB forums user/passward database to populate our TS2 database. is this possible?

Tomas
01-07-2009, 06:51
I want to be able to use my IPB forums user/passward database to populate our TS2 database. is this possible?

1. you are rewing very old thread.
2a. yes it is possible. if the password is MD5 which is createable in SQL you can even edit and SQL query files in TeamSpeak server to use that table ..... just add few infos for TeamSpeak server cuz they are needed. Hopefully forum is coded well so after this change nothing will screew up.

2b. second option is to make some maybe php script and check one user table in database to update other one. use some sheduled task/cron to run that code and you are set.

2c. change the forum logins in way that you will recode it to use diff table etc its way more complicated to do....but on other way if you change it there you might have the table with normal teamspeak "userlist" and in SQL you will have it merged with "userlist info without login and pass" for forum/whatever.

thats the easyest options I could think about in 5mins...
which one you will pick??
so in short is it possible. Mostly require MySQL used by TeamSpeak server.