framework

  1. FromLondon

    Node JS framework

    Hello. Anyone work with teamspeak server through node js? I`m testing this thing and have some problems: disconnection with server close after some idle time Library for this: teamspeak-query Get error: events.js:182 throw er; // Unhandled 'error' event ^ Error: This socket has...
  2. FromLondon

    Show ban info in one table row

    Hello guys, i`m trying to write anything useful with ts3 php framework and get this problem One ban, but can`t show one ban on one row of table CodePHP= $banList = []; try { $banArray = $vServer->banList(); } catch (TeamSpeak3_Exception $e) {} foreach ($banArray...
  3. FromLondon

    Showing server password [PHP]

    Hello guys! Anyone know how to get and show server password with php ? Which metods are using for encryption?
  4. C

    Check server group

    Hello, I'm making a script using Teamspeak php framework and I'm stuck at one thing, I wonder how do I check if client is in specified server group, then continue the rest of the script?
  5. indect

    TS3 Plugin QT Configuration GUI

    Hey, Has anyone ever managed to get a QT GUI working with a TS3 Plugin? I already tried it but had no luck, maybe also my QT version is not the one TS3 is using. TS3 is built with QT and it provides access to the ParentWidget in function ts3plugin_offersConfigure (with void* QParentWidget as...
  6. Ch4ch4rR4t0

    TS3 Script - start/stop/restart server via web

    Hi, I need for my project script Start / Stop and Restart, this is used for users panel for your servers created. My panel is 78% and need only this script. I tried to extract from ts3wi but could not. Thnak you for help :}
Top