samedi 27 février 2016

[unable to retrieve full-text content]

Does CNAME work with Teamspeak?

lundi 15 février 2016

I have rented a TS server through Multiplay and I have been provided a host name.
I have rented a domain name from names.co.uk

If I set up a CNAME in my names.co.uk control panel will that work, allowing people to connect to TS using my new domain? ts.clanname.eu

I set ts.clanname.eu CNAME <host name provided by multiplay>

I have searched the forums but people mention Service records which I didn't think I needed using CNAME.
Does CNAME work with Teamspeak?

Linux Mint, Invisible ClientUI

Dear Support, Members, Experts,

When starting, there is no gui visible. It is possible to connect to the client with telnet, but I don't believe its the way its intended.

Used commands: ./ts3client_runscript.sh

Log/Console output:
2016-02-15 12:35:34.214087|INFO | | |TeamSpeak 3 Client 3.0.18.2 (2015-10-22 11:14:48)
2016-02-15 12:35:34.214242|INFO | | |SystemInformation: Linux 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 Binary: 64bit
2016-02-15 12:35:34.214316|INFO | | |Using hardware aes
2016-02-15 12:35:34.232687|DEBUG |PulseAudio | |connected to pulse audio server
2016-02-15 12:35:34.254196|INFO | | |Loading plugin: libclientquery_plugin
2016-02-15 12:35:34.254278|INFO | | |Loading plugin: liblua_plugin
2016-02-15 12:35:34.254310|INFO | | |Loading plugin: libtest_plugin
2016-02-15 12:35:34.255341|INFO |Query | |listening on 127.0.0.1:25639
ClientQueryPlugin: currentServerConnectionChanged 1 (0)
2016-02-15 12:35:34.413269|INFO | | |*** Time [MAINWINDOW]: 138
2016-02-15 12:35:34.413394|INFO | | |*** Time [INIT]: 139
2016-02-15 12:35:34.415585|INFO |ClientUI | |Failed to init text to speech engine
2016-02-15 12:35:34.415659|INFO |ClientUI | |Qt version: 5.5.0
2016-02-15 12:35:34.415694|INFO |ClientUI | |Using configuration location: /home/alexandrus/.ts3client/settings.db
2016-02-15 12:35:34.914582|INFO |ClientUI | |Last update check was: Mo. Feb. 15 13:33:50 2016
2016-02-15 12:35:34.914804|INFO |ClientUI | |Checking for update
2016-02-15 12:35:34.930834|INFO |Update | |Checking for updates...
qt.network.ssl: QSslSocket: cannot resolve SSLv2_client_method
qt.network.ssl: QSslSocket: cannot resolve SSLv2_server_method
2016-02-15 12:35:35.034736|INFO |Update | |Check license version: 1
2016-02-15 12:35:35.036168|INFO |LicenseViewer | |License language: de
2016-02-15 12:35:35.036389|INFO |LicenseViewer | |Found cached license for version 1 and language de
2016-02-15 12:35:35.425061|INFO |Newsticker | |Newsticker next check: Mo. Feb. 15 13:37:27 2016
2016-02-15 12:36:40.869897|WARNING |Copy&Paste | |HTML parsing error: Überzähliger Inhalt nach Ende des Dokuments.
2016-02-15 12:36:41.749660|WARNING |Copy&Paste | |HTML parsing error: Vorzeitiges Ende des Dokuments.
2016-02-15 12:36:43.262088|WARNING |Copy&Paste | |HTML parsing error: Vorzeitiges Ende des Dokuments.
...

Operating system: Linux Mint 17.1 Rebecca, Kernel 3.13.0-37-generic, x86_64
Teamspeak installation: Using TeamSpeak3-Client-linux-amd64-3.0.18.2.run
Window Manager: IceWM

Is there a way to switch this to verbose, see some issues in the QT initialization maybe?

Regards and Thanks

Julian
Linux Mint, Invisible ClientUI

[Request]Reply message received on channel

Hello boys,

I am new to the forum, again with programming, so would like a help of experienced people in this forum.
Would I like a plugin/script that detects one message on one specific channel and respond with a message I choose.

I found this, but it does not understand the correct:

Code:

local function onTextMessageEvent(serverConnectionHandlerID, targetMode, toID, fromID, fromName, fromUniqueIdentifier, message, ffIgnored)
        local csatorna = ts3.getChannelOfClient(serverConnectionHandlerID, fromID)

                if string.find(string.lower(message), "take") then
                        ts3.requestSendChannelTextMsg(serverConnectionHandlerID, "Taken", csatorna)
                        return 0
                end
end

http://ift.tt/1Tlt2HH



I just change the channel name "csatorna" for my channel (Justera), and change the mesage "Take" for my mesage (Respawn list reset.)?

Local Justera = ts3.getChannelOfClient (serverConnectionHandlerID, fromID)

if string.find (string.lower (message), "Respawn list reset.") then


And replacing the word "Taken," for my message (! Respawn 89)?

Substitute csatorna to Justera TS Bot, which is the channel to which I must respond.

ts3.requestSendChannelTextMsg (serverConnectionHandlerID, "89! respawn" Justera TS Bot)

getting well:

Code:

local function onTextMessageEvent(serverConnectionHandlerID, targetMode, toID, fromID, fromName, fromUniqueIdentifier, message, ffIgnored)
        local Justera = ts3.getChannelOfClient(serverConnectionHandlerID, fromID)

                if string.find(string.lower(message), "Respawn list resetada.") then
                        ts3.requestSendChannelTextMsg(serverConnectionHandlerID, "!respawn 89", Justera TS Bot)
                        return 0
                end
end

Example:

Click image for larger version.  Name: exemplo.png  Views: 0  Size: 182.6 KB  ID: 13545

I want to answer in a different channel than the wrath message arrives.:D
Attached Images
 
[Request]Reply message received on channel

php protected object

hello guys i need help..
PHP Code:

$group $ts3Server->serverGroupGetById($value['sgid']);

foreach(
$group->privilegeKeyList()  as $k => $v)
{
           if(!
in_array($k$items))
                  {
                          
$items[$k]['token'] = $k;
                          
$items[$k]['token_type'] = $v['token_type'];
                          
$items[$k]['token_id1'] = $v['token_id1'];
                          
$items[$k]['token_id2'] = $v['token_id2'];
                          
$items[$k]['token_created'] = $v['token_created'];
                          
$items[$k]['desc'] = $v['token_description'];
                   }


but in array token_desciption is "protected" can't get it ....
PHP Code:

Array (
[
FynAH89SYf91WLwV6+s158I3CxuqDVayjXFHWFV7] =>
Array (
[
token] => FynAH89SYf91WLwV6+58I3CxuqDVayjXFHWFV7
[token_type] => 0
[token_id1] => 636
[token_id2] => 0
[token_created] => 1455477219
[desc] => TeamSpeak3_Helper_String Object ( [string:protected] => test [position:protected] => )
)


How can do to get it to non protected :) Thank's for help
php protected object

Starting Server on Windows boot up automatically

I know that to do this on windows 7 it was as simple as adding a shortcut for the server to the startup menu, and boom your server would start with windows. However I can't seem to find any tutorials on how to do this for Windows 10, would really appreciate some help!
Starting Server on Windows boot up automatically

Logitech G430

I got my new logitech g430 headset which i connect to my pc using USB and all other sound comes through my headset except teamspeak 3 which comes out my monitor speakers. I went on playback and set it to my headsets but it still didnt work and my mic wont work. How do i configure teamspeak to work through my headset so i can hear and speak.
Logitech G430