• 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.

Search results

  1. Kamikaze

    DE Würfel script läuft endlos

    Hallo zusammen! Bin gerade dabei mir ein eigenes kleines script zu schreiben. Bei meiner Würfel Funktion hab ich das Problem wenn ich den Command im Channel ausführe spammt der Bot endlos. Im Privat Chat funktionierts. <15:55:59> "Puuhbär | Winnie der II.": Fehlendes Argument: Bitte höchst...
  2. Kamikaze

    EN Wrong output of php

    I try to download a song via php and add it to a playlist. But I get a wrong uuid from script by adding the song //set_time_limit(0); include("sinusbot.class.php"); include("config.php"); //include("getYTfile.php"); echo "<pre>"; $sinusbot = new SinusBot($ipport); $sinusbot->login($user...
  3. Kamikaze

    Sharing new project

    Hey, I've made an own webinterface for the Sinusbot and want to share it here and asking for additition features etc. In which forum part i can do it?
  4. Kamikaze

    Lieder werden übersprungen

    Betriebssystem: Windows Server 2012 R2 SinusBot Version: 0.9.16-34aebc2 TS3 Version: 3.0.19.4 Config.ini: Harware: - CPU: Intel Xeon E5-2683 v3 2GHz (2 Prozessoren) - RAM: 2GB CPU ist kaum ausgelastet, RAM liegt meist bei 70-80% Instanz-Log: Problembeschreibung Bei meinem Bot sind mehrer...
  5. Kamikaze

    EN |DE - PHP Sorting output

    Hey Guys! I need help by sorting the array of playlists. Here my sorting function (working) <?php require("../login.php"); $playlist = $sinusbot->getPlaylists(); $playname = $playlist; function aasort (&$array, $key) { $sorter=array(); $ret=array(); reset($array); foreach...
  6. Kamikaze

    EN |DE - PHP Login Check

    Heey! I'm creating a Webinterface to control the bot vía Web with PHP and showing some things. I do this for fun and testing and after I finished it I'll share this with you :) Actually it's germany only for developing but I'll add english translation soon! Here you can take a "first look" (...
Back
Top Bottom