TSTime and TSTimeBig

khalid

Member
Jun 3, 2016
6
0
33
What. Please, provide a pic of ur script path and a pic of ur crontab window.
Maximize it. and a PICTURE not a video.
if u installed it as root, the path is /root/TSTime, if u did it as an user, then it is /home/user/TSTime .. you're not paying attention while configuring it.
can u come team viewer please?
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
7)
i don't get it !!
i runned this code (sudo crontab -e) than i tried to type TSTime.php but dont work help me please
please tell me what i type (* * * * * php /path/to/your/file/TSTime.php) < not work
As @Agusanz said, you don't just copy paste the command on step 7. You need to replace the *fake* path i told you with the path you have on your vps folders!
 

paulo

Member
Oct 4, 2015
1
0
33
Good afternoon I would like to help me, I am Brazilian and I would like to know how to install the CENTOS 5, not with no way to install the ts3.
could teach me the whole process, please.
 
Last edited:

ULDIN

Well-Known Member
Mar 14, 2016
95
33
108
I added to the site, but it is active on the site when I did the girls only what should I do
 
Dec 19, 2015
114
15
53
Yes Go To timebot.php in line 83
PHP:
$time_explode = explode(':', date('H:i') );

Change It To
PHP:
$time_explode = explode(':', date('i:H') );

Im Not Quite sure
 

Agusanz

Active Member
Jul 18, 2015
239
153
88
Yes Go To timebot.php in line 83
PHP:
$time_explode = explode(':', date('H:i') );

Change It To
PHP:
$time_explode = explode(':', date('i:H') );

Im Not Quite sure
No. You should change the "H" with a "h" ..
I already explained that, read page 1-3.. most of ur questions are already solved there
 

Ahmad

Member
Jun 4, 2015
17
0
33
Hello, I Dont undrestand this how Dow */1 ***** php -f /var/www/html/DateBot/TSTime.php
 
Dec 19, 2015
114
15
53
You can use this commands to run it these once are easily

1 cd/the file you put the file in
2 chmod 777 bot.sh
3 ./bot.sh start
 
Top