• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

MailWizz - Email Marketing Application

MailWizz - Email Marketing Application v2.4.6

No permission to download
I created a new PHP file and it works normally. but when run Mailwizz, it wasn't. I think the host is not the problem
If you have a control box like CPanel, Plesk, Webmin etc, you can easily add the cron jobs to the server cron.
# copy the current cron into a new file
crontab -l > mwcron
echo "* * * * * /opt/alt/php82/usr/bin/php -q /home/yourhostvps/yourdomain.com/apps/console/console.php send-campaigns >/dev/null 2>&1" >> mwcron
echo "* * * * * /opt/alt/php82/usr/bin/php -q /home/yourhostvps/yourdomain.com/apps/console/console.php queue >/dev/null 2>&1" >> mwcron
echo "*/2 * * * * /opt/alt/php82/usr/bin/php -q /home/yourhostvps/yourdomain.com/apps/console/console.php send-transactional-emails >/dev/null 2>&1" >> mwcron
echo "*/10 * * * * /opt/alt/php82/usr/bin/php -q /home/yourhostvps/yourdomain.com/apps/console/console.php bounce-handler >/dev/null 2>&1" >> mwcron
echo "*/20 * * * * /opt/alt/php82/usr/bin/php -q /home/yourhostvps/yourdomain.com/apps/console/console.php feedback-loop-handler >/dev/null 2>&1" >> mwcron
echo "*/3 * * * * /opt/alt/php82/usr/bin/php -q /home/yourhostvps/yourdomain.com/apps/console/console.php process-delivery-and-bounce-log >/dev/null 2>&1" >> mwcron
echo "0 * * * * /opt/alt/php82/usr/bin/php -q /home/yourhostvps/yourdomain.com/apps/console/console.php hourly >/dev/null 2>&1" >> mwcron
echo "0 0 * * * /opt/alt/php82/usr/bin/php -q /home/yourhostvps/yourdomain.com/apps/console/console.php daily >/dev/null 2>&1" >> mwcron
# install the new cron
crontab mwcron
# remove the crontab file since it has been installed and we don't use it anymore.
rm mwcron

-----------------------
Change string "yourhostvps/yourdomain.com"
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock