Results 1 to 15 of 19
-
20-12-2009, 17:21 #1
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,296
TeamSpeak 3 Server 3.0.0-beta2 Available
Hi there!
We've just finished uploading version 3.0.0-beta2 of the server. Here's a list of changes:
Good luck on downloading the files!Code:=== Server Release 3.0.0-beta2 20 Dec 2009 - fixed rare server crash (while reconnecting client) - fixed bug with serverdblist updating client_nickname fields - fixed permission problem with channel groups + serverstop can return ERROR_server_is_not_running + poke message got a max character limit of 100 ! added PERMISSION_b_client_issue_client_query_command enables/disables the internal gui client serverquery function - fixed bug that lead to the server connection info values overflowing at 2^31
-
20-12-2009, 17:53 #2
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Hamburg
- Posts
- 2
nice!
Works for me !
-
21-12-2009, 00:51 #3
-= TeamSpeak Lover =-
- Join Date
- Jun 2008
- Location
- .
- Posts
- 35
Based on a diff of defaults.sql, the following statements should be executed to enable the new permissions in beta2 (if you installed beta1).
You will also need to update the permissions for any existing virtual servers (if you want them to be able to use the new permissions). Basically, the below will grant the group with a group_id of 6 (which should be the group_id of the server admin group for the first virtual server) the permissions that would've been granted by default had you started with a fresh beta2 install.Code:insert into perm_server_group (server_id, id1, id2, perm_id, perm_value,perm_negated, perm_skip) values (0, 2, 0, "b_client_issue_client_query_command", 1, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value,perm_negated, perm_skip) values (0, 2, 0, "i_needed_modify_power_client_issue_client_query_command", 100, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "b_client_issue_client_query_command", 1, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "i_needed_modify_power_client_issue_client_query_command", 75, 0, 0);
If you want to double check the group_id (which you should), take a look at the groups_server table (the first virtual server has a server_id of 1). If you see a row that looks like this (all columns selected) "6, 1, 'Server Admin', 1", 6 is the group_id of the Server Admin group on virtual server 1 (server_id 1).
Code:insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 6, 0, "b_client_issue_client_query_command", 1, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 6, 0, "i_needed_modify_power_client_issue_client_query_command", 75, 0, 0);
-
21-12-2009, 06:11 #4
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- USA
- Posts
- 81
where do we execute these?
via telnet? or ?
-
21-12-2009, 06:55 #5
-= TeamSpeak Lover =-
- Join Date
- Jun 2008
- Location
- .
- Posts
- 35
It depends on that database your server is using. If you're using SQLite, SQLiteMan. If you're using MySQL, you probably know how to do it (using phpMyAdmin, MySQL Query Browser, etc).
-
21-12-2009, 07:08 #6
-= TeamSpeak Lover =-
- Join Date
- Oct 2006
- Posts
- 61
If I drag this over my beta 1 folder, will I lose all the servers settings and so on?
-
21-12-2009, 08:43 #7
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Switzerland
- Posts
- 21
hm.. I just overwrite all files and the Settings are still stored
-
21-12-2009, 08:50 #8
-= TeamSpeak Team =-
- Join Date
- Jun 2002
- Location
- Krün / Germany
- Posts
- 1,965
just overwrite all.
-
21-12-2009, 08:59 #9
-= TeamSpeak Lover =-
- Join Date
- Oct 2006
- Posts
- 61
Ok thanks.
-
21-12-2009, 09:06 #10
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- germany
- Posts
- 74
-
21-12-2009, 09:54 #11
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 23
you have to do because the database is changed
and you will get
<10:49:19> insufficient client permissions (gescheitert an b_client_issue_client_query_command (20624/0x5090))
if you want to send a query
-
21-12-2009, 10:22 #12
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- germany
- Posts
- 74
As far as I understand the quickstart guide, there are 2 options to start a TS3 server:
- without MySQL database
- with MySQL database
So the qucikstart guide states the following:
As far as I understand this, that means that you only have to do the way aix59 describes if you use the MySQL way to start TS3.* dbplugin (ts3db_sqlite3)
Name of the database plugin library used by the server instance. For example, if
you want to start the server with MySQL support, simply set this parameter to
"ts3db_mysql" to use the MySQL plugin. Do *NOT* specify the "lib" prefix or the file
extension of the plugin.
Default: The default SQLite3 database plugin will be used.
If you start the server without MySQL support, no SQL database is created.
So you do not have to do these steps. Right?
-
21-12-2009, 11:39 #13
-= TeamSpeak User =-
- Join Date
- Jun 2006
- Location
- Munich
- Posts
- 19
No, the server always creates a SQL database! Only what kind of database is created can be changed. If you start the server without MySQL support it will create a sqlite database (ts3server.sqlitedb). So you've either to change your MySQL database or your sqlite database.
-
21-12-2009, 14:24 #14
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- germany
- Posts
- 74
How should I change these sqlite database thing?
I only see some strange letters of code in the file when I open it via an editor.
And I don't want to lose my server settings, because it tooked hours to configure the server.
-
21-12-2009, 19:56 #15
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- USA
- Posts
- 81
Does the new Beta 3 take care of this, or do we still have to add these manually?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Server will not remember
By Pappy in forum [TeamSpeak 2] Server SupportReplies: 17Last Post: 17-12-2007, 18:47 -
TeamSpeak Server help.
By Niock in forum [TeamSpeak 2] Server SupportReplies: 27Last Post: 22-11-2006, 22:12 -
Friends can't connect
By shadow127 in forum [TeamSpeak 2] Server SupportReplies: 86Last Post: 01-01-2006, 20:45 -
TeamSpeak Server won't report Statistics to your Webserver/PHP Script
By T. Boonstra in forum [TeamSpeak Classic] General QuestionsReplies: 0Last Post: 21-06-2002, 21:00



