PDA

View Full Version : Is it possible to query a teamspeak server in PHP?


Sn4ke
29-05-2004, 04:51
Hey i want to show player stats from my teamspeak server on my site but I dont want to use a webpost script.. Is it possible to query it from inside php?

McAfee
29-05-2004, 05:01
Why do you want to re-invent the wheel?
webpost scripts do a fine job, and there are many mods for most people's needs.
Most webpost script are made in php, and allow you to freely modify them too.

http://www.gryphonllc.com

Sn4ke
29-05-2004, 05:03
Originally posted by McAfee
Why do you want to re-invet the wheel?
webpost scripts do a fine job, and there are many mods for most people's needs.

http://www.gryphonllc.com

Well I usualy like to do things myself so making a query script makes me feel like I did somehing but I guess I'll make a webpost script

Sn4ke
03-06-2004, 02:02
Heres a little update on my progress.

I was able to make a php script to query the tcp query ports.. It worked great so I converted it to a phpnuke module which looks prety nice. It worked alot better for me than using a webpost becuase I wanted the stats to be up to date anytime someone viewed them.. I only have it showing the name, and ping since that is the only thing that i feel people would care about seeing.

Demo:
http://506pr.servehttp.com/modules.php?name=Teamspeak

Later

slopes
05-06-2004, 18:45
Sn4ke

if ur still about can u share that PHP wisdom - I wanna display my TS 'who's on now' via PHP but don't know a whole lot of PHP. Any help appreciated
:)

xxXxx
06-06-2004, 03:02
One question.. what do we use to host it and how? ....... Do we NEED a dedicated server like at our house to host it or will lets say..... Geocities or freewebs do it?