Jump to content
MakeWebGames

mrmmb

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

mrmmb's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Cron job question Thanks for the reply. so rename the file, for example, job_5mins.php and instead of job_fivemins.php?code=b4d92d8bf20921978ba31f use job_fivemins.phpb4d92d8bf20921978ba31f Is that what you mean?
  2. Hello everyone! For testing purposes, I am using 000webhosting.com to test out my game before I commit to a good hosting company. So far, so good, but I am stuck with setting up cron jobs which normally would be easy, esp on cpanel. Ive already tried a few online cron job services, but they are not reliable and I don't want to pay. Basically, 000webhosting.com does not allow the use of invalid characters in the cron job url. So in my case: cron_fivemins.php?code=b4d92d8bf20921978ba31f ....the "?" and "=" are invalid. On their support forum they suggest putting "b4d92d8bf20921978ba31f" within cron_fivemins.php. Is that possible? If so, how? Thanks in advance for any help or advice. Mel
×
×
  • Create New...