Web Hosting Talk







View Full Version : Teamspeak / Vent control panels?


Storagedump.com
07-05-2005, 09:16 PM
Anyone know of any teamspeak control panels? Possilbly integration into modernbill?

AntevorteNET
07-06-2005, 12:32 AM
I've seen it done, but I don't know if there's a control panel, I think it's more of a custom development.

Storagedump.com
07-06-2005, 03:43 AM
well there has to be something

sketchy
07-06-2005, 05:26 AM
There isnt, i have looked into this many times, the only thing you can do is wait until cPanel have finished creating the gameserver addon as that will eventualy include teamspeak and vent controls.

Storagedump.com
07-06-2005, 01:05 PM
/cry :P
........... sigh

AntevorteNET
07-06-2005, 01:16 PM
You can look into the TCPQuery functions for Teamspeak. Check the server manual for more information on setting it up.

We are considering using that to automate our Teamspeak signups. The biggest thing there is security because you can only access the TCPQuery functions through Telnet.

Storagedump.com
07-06-2005, 02:59 PM
could you explain a little bit more as to how to go about doing that? (dumb it down for me :P)

AntevorteNET
07-06-2005, 03:08 PM
It's probably a little harder than dumbing it down because it would be a custom development solution. Let's take this conversation off the boards and I'll talk to you more about what I'm thinking of doing for my website. Maybe we could even share in the development costs of it.

Email me david AT antevorte DOT net

Storagedump.com
07-06-2005, 11:13 PM
yeah why not ... click on my profile for one of many ways to contact ;)

sketchy
07-07-2005, 04:28 AM
Im very interested in this too,

I had a look around and came across a tutorial on LinuxForums which basicly showed you how to make a line of PHP code that would connect to a file in your /etc/ folder , in the file you would have a line saying something like this:
user ALL=REBOOT NOPASSWD: REBOOT

and then in the PHP something like this:

<?php
shell_exec('sudo reboot');
?>

I had a quick try using it to stop the teamspeak server but i couldnt get it to work...if somebody could show me how it works then im sure i could use my php knowledge to create a nice control panel for teamspeak (and possibly vent)

Cheers!

Rick.M

Storagedump.com
07-07-2005, 05:36 PM
yes that would be great.

Slidey
07-08-2005, 05:28 AM
no offence but if you've 'heard' a little bit about a file in /etc (sudoers by the look of it) and you know of php's shell_exec to reboot but couldnt get it to extend as far as restarting a teamspeak server, i think you'll find it quite difficult to write a control panel for said software..

sketchy
07-08-2005, 06:52 AM
I know...that may be why i posted the following:

"if somebody could show me how it works"

Once i have figured out how to use the sudo commands i will be able to do it. I know all the commands for teamspeak so it shouldnt be a problem.

Slidey
07-08-2005, 07:02 AM
http://www.chinalinuxpub.com/doc/www.siliconvalleyccie.com/linux-hn/sudo.htm

http://www.linuxhomenetworking.com/linux-hn/addusers.htm

sketchy
07-08-2005, 07:04 AM
Thanks Slidey :D

Storagedump.com
07-09-2005, 02:17 PM
any progress sketchy :P

sketchy
07-09-2005, 02:41 PM
Not much as i have been busy with some other work. However i did find this script called bsAutoTS. I have emailed the creator asking for some screenshots before i purchase it, i will post them here once i have them.

The URL for bsAutoTS is: http://bluescripts.net/?view=bsAutoTS

sketchy
07-10-2005, 10:58 AM
Ok,

heres the screenshot, i think i will purchase a copy to use for now and also to learn from.