PDA

View Full Version : TeamSpeak and PHP-Nuke


SammMoney
07-05-2007, 21:02
Hello everyone I'm not really sure where to ask this so I'm going to put it here feel free to move it if it needs to be moved.

Does anyone know of a way for when i get a user to sign up for my PHP-Nuke site it automatically makes them a registered account with my TeamSpeak server?

If not....

Is there a way to get account created web-based or does it have to be done on the server only?

Thanks
SammMoney

Thomas
08-05-2007, 08:33
I don't know if some script for php-nuke already exists, but you can do it yourself:

1) Work directly with the database (bad idea)
2) When someone registers, open a tcp query connection to the server and add him to the database (dbuseradd <login> <pass> <pass> <0=registered | 1=serveradmin>)