iKaros
Restricted
- Oct 4, 2017
- 87
- 40
- 34
iKaros submitted a new resource:
Advert | SCRIPT - Give your server another look with this wonder.
Read more about this resource...
Advert | SCRIPT - Give your server another look with this wonder.
Preview:
Coming soon...
Code:
Code:<?PHP /** * Teamspeak3_Advert.php * * Is a small script that sends a message in the Serverchat every x seconds. * * by iKaros - <[email protected]> with the ts3admin.class framework <http://ts3admin.info/> * */ /*-------SETTINGS-------*/ $ts3_ip = '127.0.0.1'; $ts3_queryport = 10011; $ts3_user = 'username'; $ts3_pass = 'password'; $ts3_port = 9987; /*----------------------*/ $xyz = 1...
Read more about this resource...