How to uninstall SitePad from various control panels?

Uninstall in cPanel
Please execute the following commands :

rm -rf /etc/cron.d/sitepad
rm -rf /etc/cron.d/sitepad2
rm -rf /usr/local/cpanel/whostmgr/cgi/addon_sitepad.php
rm -rf /usr/local/cpanel/whostmgr/cgi/addon_sitepad.cgi
rm -rf /usr/local/cpanel/base/frontend/x3/dynamicui/dynamicui_sitepad.conf
rm -rf /usr/local/cpanel/base/frontend/paper_lantern/dynamicui/dynamicui_sitepad.conf
rm -rf /usr/local/cpanel/base/frontend/*/dynamicui/dynamicui_sitepad*.conf
rm -rf /usr/local/cpanel/whostmgr/docroot/themes/x/icons/sitepad.png
rm -rf /usr/local/cpanel/whostmgr/docroot/themes/x/icons/sitepad.gif
rm -rf /usr/local/cpanel/base/frontend/paper_lantern/sitepad
rm -rf /usr/local/cpanel/base/frontend/x3/sitepad
/usr/local/cpanel/bin/unregister_cpanelplugin /usr/local/sitepad/lib/panels/cpanel/sitepad.cpanelplugin
/usr/local/cpanel/scripts/uninstall_plugin /usr/local/sitepad/lib/panels/cpanel/sitepad.tar.gz
/usr/local/cpanel/bin/unregister_appconfig /usr/local/sitepad/lib/panels/cpanel/sitepad_whostmgr.conf
/usr/local/cpanel/bin/unregister_appconfig /usr/local/sitepad/lib/panels/cpanel/sitepad_cpanel.conf
rm -rf /usr/local/cpanel/whostmgr/cgi/sitepad
rm -rf /usr/local/sitepad

Uninstall in DirectAdmin
Please execute the following commands :

rm -rf /etc/cron.d/sitepad;
rm -rf /usr/local/sitepad;
rm -rf /usr/local/directadmin/plugins/sitepad;

Uninstall in Plesk Linux
Please execute the following commands :

rm -rf /usr/local/psa/admin/htdocs/modules/sitepad;
rm -rf /usr/local/sitepad;
rm -rf /etc/cron.d/sitepad2;
rm -rf /etc/cron.d/sitepad;
rm -rf /var/sitetmp/;
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to fix IP Missing issue on cPanel/WHM

We are here to help you with solving the problem of Missing IP Server in list accounts. The...

Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

How to Start/Stop or Restart Apache server

Apache is the HTTP server that is freely available over the internet. It is a kind of software or...

How to install Attracta SEO Tools plugin

RequirementscPanel/WHM needs to be installed on your server. Step 1: SSH into your server and go...

How to Install CpCleaner in cPanel through SSH?

Installation Run the following shell commands as root via SSH: wget -O cpc-1.0.3.tar...