Jump to content
MakeWebGames

Problem in time


Light

Recommended Posts

[align=center]I have a problem in time!

[/align]

[align=center]When a person enters the hospital for 15 minutes can not never get out!

At that point he should email me on the first day of the game received more than 37 message want me to drive them out of the hospital!

I do not know how to deal with corn files Please help me!

:love:

[/align]

Link to comment
Share on other sites

1. Does you host allow crons?

2. If so, verify that your cron_minute.php file does not contain any error

3. Setup your cron

A cron file is just another ordinary file, with the exception that you host will run the file at specified intervals that you have setup using the crontab or shell.

Link to comment
Share on other sites

lol, if i had a quarter for everytime someone called them corn jobs...lol

 

If your on a FREE host the chances of them allowing you to use Cron Jobs is very slim, but if your on a paid host then simply go into Cpanel, scroll down and you will see a Cron Job area...click that and add the data.

command should be somthing like this:

curl http://www.YOURGAME.com/cron_fivemins.php?code=YOURCODE

then set the time you want it to run.

once that is set up you can manually test it by going to the link in your browser. To enable Error reporting add this right below the <?php tag :

error_reporting(E_ALL);

Good Luck :)

 

**EDIT - Its not good to double post for help, someone will either help you or not and double posting like that shows your impatience...lol

Link to comment
Share on other sites

Oh god...

You get your cron info..

curl http://www.YOURGAME.com/cron_fivemins.php?code=YOURCODE

Upon successfully installing Mccodesv2 (If thats what your using)

You then copy the code provided too the cron section of your cPanel, copy and paste each of the 4 codes (correct me if im wrong) and pick the time the cron runs in correspondence to the code.

I can take a look for you If your still not sure on how to do it.

As others said, If your ona free host chance are you won't get crons.

Are you on a paid host or free host?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...