How To Upgrade Fantastico version automatically from CronJob?

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Shane
    Senior Member
    • Jun 2006
    • 264

    How To Upgrade Fantastico version automatically from CronJob?

    In order to upgrade fantastico version automatically via cronjob one need to follow below mentioned steps:

    1) Login into fantastico admin cPanel account.
    2) Click on cron job -> Advanced (Unix Style).
    3) Apply below mentioned code:

    wget --http-user=fanadmin 'https://127.0.0.1:2083/frontend/x/fantastico/admin/admin.php?action=auto_update' > /dev/null 2>&1

    fanadmin = fantastico admin cPanel username. One can replace with their fantastico domains username. One can set cron timing on desired one. It should be probable on mid night so it can not load the server.
    Last edited by admin; 08-13-2015, 10:00 AM.
Working...
X