Could anybody help...

Need help with an engine or coding not on the list? Need help with a game or the website and forums here? Direct all questions here.
Post Reply
deluxxmanx
Posts: 88
Joined: Thu Nov 26, 2009 10:22 pm

Could anybody help...

Post by deluxxmanx »

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?
Image
I am a PS CS4 artist. Signature above made by me.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Could anybody help...

Post by Jackolantern »

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
Falken
Posts: 438
Joined: Fri May 08, 2009 8:03 pm

Re: Could anybody help...

Post by Falken »

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.
Wrong, you can use crons on windows too, just add it as a scheduled task. More detailed instructions here:
http://drupal.org/node/31506
--- Game Database ---
For all your game information needs!
Visit us at: http://www.gamedatabase.eu today!
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Could anybody help...

Post by Jackolantern »

Falken wrote:
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.
Wrong, you can use crons on windows too, just add it as a scheduled task. More detailed instructions here:
http://drupal.org/node/31506
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.
The indelible lord of tl;dr
Post Reply

Return to “Advanced Help and Support”