Hello,

I'm currently trying to establish a gaming platform and am developing
a website with PHP5 for it. I require to communicate with our
teamspeak servers (which are not running on the same server) to be
able to create and delete channels in it dynamically.

I am using this script to access the teamspeak server:
http://www.dali.net.nz/Telnet.class.php.txt

I am able to create channels with it, so connecting to Telnet works
fine, but I've been unable to get a result out of any exec so far,
which makes it impossible to delete channels afterwards because I do
not receive the channel id.

$telnet->exec("channelcreate channel_name=test
channel_flag_permanent=1"); somehow returns an empty string, though it
should return something like
cid=24
error id=0 msg=ok

Does anyone have an idea where the problem is located and what I can
do to fix it?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to