Jump to content
MakeWebGames

MMCODE help


MiniK

Recommended Posts

Re: MMCODE help

 

installer.php?

v1 doesnt have that!

you have v2 :@

do you have crons enabled?

 

LITE also has installer.php, I just checked my copy :P

@minik07 - Open your CPanel, look at the icons there and try and find a "Cronjobs" or "Crontabs" one. Click it, when you're in click "Advanced".

Once you see the page it opens, in the "Command" section put

 

curl [url]http://www.YOURDOMAIN.com/cron_fivemins.php[/url]

 

in the FIRST blank where it has a 0, make that */5 and then in the SECOND blank where it has a 0 make that *

Save that.

Go back in using the above method except this time make the command

 

curl [url]http://www.YOURDOMAIN.com/cron_day.php[/url]

 

leave the 0 in the first blank, and the 0 in the second.

 

So in the end, you'll get a general visual like this

*/5 * * * * curl http://www.YOURDOMAIN.com/cron_fivemins.php

0 0 * * * curl http://www.YOURDOMAIN.com/cron_day.php

 

Change YOURDOMAIN to whatever your domain is. :)

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...