To uninstall the software installer you have to drop the tables
Code:
web_software
web_software_inst
Then you have to drop the column
Code:
domain_software_allowed
in the table "domain"
and the columns
Code:
software_allowed
softwaredepot_allowed
in the table "reseller_props"
After you need to download the file which where patched:
Download it from:
http://www.isp-control.net/ispcp/browser...mega-1.0.3
The files are:
Code:
/var/www/ispcp/engine/ispcp_common_code.pl
/var/www/ispcp/engine/ispcp-rqst-mngr
/var/www/ispcp/gui/admin/domain_details.php
/var/www/ispcp/gui/admin/reseller_add.php
/var/www/ispcp/gui/admin/reseller_edit.php
/var/www/ispcp/gui/admin/user_delete.php
/var/www/ispcp/gui/client/hosting_plan_update.php
/var/www/ispcp/gui/client/index.php
/var/www/ispcp/gui/client/webtools.php
/var/www/ispcp/gui/include/admin-functions.php
/var/www/ispcp/gui/include/client-functions.php
/var/www/ispcp/gui/include/ispcp-functions.php
/var/www/ispcp/gui/include/reseller-functions.php
/var/www/ispcp/gui/orderpanel/package_info.php
/var/www/ispcp/gui/reseller/domain_delete.php
/var/www/ispcp/gui/reseller/domain_details.php
/var/www/ispcp/gui/reseller/domain_edit.php
/var/www/ispcp/gui/reseller/hosting_plan_add.php
/var/www/ispcp/gui/reseller/hosting_plan_edit.php
/var/www/ispcp/gui/reseller/index.php
/var/www/ispcp/gui/reseller/user_add2.php
/var/www/ispcp/gui/reseller/user_add3.php
/var/www/ispcp/gui/themes/omega_original/admin/domain_details.tpl
/var/www/ispcp/gui/themes/omega_original/admin/menu_users_manage.tpl
/var/www/ispcp/gui/themes/omega_original/admin/reseller_add.tpl
/var/www/ispcp/gui/themes/omega_original/admin/reseller_edit.tpl
/var/www/ispcp/gui/themes/omega_original/client/index.tpl
/var/www/ispcp/gui/themes/omega_original/client/menu_webtools.tpl
/var/www/ispcp/gui/themes/omega_original/client/webtools.tpl
/var/www/ispcp/gui/themes/omega_original/orderpanel/package_info.tpl
/var/www/ispcp/gui/themes/omega_original/reseller/domain_details.tpl
/var/www/ispcp/gui/themes/omega_original/reseller/domain_edit.tpl
/var/www/ispcp/gui/themes/omega_original/reseller/hosting_plan_add.tpl
/var/www/ispcp/gui/themes/omega_original/reseller/hosting_plan_edit.tpl
/var/www/ispcp/gui/themes/omega_original/reseller/index.tpl
/var/www/ispcp/gui/themes/omega_original/reseller/menu_general_information.tpl
/var/www/ispcp/gui/themes/omega_original/reseller/user_add2.tpl
Start after overwriting this two scripts
Code:
/var/www/ispcp/engine/setup/set-engine-permissions.sh
and
/var/www/ispcp/engine/setup/set-gui-permissions.sh
In the ispcp.conf
Code:
/etc/ispcp/ispcp.conf
are some changes, too. But you don't need to edit them.
Code:
CMD_MKDIR = /bin/mkdir
GUI_SOFTWARE_DIR = /var/www/ispcp/gui/software
GUI_SOFTWARE_DEPOT_DIR = /var/www/ispcp/gui/software/sw_depot
SOFTWARE_ALLOWED_LANGUAGE = az_AZ,eu_ES,bg_BG,ca_ES,zh_CN,zh_HK,cs_CZ,da_DK,nl_NL,en_GB,fi_FI,fr_FR,gl_ES,de_DE,hu_HU,it_IT,ja_JP,nb_NO,pl_PL,pt_BR,pt_BR,ro_RO,ru_RU,sk_SK,es_AR,es_ES,sv_SE,th_TH,tr_TR,uk_UA
SOFTWARE_TMP_DIR = /tmp
MAX_REMOTE_FILESIZE = 26214400 #25MB
You can remove them if you want.
In the directory
Code:
/var/www/ispcp/gui/
you will find a directory called
This directory can be deleted.
That's all.