collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: TeamSpeak3 module for Bebot  (Read 24072 times)

0 Members and 3 Guests are viewing this topic.

Offline Kentarii

  • BeBot Apprentice
  • ***
  • Posts: 153
  • Karma: +0/-0
    • AoC>TV
TeamSpeak3 module for Bebot
« on: February 04, 2011, 10:19:01 pm »
This module allows users to display server info and channel list with clients connected to a TS3 server.



Configuration and installation:
Please read the installation/configuration instructions in the top of the module.
To get this to work, you need to download and extract ts3admin.class.php to the bebot/extra folder.
You have to provide the correct hostname and port in settings for TeamSpeak3 module for this to work:
Code: [Select]
!settings TeamSpeak3
How to get ServerQuery User/Password
If your TeamSpeak3 server requires you to login to run ServerQuery commands, you have to provide this info as well.

Start TeamSpeak3 and connect to your server.
Go to: Tools -> ServerQuery Login (if this option is grayed out, you probably need to be inside ServerAdmin or ServerSubAdmin group)
Type in your desired Name and press OK.
You will then get a window with your Name and Password which you can input to your bebot with the following two commands:
Code: [Select]
!set TeamSpeak3 QueryUser someUsername
Code: [Select]
!set TeamSpeak3 QueryPassword somePassword
Download:
TS3Admin.class @ ts3admin.par0noid.info
TeamSpeak3 module for Bebot v0.0.3 :: 2011-08-11 :: [ phps | zip ]
« Last Edit: August 11, 2011, 01:58:04 pm by Kentarii »

Offline Kentarii

  • BeBot Apprentice
  • ***
  • Posts: 153
  • Karma: +0/-0
    • AoC>TV
Re: TeamSpeak3 module for Bebot
« Reply #1 on: February 04, 2011, 10:20:54 pm »
*reserved just in case*

Offline maikee

  • BeBot Rookie
  • *
  • Posts: 17
  • Karma: +0/-0
Re: TeamSpeak3 module for Bebot
« Reply #2 on: February 05, 2011, 10:53:36 am »
Hi

it is possible to optimized for german language?

the german special char:

lowcase: ä, ö, ü, ß
uppercase: Ä, Ö, Ü

Offline Kentarii

  • BeBot Apprentice
  • ***
  • Posts: 153
  • Karma: +0/-0
    • AoC>TV
Re: TeamSpeak3 module for Bebot
« Reply #3 on: February 05, 2011, 11:43:50 am »
Hi

it is possible to optimized for german language?

the german special char:

lowcase: ä, ö, ü, ß
uppercase: Ä, Ö, Ü
Fixed in version 0.0.2. Added utf8_decode where I thought it was needed.

Offline maikee

  • BeBot Rookie
  • *
  • Posts: 17
  • Karma: +0/-0
Re: TeamSpeak3 module for Bebot
« Reply #4 on: February 05, 2011, 11:51:21 am »
thanks
works fine

Offline dillinger

  • BeBot Apprentice
  • ***
  • Posts: 91
  • Karma: +0/-0
Re: TeamSpeak3 module for Bebot
« Reply #5 on: August 11, 2011, 01:22:00 pm »
Is there an option to display the Client ID [pid] and the Channel ID [cid] in the Bot output?

This would be more comfortable to manage the TS3 server with kenny's !tsadmin module >> http://bebot.link/aoc-0-6-x-customunofficial-modules/ts3-class-functions-module/msg17535/#msg17535

dill

Offline Kentarii

  • BeBot Apprentice
  • ***
  • Posts: 153
  • Karma: +0/-0
    • AoC>TV
Re: TeamSpeak3 module for Bebot
« Reply #6 on: August 11, 2011, 01:59:57 pm »
Is there an option to display the Client ID [pid] and the Channel ID [cid] in the Bot output?

This would be more comfortable to manage the TS3 server with kenny's !tsadmin module >> http://bebot.link/aoc-0-6-x-customunofficial-modules/ts3-class-functions-module/msg17535/#msg17535

dill
Can you download version 0.0.3 and see if it works ok? I don't have any TS3-server running atm, so couldn't verify that the changes I did work.

Please let me know how it goes.

Offline dillinger

  • BeBot Apprentice
  • ***
  • Posts: 91
  • Karma: +0/-0
Re: TeamSpeak3 module for Bebot
« Reply #7 on: August 11, 2011, 03:05:48 pm »
Yeah, nice one m8! Works like a charm - thats what I'm talking about.

Thanx!

Offline kenny

  • BeBot User
  • **
  • Posts: 22
  • Karma: +0/-0
Re: TeamSpeak3 module for Bebot
« Reply #8 on: August 11, 2011, 10:31:51 pm »
Good job Kentarii, you saved me a ton of work to do  :)
I'm planning on adding [moveall] (/tell [Botname] !tsadmin moveall [chan-id]) and [kick] (!tsadmin move [client-id] [chan-id] links to each of the channels and users on weekend. If you have the time and motivation to do that yourself I would really appreciate it :)

I think if you do it (who fully understands the inner workings of the module, which I don't), the final product will be much better.
If it is a bother for you to do, please don't stress yourself with it. I'll do it on weekend then.

~kenny

Offline Kentarii

  • BeBot Apprentice
  • ***
  • Posts: 153
  • Karma: +0/-0
    • AoC>TV
Re: TeamSpeak3 module for Bebot
« Reply #9 on: August 11, 2011, 10:38:33 pm »
I'll add it to the next version, think I have some time tomorrow.
I guess the links will be disabled by default in my module since they require that people download your module as well.
So it will be just a matter of going into settings and enable the integration to tsadmin if you have that installed.

Offline Spreadicus

  • BeBot Rookie
  • *
  • Posts: 13
  • Karma: +0/-0
Re: TeamSpeak3 module for Bebot
« Reply #10 on: June 06, 2015, 04:25:47 am »
Is there a working link to download this?

Offline WeZoN

  • Global Moderator
  • *****
  • Posts: 92
  • Karma: +0/-0
Re: TeamSpeak3 module for Bebot
« Reply #11 on: June 07, 2015, 01:37:03 am »
As stated at the end of the first post :)


Download:
TS3Admin.class @ ts3admin.par0noid.info
TeamSpeak3 module for Bebot v0.0.3 :: 2011-08-11 :: [ phps | zip ]


 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 266
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal