Could anybody help...
-
deluxxmanx
- Posts: 88
- Joined: Thu Nov 26, 2009 10:22 pm
Could anybody help...
Hello, I'd like to ask about crons. A simple question if you will. Let's see, I have a cron. If, let's say I type www.game.com/cron.php & press enter, the crons effect should apply, right? I mean the energy, or minute or day should pass?

I am a PS CS4 artist. Signature above made by me.
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Could anybody help...
Whatever is in the script will execute when it is timed to do so on your server. Note that crons are only on Linux. But Linux is typically what is used for PHP and MySQL sites.
The indelible lord of tl;dr
Re: Could anybody help...
Wrong, you can use crons on windows too, just add it as a scheduled task. More detailed instructions here:Jackolantern wrote:Whatever is in the script will execute when it is timed to do so on your server. Note that crons are only on Linux. But Linux is typically what is used for PHP and MySQL sites.
http://drupal.org/node/31506
--- Game Database ---
For all your game information needs!
Visit us at: http://www.gamedatabase.eu today!
For all your game information needs!
Visit us at: http://www.gamedatabase.eu today!
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Could anybody help...
I know that Windows has something similar, but they are not technically crons, so someone following along with the crons video would likely be confused if are using a Windows server.Falken wrote:Wrong, you can use crons on windows too, just add it as a scheduled task. More detailed instructions here:Jackolantern wrote:Whatever is in the script will execute when it is timed to do so on your server. Note that crons are only on Linux. But Linux is typically what is used for PHP and MySQL sites.
http://drupal.org/node/31506
The indelible lord of tl;dr