Mehmet GÜn
Member
- Sep 18, 2015
- 9
- 0
- 33
<?php
require_once("libraries/TeamSpeak3/TeamSpeak3.php");
$ts3_VirtualServer = TeamSpeak3::factory("serverquery://username:password@127.0.0.1:10011/?server_port=9987&nickname=BOT");
$time = date("H:i");
while(1) {
$mychannel = $ts3_VirtualServer->channelGetById('555');
$mychannel["channel_name"] = "Clock: $time";
sleep(60);
}
?>
Thanks bro Work!TS3 PHP Framework: https://www.planetteamspeak.com/downloads
PHP:<?php require_once("libraries/TeamSpeak3/TeamSpeak3.php"); $ts3_VirtualServer = TeamSpeak3::factory("serverquery://username:password@127.0.0.1:10011/?server_port=9987&nickname=BOT"); $time = date("H:i"); while(1) { $mychannel = $ts3_VirtualServer->channelGetById('555'); $mychannel["channel_name"] = "Clock: $time"; sleep(60); } ?>
you have this bot is edits the channel's automaticallyYou need a bot that edits the channel's name automatically
:O Great.![]()
And this![]()
![]()
And this![]()
Gerçekten başarılı yardımcı olursanız bizede güzel olur ,?![]()
And this![]()
Please keep your posts in english, otherwise we'll just delete it.Gerçekten başarılı yardımcı olursanız bizede güzel olur ,?
how to start it?TS3 PHP Framework: https://www.planetteamspeak.com/downloads
PHP:<?php require_once("libraries/TeamSpeak3/TeamSpeak3.php"); $ts3_VirtualServer = TeamSpeak3::factory("serverquery://username:password@127.0.0.1:10011/?server_port=9987&nickname=BOT"); $time = date("H:i"); while(1) { $mychannel = $ts3_VirtualServer->channelGetById('555'); $mychannel["channel_name"] = "Clock: $time"; sleep(60); } ?>