Teamspeak Registration

I am woundering if there is a way for new pilots to be automatically registered on my ts. if so what is the code to do that. i am just starting on how to php code.

Hi Coolkid,

Our organization was looking also for the same function.  Here is what I dig up online searching. Hopefully this will help

http://www.vbulletin.org/forum/showthread.php?t=122221

Hi guys,

There is a really good set of teamspeak functions included in the CYTS class that can be found for download here ->

http://www.planetteamspeak.com/component/option,com_docman/task,doc_details/gid,41/Itemid,69/

There is a good manual with it. I use it for a number of functions, you can administrate your server right from your sight using some of the built in functions, inclluding registering new users

use

admin_dbUserAdd

to call up the register user function. You just have to create a short script to tell it what the information is to register a new user.

The info_XXXX functions also provide a host of options of displaying information about your teamspeak server on your site. Hope this helps.