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

Server TeamSpeak3_Viewer_Html <- NOT WORKİNG?

oktayc0

Member
echo $ts3_VirtualServer->getViewer(new TeamSpeak3_Viewer_Html("images/viewericons/", "images/countryflags/", "data:image")); <- This command not working.

echo $ts3_VirtualServer->getViewer(new TeamSpeak3_Viewer_Text("images/viewericons/", "images/countryflags/", "data:image")); <- This command working.

WHY?
Help plss.


---- Automatically Merged Double Post ----

@WolverinDEV Help pls.
 
Last edited:

otalportista

Fanatic member
echo $ts3_VirtualServer->getViewer(new TeamSpeak3_Viewer_Html("images/viewericons/", "images/countryflags/", "data:image")); <- This command not working.

echo $ts3_VirtualServer->getViewer(new TeamSpeak3_Viewer_Text("images/viewericons/", "images/countryflags/", "data:image")); <- This command working.

WHY?
Help plss.


---- Automatically Merged Double Post ----

@WolverinDEV Help pls.
I think its problem of your code, because i have it working with TeamSpeak3_Viewer_Html
And im using motd of teaspeak not of Tea*Speak.
 

yamano

TeaSpeak Team
Staff member
TeaTeam
Try this one:
nl_char: "\n\r"
motd: "TS3\n\rWelcome to the TeamSpeak 3 ServerQuery interface, type \"help\" for a list of commands and \"help <command>\" for information on a specific command.\n\r"
 

otalportista

Fanatic member
I tested with version 1.4.20 and worked good
Have you tried alone file only include framework to make viewer for see if it work or not?