Teamspeak Smart Banner, ClockBot, Onlinebot and more

iiOne

Member
Joined
Jan 10, 2016
Messages
53
Reaction score
11
Points
43
why the banner bot doesn't show text :(
can someone help me
 

Ramadi

Member
Joined
Mar 12, 2016
Messages
79
Reaction score
19
Points
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
Joined
Jan 10, 2016
Messages
53
Reaction score
11
Points
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
Joined
Mar 2, 2016
Messages
29
Reaction score
0
Points
36
user has been warned for this post
guys I have a problem with a banner , how to activate a banner, please help
 

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
254
guys I have a problem with a banner , how to activate a banner, please help
Please read the posts.
## Install php
## Give all files CHMOD 777 ( chmod 777 /var/www/html/TimeBot/* )
## Set Config
## Bot Start => ./botstart.sh start
## Bot Stop => ./botstart.sh stop
 

tiro

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

estarra

Member
Joined
May 2, 2016
Messages
0
Reaction score
1
Points
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
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
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
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
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
Joined
May 2, 2016
Messages
0
Reaction score
1
Points
40
so you mean it or not
@reboot php /var/www/AdminsBot/&& ./bot.sh Start
* * * * * Php /var/www/AdminsBot/&& ./bot.sh Start
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
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
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
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