Teamspeak Smart Banner, ClockBot, Onlinebot and more

Amenefus

Member
Joined
Feb 12, 2016
Messages
12
Reaction score
0
Points
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
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
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
Joined
Mar 2, 2016
Messages
29
Reaction score
0
Points
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
Joined
Mar 2, 2016
Messages
29
Reaction score
0
Points
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
 

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
254
give the IP address of your TS server to PM
Yes, I said that already..

Anway.
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

I use Sinusbot and setup the bot to use 24-hours clock.
 

Agusanz

Active Member
Joined
Jul 18, 2015
Messages
239
Reaction score
148
Points
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
Joined
Mar 2, 2016
Messages
29
Reaction score
0
Points
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
Joined
Jul 18, 2015
Messages
239
Reaction score
148
Points
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
Joined
Mar 19, 2016
Messages
2
Reaction score
0
Points
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
Joined
Jan 22, 2016
Messages
13
Reaction score
2
Points
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
Joined
Feb 12, 2016
Messages
17
Reaction score
3
Points
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
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
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
Joined
Feb 12, 2016
Messages
17
Reaction score
3
Points
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
 

Agusanz

Active Member
Joined
Jul 18, 2015
Messages
239
Reaction score
148
Points
88
My Vps Specification :
Memory : 1024MB
Disk : 20GB
Operating System : Ubuntu 14.04 (64 Bit)
Bandwidth : 3000GB
turn eveyrthing you use on and type:
free -m
and post here the result, please.
 
Top