Results 1 to 15 of 15
-
04-07-2010, 06:39 #1
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- UK
- Posts
- 69
admins can activate modify_maxclients
im a little stuck here, the default serveramdin group has b_virtualserver_modify_maxclients removed with no grant permission but they can click on it and activate it.
i thought without grant permission this was not possible ?
how do i get around it ?
-
04-07-2010, 06:51 #2
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- UK
- Posts
- 69
i found the permissions b_permission_modify_power_ignore was enabled!
is there any way i can make sure this is removed from all groups except group 2 ?
-
04-07-2010, 09:48 #3
-= TeamSpeak Fanatic =-
- Join Date
- Feb 2006
- Location
- Texas, USA
- Posts
- 4,187
right click->remove it from any group you don't want to have it. How did it get enabled in the first place?
-
04-07-2010, 10:01 #4
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- UK
- Posts
- 69
no idea, i must have done it at some stage
i got sent this but theres an error it wont run.
DELETE FROM perm_server_group WHERE perm = "b_permission_modify_power_ignore" AND id1 != 2;Query Error: no such column: perm Unable to execute statement
DELETE FROM perm_server_group WHERE perm = "b_permission_modify_power_ignore" AND id1 != 2;
-
04-07-2010, 10:07 #5
-= TeamSpeak Fanatic =-
- Join Date
- Feb 2006
- Location
- Texas, USA
- Posts
- 4,187
You don't want to delete it, just remove it from the groups that should not have it. in my opinion the only group that should have this is your admin server query group.
-
04-07-2010, 10:28 #6
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- UK
- Posts
- 69
that commands a fast way of removing it from the 500 ish admin groups apart from group 2 thats query admin, and idea why it doesnt work ?
Last edited by GoNz0; 04-07-2010 at 21:14. Reason: typo
-
04-07-2010, 12:38 #7
It gave you the error, the column/field name is wrong. Should be perm_id not perm.
-
04-07-2010, 12:55 #8
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- UK
- Posts
- 69
thanks, one last thing, how can i also remove the grant permissions for it as well ?
-
04-07-2010, 21:12 #9
I only know how to modify grant permissions within the client, I've not determined what field in the database is used.
-
04-07-2010, 21:13 #10
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- UK
- Posts
- 69
can you give me an example please?
-
04-07-2010, 22:23 #11
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
For all permissions you have a grant permission, with the same name in second part.
You can found it or create it with the first part :
i_needed_modify_power_.......
An example :
You have this permission => b_virtualserver_channel_list
So the grant permission associated is :
i_needed_modify_power_virtualserver_channel_list
If you have set the Grant, this permission is in the database. If not, she doesn't exist in th database.
Now, you can create (INSERT) you can modify the power (UPDATE) or (DELETE FROM
)
-
04-07-2010, 23:21 #12
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- UK
- Posts
- 69
i just did a test on a backup, the last line was a edited command with the value 99
i ran
and it vanishedCode:DELETE FROM perm_server_group WHERE perm_id = "i_needed_modify_power_permission_modify_power_ignore" AND id1 != 2;

thanks for the hints and tips
i think all i need to do now is run the following 3 to stop the grant permissions on the ignore and maxclient leaving out the query admin
PHP Code:DELETE FROM perm_server_group WHERE perm_id = "i_needed_modify_power_permission_modify_power_ignore" AND id1 != 2;
DELETE FROM perm_server_group WHERE perm_id = "i_needed_modify_power_virtualserver_modify_maxclients" AND id1 != 2;
DELETE FROM perm_server_group WHERE perm_id = "i_needed_modify_power_channel_modify_maxclients" AND id1 != 2;
-
05-07-2010, 04:04 #13
-
05-07-2010, 07:32 #14
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- UK
- Posts
- 69
it does not help does it. a big thanks to all of you for helping
-
05-07-2010, 12:36 #15
At the very least they could have used the permission name and just append "_grant" to the end so it is easy to work it.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Solved] Setting up a channel which can only be accessed by admins using access power
By Dungeon in forum Permission SystemReplies: 3Last Post: 24-05-2010, 11:54 -
taking away the ability for Permanent Bans for chan admins
By jayw654 in forum Permission SystemReplies: 4Last Post: 24-01-2010, 13:50 -
taking away inifinite Bans for chan admins
By jayw654 in forum WindowsReplies: 2Last Post: 15-01-2010, 13:01 -
How to allow individual server admins to restart their own server?
By shacky002 in forum [TeamSpeak 2] Server SupportReplies: 3Last Post: 31-10-2006, 20:16


Reply With Quote


