Teamspeak Smart Banner, ClockBot, Onlinebot and more

Ramadi

Member
Mar 12, 2016
79
19
43
why the banner bot doesn't show text :(
can someone help me
there is no banner bot ;)

it's only a php page - and u put the link to that page in "Banner Gfx URL"
and put "Gfx Interval" = 60 (I prefer 300).
 

iiOne

Member
Jan 10, 2016
53
11
43
there is no banner bot ;)

it's only a php page - and u put the link to that page in "Banner Gfx URL"
and put "Gfx Interval" = 60 (I prefer 300).
why these text doesn't show up ?
$text = "Welcome," . htmlspecialchars($cl->client_nickname) ."";
$text = str_replace (" ", "", $text);
$text = str_replace ("!", "", $text);
$time = "" . date("H",strtotime("+3 hours")) . ":" . date("i") . "";
$time2 = "20" . date("y") . "/" . date("m") . "/" . date("d") . "";
$clientsonline = "" . $ts3_VirtualServer->virtualserver_clientsonline-1 . "";
$text2 = " / ";
$text3 = "today f3alyt d3m";
$maxclients = $ts3_VirtualServer->virtualserver_maxclients . "";
can you help me
 

vupyC

Member
Mar 2, 2016
29
0
36
user has been warned for this post
guys I have a problem with a banner , how to activate a banner, please help
 

tiro

Member
Jun 6, 2016
27
4
43
guys I have a problem with a banner , how to activate a banner, please help
 

estarra

Member
May 2, 2016
0
1
40
1. how can i Admin Bot updated about every 10 minutes and 1 is not all imer Minut
2. OnlinBot
[FREE Channels / DDoS Protection] Online: 2 as I get the go there is dan 2/256
 

0x0539

Retired Staff
Contributor
Jan 30, 2016
1,334
1,214
254
1. how can i Admin Bot updated about every 10 minutes and 1 is not all imer Minut
2. OnlinBot
[FREE Channels / DDoS Protection] Online: 2 as I get the go there is dan 2/256
Change the cronjob to check /10 instead of /1
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
can I be more specific thank you in advance

do you think so or do I have to still change what
http://prntscr.com/bgn9gp
1) There is no need to have the file is this sections as they are not web pages. But there is no problem
2) As the Admins Bot folder contains a *.sh file that starts the bot i would suggest you to replace these two lines with this one!
Code:
@reboot /var/www/AdminsBot/ && ./bot.sh start
This will start your bot every time on your vps reboot!
 
Last edited:

estarra

Member
May 2, 2016
0
1
40
so you mean it or not
@reboot php /var/www/AdminsBot/&& ./bot.sh Start
* * * * * Php /var/www/AdminsBot/&& ./bot.sh Start
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
so you mean it or not
@reboot php /var/www/AdminsBot/&& ./bot.sh Start
* * * * * Php /var/www/AdminsBot/&& ./bot.sh Start
@reboot /var/www/AdminsBot/ && ./bot.sh start
* * * * * /var/www/AdminsBot/ && ./bot.sh start

NO PHP STUFF IN THE FRONT AND KEEP THE SPACES I PROVIDED YOU!
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
and then update every 10 minutes
Maybe you haven't understnad something about this bot!
This one connects one time to the server and stays connected! And update the channel you set every one minute with the admins info
 
Top