TeamSpeakPHPBots | A PHP framework for developing TeamSpeak Bots

Rikku

Contributor
Sep 14, 2015
156
61
122
Dear Community. Today i would like to share, this awesome Framework witch have cool Features.
TeamSpeakPHPBots
TeamSpeakPHPBots is a lightweight framework for developing TeamSpeak Bots in PHP. The framework is used in a German multi-gaming community and builds the ground for currently over 30 Bot instances of various types. Its features and stability were enhanced over the time by observing and reflecting the demands and constraints of a real field environment with over 200 simultaneously connected users at peak times.

Here are some of major services provided by the mentioned gaming community Bots:
# Dynamic TeamSpeak Channel Management: automatic channel creation / deletion depending on user load
# Unified Chat System: integrated Telegram, Web Chat, and TeamSpeak into one single chat system consisting of multiple rooms with respect to individual authentications and permissions
#Integration with Community Forum: synchronized authentication and permissions with Woltlab's Burning Board


Introduction
TeamSpeakPHPBots is a PHP based framework which provides a convenient way to develop TeamSpeak bots and manage them using a web browser. It uses the library TeamSpeak3 PHP Framework for communicating with TeamSpeak server.

The framework provides the following features:
#A runtime environment where bots live and interact with the TeamSpeak server.
#A web interface allowing creation, deletion and modification of bots.
#A web interface for user management.
#A simple to use persistence layer using a database for storing and retrieving bot configuration.

See the accompanying examples directory which demonstrates how to use this framework.

Here are a few screenshots showing the web interface.

546ff488-5ced-11e6-982d-58f1acf15195.png

57a1a976-5ced-11e6-95cc-e1775af7107d.png
59a1bc98-5ced-11e6-984b-28220f2bf026.png
5b508272-5ced-11e6-8aaa-37bff4a68321.png
5cda687e-5ced-11e6-8dfb-27a843d5bd51.png


Copyright (c) 2016 by Botorabi. All rights reserved.
 

Erza86

Member
Sep 21, 2015
60
18
40
Hello,

so this is only a framework, where i have to code my stuff by myself?

If so is there a chance you provide / setup this thing for me?:
# Unified Chat System: integrated Telegram, Web Chat, and TeamSpeak into one single chat system consisting of multiple rooms with respect to individual authentications and permissions

regards
 

estarra

Member
May 2, 2016
0
1
40
Botserver can not start what shall I do

16.08.2017-14:33:06 ********************************************
16.08.2017-14:33:06 * Greeting Bot Service
16.08.2017-14:33:06 * Copyright 2016
16.08.2017-14:33:06 * All Rights Reserved by TeamSpeakPHPBots
16.08.2017-14:33:06 * https://github.com/botorabi/TeamSpeakPHPBots
16.08.2017-14:33:06 *
16.08.2017-14:33:06 * Version: 0.9.5
16.08.2017-14:33:06 * Author: Botorabi (boto)
16.08.2017-14:33:06 *
16.08.2017-14:33:06 * Date: Wed, 16 Aug 2017 14:33:06
16.08.2017-14:33:06 ********************************************
16.08.2017-14:33:06
16.08.2017-14:33:06 (App) starting the bot service
16.08.2017-14:33:06 (App) setup the bot manager
16.08.2017-14:33:06 [D](TSServerConnections) connecting the teamspeak server ...
16.08.2017-14:33:06 [E](TSServerConnections) error occurred during initializing the teamspeak server query interface!
16.08.2017-14:33:06 [E](TSServerConnections) reason: invalid URI supplied
16.08.2017-14:33:06 [D](BotManager) total count of server connections: 0
16.08.2017-14:33:06 [E](BotManager) could not initialize bot manager, no teamspeak server connection!
16.08.2017-14:33:06 [E](App) could not initialize the bot manager!
 
Last edited:
Top