Beiträge von frishu

    Hallo zusammen, noch einmal ich hier.


    Heute trat ich auf ein Problem das mit dem PHP TS3 Framework zutun hat (Schon wieder? :D).
    Ich wollte eine Art Online-Zähler auf meinem Teamspeak erstellen, aber der wird erst aktualisiert wenn auf der Webseite irgendwas gemacht wird. Zum Beispiel ein Refresh reicht aus.
    Sprich der Channel wird erst aktualisiert wenn eine Tätigkeit auf der Webpage ausgeführt wird.
    Ich bin am Überlegen ob ich das vielleicht mithilfe von CRONTAB lösen sollte. Aber die eine Minute finde ich, das dass zu lange sein kann.


    Mein Code falls jemand das gebrauchen konnte, um das Problem zu lösen.



    Vielen Dank für eure Hilfe!

    Ajajaj, war ich blind, ich habe die Beispiele übersehen.
    Danke für deine Hilfe falls jemand den gleichen Problem haben sollte hier ist die Lösung.


    1. Erstellen wir die Verbindung mit dem Server:

    Code
    $ts3 = TeamSpeak3::factory("serverquery://login:pass@ip:10011/?server_port=9987");


    2. Wir schauen durch mithilfe von foreach und vardump die Parameter die wir brauchen:

    Code
    foreach($ts3 as $ts3virtualserver) {   var_dump($ts3virtualserver);	}


    3. Nachdem wir schon ausgesucht haben was wir brauchen in meinem Fall die Hostmessage:

    Code
    $ts3['virtualserver_hostmessage'] = 'Welcome to xxx!';

    Hallo zusammen, zuerst möchte ich mich für mein nicht perfektes deutsch entschuldigen, aber weiter ohne unnötiges schreiben.


    Ich habe mich heute wieder mal an TeamSpeak 3 PHP Framework gesetzt und wollte die Host Message damit verändern.
    Leider finde ich nichts in der Doku, also wenn jemand mir helfen konnte das zu finden, wäre ich dankbar.


    Wer nicht genau weiß was ich damit meine.
    Ganz oben -> Edit Virtual Server -> Host Message -> Message

    Doku: TeamSpeak 3 PHP Framework: API Documentation


    Vielen Dank für eure Hilfe :)

    Thanks for your reply Sebbo.
    I do, I am using cloudflare for my VPS.
    But cf is set only for website not teamspeak3 server which means:
    for domain -> cloudflare dns -> domain.com
    for tsserver -> default dns -> ts.domain.com
    Do you think, that I should set cloufflare dns for my ts server too?


    and yes, there were a couple of attacks on my server but they stopped.
    about the connection lost problem I don't think that half of the server just dropps becouse of their internet provider.
    About the MTR, I'll add here some informations after I did it.
    @edit.
    After MTR I noticed that second position which is outgoing form server to users had lost 3%.
    But just for a short time can this be the issue?
    and what should I do with it?

    Hello, atfirst I want to tell you that my first language isn't english so I am very sorry for any mistakes I did.
    I've noticed and saw many threads about connection lost and connection problems with teamspeak3 server(s) but any didn't resolved my problems.
    I had running my teamspeak3 server for 7days. Yesterday my server just got connection lost problem which took about 5secs and everyone reconnected to lobby channel.
    Same thing happened today but not for everyone. I could join without any problems but I got information from user that he couldn't join.
    What's the issue of this and maybe how can I fix it?


    @ps. after restaring the server everything looks like it's working.


    Version: 3.0.13.6 on Linux
    License: Non-profit license
    Ram ussage: 526mb of 1000mb /I am running SinusBot on my VPS aswell.
    Log files from 17.02.2017 and from 25.02.2017
    24.02.2017
    Sorted by oldest
    firespot.eu - logs - Pastebin.com


    Thanks a lot for any help!