codex
New Member
- Jan 7, 2017
- 10
- 4
- 18
Hello guys, i m back here with a new script in php that allowed to record automatically the channel in the spacer with the start of the name.
Example:
How to install & Configure
Install requirements:
Example:
Install requirements:
- PHP 5
- PHP TS3 FRAMEWORK
- Server Query
- Script PHP
- I don't think we want more
- Change with your credentials
Code:
$config = array(
"address" => "localhost", //Your IP
"queryport" => "10011", //Your Query Port
"serveradmin" => "serveradmin", //Your ServerAdmin
"password" => "qwerty", //Your Password Query
"port" => "9987", //Your Port TeamSpeak
"nickname" => "CodexBOT" //Your Nickname bot
);
- Create spacer channel on TeamSpeak and take cid
- Enter the CID in the config
Code:
$channels = array(
"A" => 5, //Name channel (A) and CID (5)
"B" => 6,
"-" => 50
//... insert other
);
- Launch the script