wget cron jobs

Hector Stivalet

New Member
Hello,

I'm a new customer here, my hosting does not support scheduled cron jobs, what I do for another web app is call them as a web service from a local linux server i.e:
wget --spider https://bestrivieramayarentals.com/admin/cronjobs/my_cronjob.php

I'm not very good at this and I don't know how to modify the required commands:
/usr/bin/php -q /home/edunor/brmrealestate.com/apps/mailwizz/apps/console/console.php send-campaigns >/dev/null 2>&1
into a wget command.

Many Thanks in advance.

Hector
 
Mailwizz does not support webcrons, besides you can't supply arguments like that to a script that you try to do wget on.
 
I meant that you can't supply arguments like the way you suggested, there is no assignment to a corresponding variable.

MW does not support webcrons. If anyone finds a way, I would surely like to know how.
 
It was my hosting that didn't support crontab. I had to move my domain to dreamhost, I hope it cause no problems there.

Anyway.. Thanks for the support. Now I have to figure out how to start using MW :p.
 
Back
Top