Ive been using this for a long time on my website and figured a lot of others would benefit from it aswell
DirectionsDownload and unzip Teamspeak.zip to a subfolder in the root of your forum called teamspeak (IE.
www.yoursite.com/yourboards/teamspeak/)
Open ts_viewer.php
Find:$ts_viewer->set_Viewer("Prestigious Gaming", "http://lifeisshort.warrency.com/");
$ts_viewer->set_Channels();
$ts_viewer->show_ts_viewer("warrency.com", 8767, 51234, "");
See this line >> $ts_viewer->set_Viewer("Prestigious Gaming", "
http://lifeisshort.warrency.com/");
Replace Prestigious Gaming with the name of your Teamspeak server, and
http://lifeisshort.warrency.com/ with the link to your site
See this line >> $ts_viewer->show_ts_viewer("warrency.com", 8767, 51234, "");
Replace warrency.com with the ip/web address to the teamspeak server. "8767, 51234" are ports I believe... (should be fine with defaults)
To Make it show up on your websiteCreate a new PHP block. Inside of it place this code >>
include ("teamspeak/ts_viewer.php");That should be it! If it doesn't work post here with the problem and I will try to help you fix it
Live Demo:
http://lifeisshort.warrency.com - Lower right side.
Please use the attached file in this post for the teamspeak block. It should be error free.
http://www.tinyportal.net/index.php?topic=1021.msg26256#msg26256