Hello,
DO you know any bot which has option to create online/offline list of admins or specific group of users in channel description? for example:
Admins :
xxxx (Online)
yyyyy (Offline)
Vip"
zzzzz (Online)
ccccc (Offline)
Hello,
DO you know any bot which has option to create online/offline list of admins or specific group of users in channel description? for example:
Admins :
xxxx (Online)
yyyyy (Offline)
Vip"
zzzzz (Online)
ccccc (Offline)
Hi,
you can use the ts3admin.class. With the TeamSpeak 3 PHP Framework it also should be possible, but I haven't used this before.
With ts3admin.class, you are able to get a list of clients of a servergroup by using the method "serverGroupClientList". To check, if those users are online or offline, you need to use a second method, which checks the current list of online clients against your servergroup client list: method clientList
Incase of saving this information in a channel description, you need to specify a cronjob, which runs the script each 10 minutes for example and updates the channel description. For example like this:
Sebbo can you create php script with this sources i don't know how to use ts3admin.class
when you can do it ? i