Hey,
I am currently programming a lightweight and easy to use webinterface for TS3 which I want to share with you guys.
It is built upon 3 layers:
TS3lib -> base, handles the network traffic with the TeamSpeak 3 server
TS3remote -> extends the library, adding wrappers for ServerQuery commands
TS3webinterface -> the I/O including Ajax
Of course you can just take the lib (+extension) an write your own code on top to create other apps.
At the moment there are just a few functions implemented, but I think it will grow quickly, because the "layer structure" allows me to implement new things easily.
An english language pack is available, even like a german too.
Please give me feedback! I want to do my best
Screens (new!):
http://prookie.xenonserver.de/ts3wi/screen1.jpg
http://prookie.xenonserver.de/ts3wi/screen2.jpg
Download:
http://prookie.xenonserver.de/ts3wi/get.php lets you always download the latest version
(if I release a new version, the webinterface should create a notice for you at the top of the page)
have fun!
Changelog:
v0.3.6 30 Dec 2009
- fixed name bug in the server view
- added javascript message translation
v0.3.5 29 Dec 2009
- UTF-8 charset
- more settings in channels backups
- improved server view (layout & added functions)
- full ban list support
v0.3.4 28 Dec 2009
- less minimalistic design
- basic live server view
- several small bugfixes
v0.3.3 27 Dec 2009
- improved token management
- added channel backup function
- no new configuration needed after updates
v0.3.2 26 Dec 2009
- fixed javascript in IE 8
- added token support
- a little internal code cleanup
v0.3.1 26 Dec 2009
- added english language support
- fixed language support for the update notification
- fixed vServer listing if there is only one server
v0.3.0 26 Dec 2009
- initial release
prookie