PDA

View Full Version : team speak on my web page


DSouls^TwIsTeD
25-05-2004, 17:56
dose any one know how to put a program running on my web server to see who is on line in ts2 and join the channel stuff like that?

LeeRyman
31-05-2004, 09:02
STFW and STFF

http://www.teamspeak.org/forums/forumdisplay.php?f=51

http://www.catb.org/~esr/faqs/smart-questions.html

jugo.s3.
31-08-2004, 22:06
http://www.s3squad.com/portal/forumdisplay.php?f=14

Check it....

BFSMrFreeze
11-09-2004, 01:29
I use PHPNuke this is what you could have...

Ts2 on PHPNuke (http://home.gwi.net/~john543/john/ts2.jpg)

and to get it go to this place

s3squad Ts2 Block (http://www.s3squad.com)

disorder80d
12-09-2004, 16:49
can u do that if u use HTML?

jugo.s3.
12-10-2004, 21:21
You could:

2 Ways...

The "Stay Html" way....create an iframe and call the PHP script into the iframe....but that'll look clumsy.

OR The best way...

add
<?php include('teamspeak.php'); ?>

to your file wherever you want the info to appear then just change the extension of your file to .php

That will still parse the HTML and also Parse the PHP.