Search found 5 matches

by Korigon
Fri Oct 01, 2010 11:59 am
Forum: Scripts and Templates
Topic: TeamSpeak-3 - Current Players Template
Replies: 13
Views: 11071

Re: TeamSpeak-3 - Current Players Template

Beta29 Welcome fix. ts3.php #!/usr/bin/php <? function getSocket($host, $port, $errno, $errstr, $timeout) { global $errno, $errstr; $socket = fsockopen($host, $port, $errno, $errstr, $timeout); if(!$socket or fread($socket, 4) != "TS3\n") { echo("Server error: Teamspeak server not run...
by Korigon
Tue Mar 30, 2010 2:40 am
Forum: Scripts and Templates
Topic: TeamSpeak - Current Players
Replies: 37
Views: 46916

Updated for TeamSpeak 3.

http://forums.cacti.net/viewtopic.php?p=185382#185382

Use IP:ServerID
by Korigon
Fri Mar 26, 2010 4:18 pm
Forum: Scripts and Templates
Topic: TeamSpeak-3 - Current Players Template
Replies: 13
Views: 11071

Do you use Teamspeak 2 template already? (i mean with server selection ip:port) like this one http://forums.cacti.net/viewtopic.php?p=104424#104424 ? if yes, you can use this script (ts3.php) with some cosmetic change in your XML.. Just remplace IP:Port by IP:ServerID root@ns1:/usr/share/cacti/site/...
by Korigon
Mon Mar 26, 2007 2:16 pm
Forum: Scripts and Templates
Topic: Bind 9: Queries and Zone Statistics
Replies: 45
Views: 57345

Maybe /usr/local/bin/php ?
by Korigon
Tue Jul 26, 2005 7:11 pm
Forum: Scripts and Templates
Topic: TeamSpeak - Current Players
Replies: 37
Views: 46916

Please, verify that your /etc/crontab have full PATH like :

PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/usr/local/bin