• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Search results

  1. kalle

    Server [Auto] Update script

    Added translate to ex yu langs. https://github.com/kallefrombosnia/TeaSpeak-Updater
  2. kalle

    TeaSpeak PHP Framework Help

    I google and found out that there is no fix. Its because framework doesnt fully support Teaspeak. Also flood protection problem can cause that error.
  3. kalle

    TeaSpeak PHP Framework Help

    <?php $ts3_ip = "51.140.xx.xx"; $ts3_queryport = "10101"; $ts3_user = "serveradmin"; $ts3_pass = "querypass"; require_once("inc/framework/TeamSpeak3.php"); try { $ts3 = TeamSpeak3::factory("serverquery://$ts3_user:$ts3_pass@$ts3_ip:$ts3_queryport/?server_port=9987"); echo...
  4. kalle

    TeaSpeak PHP Framework Help

    Do you use custom motd? You need to define it. Also dont use try/catch for nothing. Echo the $e variable so it can throw an error.
  5. kalle

    TeaSpeak PHP Framework Help

    If something doesnt work like it supposed to, just see error logs from webserver. Set logging to be on. Also post error log here, maybe I can help.