PDA

View Full Version : pn-Teamspeak like display


Pythong
22-06-2004, 02:09
Hi, i'm looking for something similar to pn-teamspeak (http://teamspeak.org/forums/showthread.php?t=11153) webpost. Just general php files that don't require postnuke.

The reason why i want a pn-teamspeak like display is because its very visually pleaseing to the eye and easy to understand. Gives all the necessary info needed. Has anyone created one like this that doesnt require postnuke or anything (shows channel, and players in that channel along with graphics). I want to be able to slap it on my webpage somewhere, which is php and doesn't use any backend system.

Thanks,
Python

McAfee
22-06-2004, 20:54
I think the closest thing to what you want is Gryphon's gllcTS2.
As for simplicity, you can check an addon block for gllcTS2 that I made.
http://www.gryphonllc.com/

The block requires gllcTS2 and PHP-Nuke, but because of the way phpnuke blocks work, you may find it easy to adapt it to your needs. Basicly phpnuke blocks work by dumping all html code into a var called content. You could do just that, use an include command for the block, and echo that var.

So my suggestion to you is: to use gllcTS2 as is, and load up the block using php include command and echo the var called content. You could also modify the block that I made for your specific webpage too.

Pythong
27-06-2004, 03:46
I'm looking more for something that i can use on any page, not a module for phpnuke or postnuke.

And something that displayed the channel and the users in that channel. Like pn-teamspeak but without requiring postnuke.