Possible solutions of your questions

  hosting
<< Previous       Update

Question: Good day!Is it possible to make the start of the file, the type of crowns? There I fully prescribe all the actions and I will not manually step by step and doing the update through the browser. If so, how that can be if you need to run and test
Answer:

Hello. Kron , is a scheduler, alarm clock is a program that runs always and its purpose is to fulfill Your commands at specified intervals. You can specify the job and it will be vypolnjaja when You specify.

Question: Welcome! Do You have a sample file crowns? We need to run php-scripts, Maybe something will advise?
Answer:

crown no files. run those php scripts which You require putting cron job

http://www.erahost.ru/faq.php

Help to configure cron jobs. I want the file http://domen.ru/*.php starts every day at **:**
Have a cron job add the command
/usr/bin/php spacebar Polnymi > /dev/null *>&*

/usr/bin/php* space Polnymi.php> /dev/null *>&*
, specifying the minute *, hour **, and in the remaining fields, leave the asterisk.


or wget -O - -q-t * http://yourdomain.com/cron.php > /dev/null *>&*
key \"-O\" specifies the output to the console (instead of saving to a file), \"-q\" makes it quiet (no screen output) and \"-t *\" specifies to make only one connection attempt.

 


<< Previous