• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Recent content by Yop

  1. Yop

    EN PHP API questions

    Well I didn't know we could do that. Thanks ! I guess I'll end up using the ts3 query for the channel matter, I just wanted to make it work with only sinusbot. Anyway, thanks for your help !
  2. Yop

    EN PHP API questions

    up! No one has a way to do this ?
  3. Yop

    EN Set user privileges using api

    Alright, though you had it correct on that point. Here's what I just found : $scope.PRIV_LOGIN = 1, $scope.PRIV_LIST_FILE = 2, $scope.PRIV_UPLOAD_FILE = 4, $scope.PRIV_DELETE_FILE = 8, $scope.PRIV_EDIT_FILE = 16, $scope.PRIV_CREATE_PLAYLIST = 32, $scope.PRIV_DELETE_PLAYLIST = 64...
  4. Yop

    EN Set user privileges using api

    Hi, Here is a PHP API documentation thanks to @Raphraph. Give a look at this function : public function updateUser($userId, $password = NULL, $tsuid = NULL, $tsgid = NULL, $privileges = NULL) {}. $sinusbot->updateUser($userId, NULL, NULL, NULL, 1100110); I didn't test that, but I guess it...
  5. Yop

    EN PHP API questions

    Thanks, didn't know about that one. But still, looks like there is no way to send messages or change channel. Could this get added to the PHP Api ? I know I could do it with the script by checking every sec the commands I'd want to execute stored with the PHP, but it would be way more...
  6. Yop

    EN PHP API questions

    Hi everyone, I'm currently writing a script that will allow me to move the bot in any channel and chat with clients. The problem is that I can't find the commands to send private/channel/server messages or move the bot in another channel. I know they exist in the scripting API but I'd need them...
  7. Yop

    Solved SRV Record?

    I didn't think about Apache Proxy, needed that too. Thanks !
Top