PDA

View Full Version : Teamspeak


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 :)

Zacman
08-17-2005, 01:39 AM
Just keeps saying server offline, i have tried a few differnt servers aswell :S

abcohen
08-17-2005, 02:36 AM
Well I dont know if this will work with cloning the way its been setup (first let me say I'm only seeing the directory name on the image)

I've also moved this to plugin development so people can put feedback, comments, and it has a chance to change before we move it to final release area

utw-mephisto
08-18-2005, 06:00 AM
Originally posted by Zacman@Aug 17 2005, 01:39 AM
Just keeps saying server offline, i have tried a few differnt servers aswell :S
724


Could u give me your IP, Port, Query Port ?

Zacman
08-18-2005, 03:41 PM
OUR TS IP: 85.236.100.27:15893

Query / Admin Port: 15893 / 15894

utw-mephisto
08-19-2005, 08:00 AM
I just tried 4 other TS Server and they were working, yours however not.

Please check the server.ini for the following section :


[Main Config]
TCPQueryPort=51234


If this port is equal to the ts port (the one after the ip) u need to change it as Query Port must not be the same as the Server port ...

Zacman
08-19-2005, 01:50 PM
I have taken that straight out of my multiplay.co.uk account. I do not host our TS and i cannot see the config file as i dont have ftp.

I will get in touch with them and see if they can change it.

utw-mephisto
08-19-2005, 11:07 PM
Might be possible that this is blocked by a firewall ...

I even tried THAT (http://www.s3squad.com/) Query Tool which is not even free of charge and even there I cannot get your details running.

Zacman
08-22-2005, 08:27 PM
I started this thread up on Multiplay:

http://forums.multiplay.co.uk/showthread.p...&threadid=34852 (http://forums.multiplay.co.uk/showthread.php?s=&threadid=34852)

They said my TS port is 14540 however that still dont work for me lol.

utw-mephisto
08-22-2005, 10:47 PM
Originally posted by Zacman@Aug 22 2005, 08:27 PM
I started this thread up on Multiplay:

http://forums.multiplay.co.uk/showthread.p...&threadid=34852 (http://forums.multiplay.co.uk/showthread.php?s=&threadid=34852)

They said my TS port is 14540 however that still dont work for me lol.
802


This thread helped A LOT

Check it out :

http://ut2007world.net/

There is a difference between Server and Query Port !!!!!!!!

In your case the settings would be


$settings["serveraddress"] = "85.236.100.27";
$settings["serverudpport"] = 15893;
$settings["serverqueryport"] = 14540;


There u go :)

http://img371.imageshack.us/img371/2750/untitled9ta.jpg

twitch
09-10-2005, 05:25 PM
Nice!

twitch
09-19-2005, 04:50 AM
is there any way to limit the width on this, have channel names and player names limited to a certain amount of characters so the plugin fits in most skins right or left side box.

Also, any way to just show if the server is live and how many players are on it and then add a link to a page that shows more details like in the teamspeak webpost thing?

jjsteffe
09-19-2005, 10:31 AM
Does it matter if there is server password for this to work? I tried getting it to work, and so far nothing. Yes, I know about the query port..and I will get that straightened out with my provider tommorrow.

Just wanted to rule out that it wasn't because I have password protection for anonymous users.

twitch
09-19-2005, 02:08 PM
Does it matter if there is server password for this to work?

nope, that shouldn't matter.

abcohen
09-19-2005, 04:49 PM
if this is ready for release please submit the final file on the plugin section of the download manager.

psychosematic
09-22-2005, 01:09 AM
not really ... IMO .. i think it should have a config page along with some db entries. Right now its a file that you plug everything into and make a "custome plugin" but it has potential.

twitch
09-22-2005, 01:30 AM
Originally posted by psychosematic@Sep 21 2005, 04:09 PM
not really ... IMO .. i think it should have a config page along with some db entries. Right now its a file that you plug everything into and make a "custome plugin" but it has potential.
1241


yup, would be nice to have a plugin page to adjust settings

RandomNinjaAtk
05-17-2006, 09:19 PM
I noticed, this plugin a long time ago and it seems it was never finished!

ANYWAYS theres good NEWS! I have took it upon my self to finish the plugin as he started! And by the way its about ready! I have tested it also. :)

Just one issue, I'm knew to coding plugins, but I can't seem to get the css to work for it! normally this css would go above the body tag how do I get it to just work for the plugin??

Thanks,
RandomNInjaAtk

abcohen
05-17-2006, 09:29 PM
let the user add the css to the files themselves like the blog plugin... or you can use div styles written out like in the domain manager

RandomNinjaAtk
05-17-2006, 09:36 PM
Heres my real problem!

I got it to work so you can configure the settings and it will display! testing with my testing ts server!

But none of the images or css shows up so its plain text which is kinda ugly.

RandomNinjaAtk
05-17-2006, 09:55 PM
<div class='quotetop'>QUOTE(RandomNinjaAtk &#064; May 17 2006, 05&#58;36 PM) 5968</div>
Heres my real problem&#33;

I got it to work so you can configure the settings and it will display&#33; testing with my testing ts server&#33;

But none of the images or css shows up so its plain text which is kinda ugly.
[/b]


LOL silly me&#33; I figured it out and now its WORKING&#33;

I will have a demo up soon&#33; first i need to make it xhtml compliant&#33; and then finishing touches&#33;

abcohen
05-17-2006, 09:55 PM
check other plugins that use images like the social networking one... to see how to call images and the domain registration for the styles

RandomNinjaAtk
05-17-2006, 10:00 PM
Here is a demo link&#33; with it running:

http://www.thegamerslounge.org/news

It only gets 7 errors via xhtml 1.0 trans

Hopefully I can iron those out&#33;

RandomNinjaAtk
05-17-2006, 11:05 PM
Despite the few errors, I have uploaded the plugin for approval&#33;

In a near future version will be a valid one I hope or someone else can do it if they&#39;d like&#33; :)

Please note to use the plugin, you have to know your server query port&#33; And your webserver must also not be blocking the port that the server query port is otherwise this plugin won&#39;t work&#33;

I will attache the plugin here also&#33; :)

abcohen
05-17-2006, 11:10 PM
we&#39;ll leave it in the form waiting some feedback and a maybe a bugfix here and there.

qlan
12-13-2007, 02:41 AM
Download failure can be downloaded to an effective link? Thank you!

RandomNinjaAtk
12-13-2007, 03:48 PM
It worked for me.