Possible solutions of your questions

  hosting
<< Previous       Team Cron

Question: Good evening. Would like to know about the Cron job. The problem is this that we need the bot to enter for example a couple of times a day in the theme under the desired username. I made this team, but apparently where the error is:wget --spider --cookies=on --load-cookies=/public_html/user_b/alexudo/cookies.txt --keep-session-cookies --save-cookies=/public_html/user_b/alexudo/cookies.txt http://gametouch.ru/
Answer:

Hello.

Need cron jobs to append 

wget -O - -q -t 1 http://yourdomain.com/cron.php > /dev/null 2>&1 
key \"-O\" indicates output to the console (instead of saving to a file), \"-q\" makes it \"silently\" (without displaying), and \"-t 1\" specifies to only make one connection attempt. 

Try to set.


<< Previous