Blacklist Scripts

How to Blacklist Scripts

Softaculous allows you to create a list of scripts that you want to disable from your server. 

In order to disable scripts from your server please add the script ids of scripts you want to disable in a serialized array format to the following file : 

For cPanel :

/usr/local/cpanel/whostmgr/docroot/cgi/softaculous/conf/blacklist.ser

For Direct Admin :

/usr/local/directadmin/plugins/softaculous/conf/blacklist.ser

For Plesk, ISPManager, ISPConfig, InterWorx, H-Sphere :

/usr/local/softaculous/conf/blacklist.ser

Note : If the above file does not exist please create the file. 
You can get the Script IDs here : 
http://www.softaculous.com/scripts.php 

For example if you want to disable WordPress from your server you need to put the following data in blacklist.ser

a:1:{i:0;i:26;}

You can use the following guide on how to Enable/Disable scripts from GUI : 
Enable/Disable_Scripts

Was this helpful to you?