gargu

Anonymous
Hello,
I am trying to put on my web site a block with information about users online on TeamSpeak server.
My affords are useless so far.
Could someone help me with this.

br/
gargu

Status: offline

vadertech

Forum User
Full Member
Registered: 05/26/03
Posts: 329
You mean like this?

http://www.isdp.net/
GeekLog Hosting, Installations and Upgrades - WWW.AWEHOST.COM - Hosting starts @ only $4.95/mo.

gargu

Anonymous
Not exactly. I want to have information in block about persons conected to ts.

Status: offline

vadertech

Forum User
Full Member
Registered: 05/26/03
Posts: 329
the block i use displays users connected and the channel they are in. Have you tried gototeamspeak.org. look under scripts forum. webpost is nice.
GeekLog Hosting, Installations and Upgrades - WWW.AWEHOST.COM - Hosting starts @ only $4.95/mo.

gargu

Anonymous
So this is exactly what I need. What kind of solution you have used - sth "ready to use" or you have built the block on your own?

Status: offline

vadertech

Forum User
Full Member
Registered: 05/26/03
Posts: 329
i downloaded ts2display script from goteamspeak.com webpost/scripts forum.

here is the particular script I am using on my site but there are others as well. All I did was strip down the file to just display the basics and included it in a GL block.
GeekLog Hosting, Installations and Upgrades - WWW.AWEHOST.COM - Hosting starts @ only $4.95/mo.

gargu

Anonymous
Hi,
Script works well, Hoever I have problem to put it into block.
Could you explain me step by step how to do this.

I will own you a beer or even two

Thanks in advance.

BR/
gargu

gargu

Anonymous
Ok - I have solved the problem
-------------------------------------------
function phpblock_ts() {
$content = file_get_contents('*******************'');
return $content;
--------------------------------------------------------------------------------