Jump to content
MakeWebGames

Recommended Posts

Posted

I have the free version on MMCode. I installed it but the brave, energy, health etc isnt replenishing. Any ideas? Second, is there a mod that allows you to have gangs?

Posted

Re: MMCODE help

I take it that is sarcastic?

Minik, you know how to code yes? and there is a gang mod, you may need to BUY or CODE it.

atleast you havent got ilegal v1 or v2 codes :)

Posted

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

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