utw-mephisto
08-16-2005, 11:50 PM
Please forgive me if I cannot provide a proper installer or something. I just started using SD two days ago, in about two weeks I'll have the pro version also. But this is quite easy to "install".
Just upload the folder to your plugins folder. You should have the following directory structure then :
http://img202.imageshack.us/img202/339/untitled9vc.th.jpg (http://img202.imageshack.us/my.php?image=untitled9vc.jpg)
You create then a custom plugin with the following setting :
http://img202.imageshack.us/img202/6452/untitled8hs.th.jpg (http://img202.imageshack.us/my.php?image=untitled8hs.jpg)
And that's it, you all set.
Demo :
http://213.239.221.114/testforum/
http://img202.imageshack.us/img202/8056/untitled9sf.jpg (http://imageshack.us)
This one has a login script in Java Script. Clicking on a channel enables you to join straight away. TS will be started automaticlly.
Settings will be made in ts.php
//================== BEGIN OF CONFIGURATION CODE ======================
// Set the teamspeak server IP or Hostname below (DO NOT INCLUDE THE
// PORT NUMBER):
$settings["serveraddress"] = "213.239.221.114";
// If your you use another port than 8767 to connect to your teamspeak
// server using a teamspeak client, then uncomment the line below and
// set the correct teamspeak port:
//$settings["serverudpport"] = 8767;
// If your teamspeak server uses another query port than 51234, then
// uncomment the line below and set the teamspeak query port of your
// server (look in the server.ini of your teamspeak server for this
// portnumber):
//$settings["serverqueryport"] = 51234;
// If you want to limit the display to only one channel including it's
// players and subchannels, uncomment the following line and set the
// exact name of the channel. This feature is case-sensitive!
//$settings["limitchannel"] = "";
// If your teamspeak server uses another set of forbidden nickname
// characters than "()[]{}" (look in your server.ini for this setting),
// then uncomment the following line and set the correct set of
// forbidden nickname characters:
$settings["forbiddennicknamechars"] = "()[]{}";
//================== END OF CONFIGURATION CODE ========================
Have fun :)
Just upload the folder to your plugins folder. You should have the following directory structure then :
http://img202.imageshack.us/img202/339/untitled9vc.th.jpg (http://img202.imageshack.us/my.php?image=untitled9vc.jpg)
You create then a custom plugin with the following setting :
http://img202.imageshack.us/img202/6452/untitled8hs.th.jpg (http://img202.imageshack.us/my.php?image=untitled8hs.jpg)
And that's it, you all set.
Demo :
http://213.239.221.114/testforum/
http://img202.imageshack.us/img202/8056/untitled9sf.jpg (http://imageshack.us)
This one has a login script in Java Script. Clicking on a channel enables you to join straight away. TS will be started automaticlly.
Settings will be made in ts.php
//================== BEGIN OF CONFIGURATION CODE ======================
// Set the teamspeak server IP or Hostname below (DO NOT INCLUDE THE
// PORT NUMBER):
$settings["serveraddress"] = "213.239.221.114";
// If your you use another port than 8767 to connect to your teamspeak
// server using a teamspeak client, then uncomment the line below and
// set the correct teamspeak port:
//$settings["serverudpport"] = 8767;
// If your teamspeak server uses another query port than 51234, then
// uncomment the line below and set the teamspeak query port of your
// server (look in the server.ini of your teamspeak server for this
// portnumber):
//$settings["serverqueryport"] = 51234;
// If you want to limit the display to only one channel including it's
// players and subchannels, uncomment the following line and set the
// exact name of the channel. This feature is case-sensitive!
//$settings["limitchannel"] = "";
// If your teamspeak server uses another set of forbidden nickname
// characters than "()[]{}" (look in your server.ini for this setting),
// then uncomment the following line and set the correct set of
// forbidden nickname characters:
$settings["forbiddennicknamechars"] = "()[]{}";
//================== END OF CONFIGURATION CODE ========================
Have fun :)