Teamspeak Smart Banner, ClockBot, Onlinebot and more

Amenefus

Member
Feb 12, 2016
12
0
36
I have a problem with this code
Code:
$config['GroupIDAdmin'] = '361,353,203,355,201,200,351,381';
     $config['GroupIDactivated'] = '361,353,203,355,201,200,351,381';
     $config['GroupIDnotactivated'] = '361,353,203,355,201,200,351,381';
My Ts3 is : removed
 
Last edited by a moderator:

0x0539

Retired Staff
Contributor
Jan 30, 2016
1,334
1,214
254
I have a problem with this code
Code:
$config['GroupIDAdmin'] = '361,353,203,355,201,200,351,381';
     $config['GroupIDactivated'] = '361,353,203,355,201,200,351,381';
     $config['GroupIDnotactivated'] = '361,353,203,355,201,200,351,381';
My Ts3 is :
Please PM someone that could help with your TS3 IP, do not ever show your TS3 IP in public!
 

vupyC

Member
Mar 2, 2016
29
0
36
I have a problem with this code
Code:
$config['GroupIDAdmin'] = '361,353,203,355,201,200,351,381';
     $config['GroupIDactivated'] = '361,353,203,355,201,200,351,381';
     $config['GroupIDnotactivated'] = '361,353,203,355,201,200,351,381';
My Ts3 is : removed
Please PM someone that could help with your TS3 IP
 

vupyC

Member
Mar 2, 2016
29
0
36
I set up timbot but I bot 12 hours
how to make 24 hour
real time is 19:40
at bot time 09:40 not 19:40
and playing all other scripts 19:40
 

Agusanz

Active Member
Jul 18, 2015
239
153
88
Modify the time variable from h:m to H:m, that way you have a 24 hours clock instead of a 12 hours clock.
 

vupyC

Member
Mar 2, 2016
29
0
36
does not work
$time = date('H:i', time());
$data = date('d.m.Y', time());

$time_explode = explode(':', date('h:i') );
$data_explode = explode(':', date('d day.m month.Y year') );
 

Agusanz

Active Member
Jul 18, 2015
239
153
88
does not work
$time = date('H:i', time());
$data = date('d.m.Y', time());

$time_explode = explode(':', date('h:i') );
$data_explode = explode(':', date('d day.m month.Y year') );
Whats the value you're displaying? you need to modify that value.. if it's $time_explode then u need to edit that one

$time = date('H:i', time());
$data = date('d.m.Y', time());

$time_explode = explode(':', date('H:i') );
$data_explode = explode(':', date('d day.m month.Y year') );
 

Colonel

Member
Mar 19, 2016
2
0
33
how can i run it on windows?
google says its just for linux os.
please help me i really need it.
thanks.
 

clack

Member
Jan 22, 2016
13
2
38
I Edited config.php file .
I run Time bot in linux ubontu ... scripts started but not connect to my teaqmspeak server & don't work.
Help. :(

My Problem :
channel id :
PHP:
PHP Parse error:  syntax error, unexpected '$bot_move' (T_VARIABLE) in /home/bot/timebot/config.php on line 15

I found my channel id's from my yatqa but give me this error ...when remove this line => gime me same error for other channels 1,2,3 .
 
Last edited:

Tayyab Khan

Active Member
Feb 12, 2016
17
3
93
Plss Help me in adminbot is starting perfectly but after 10 hours it automatically disconnect i am using Ubuntu 14.04 and Ubuntu 12.04 i have 2 vps and i try on both its give same error automatically disconnected form ts3 after 5 or 10 hours i also try it on screen but same error plss help me
 

0x0539

Retired Staff
Contributor
Jan 30, 2016
1,334
1,214
254
Plss Help me in adminbot is starting perfectly but after 10 hours it automatically disconnect i am using Ubuntu 14.04 and Ubuntu 12.04 i have 2 vps and i try on both its give same error automatically disconnected form ts3 after 5 or 10 hours i also try it on screen but same error plss help me
This used to happen on my server because of insufficient RAM available, could you confirm you have enough available?
 

Tayyab Khan

Active Member
Feb 12, 2016
17
3
93
This used to happen on my server because of insufficient RAM available, could you confirm you have enough available?
My Vps Specification :
Memory : 1024MB
Disk : 20GB
Operating System : Ubuntu 14.04 (64 Bit)
Bandwidth : 3000GB
 
Top