Softaculous


Topic : Autoinstaller script


Posted By: AndreasP on February 27, 2015, 4:53 pm
Hey guys

I use your autoinstall script for WP and its great.  I noticed that in softaculous under advanced option you have an option to auto update WP, themes and plugins.

Can these options be used in the autoinstall script?  I would like to have  this option turned on by default in this script.

thank you

Posted By: Brijesh on February 28, 2015, 5:56 am | Post: 1
Hi,

Which auto install script are you using ? If you are posting the values manually via your custom auto install script. Please post the following variable along with the other variables to enable auto upgrade for your installation :
$post['eu_auto_upgrade'] = 1;

I assume $post will be the array you will post the data in.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool

Posted By: AndreasP on February 28, 2015, 6:00 am | Post: 2
Hello

Thanks for replying.
I am using the autoinstall.zip file I downloaded

So will that one line upgrade all 3 things (WP, themes, plugins)

Posted By: Brijesh on February 28, 2015, 6:15 am | Post: 3
Hi,

For the WHMCS auto install module please add the following lines to softaculous_extra.php :

Quote
$GLOBALS['softaculous_conf']['defaults']['eu_auto_upgrade'] = '1';
$GLOBALS['softaculous_conf']['defaults']['auto_upgrade_plugins'] = '1';
$GLOBALS['softaculous_conf']['defaults']['auto_upgrade_themes'] = '1';



-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool

Posted By: AndreasP on February 28, 2015, 6:16 am | Post: 4
Excellent thank you

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.