--------------------
For cPanel
--------------------
• Backup the configuration files (Optional):
mkdir /var/cpanel/.rvglobalsoft
cd /var/cpanel/.rvglobalsoft
cp -a /var/cpanel/rvglobalsoft/rvsitebuilder/var ./
cp -a /var/cpanel/rvglobalsoft/rvsitebuilder/www/project ./
• Rebuild the icon set of cPanel X3 theme:
/usr/local/cpanel/bin/unregister_cpanelplugin /var/cpanel/rvglobalsoft/rvsitebuilder/panelmenus/cpanel/cpanelplugin/rvsitebuilder.cpanelplugin
/usr/local/cpanel/bin/rebuild_sprites
• Remove RVsitebuilder icon from paper_lantern theme.
/usr/local/cpanel/scripts/uninstall_plugin /var/cpanel/rvglobalsoft/rvsitebuilder/panelmenus/cpanel/cpanelplugin/register_paper_lantern.tar.bz2
• Remove the RVsitebuilder files:
rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller.tar
rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller
rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilder
rm -f /usr/local/cpanel/whostmgr/docroot/cgi/addon_rvsitebuilder.cgi
rm -rf /var/cpanel/rvglobalsoft
rm -rf /usr/local/cpanel/base/frontend/*/rvsitebuilder
rm -f /usr/local/cpanel/base/frontend/x/cells/rvsitebuilder.htm
rm -f /usr/local/cpanel/base/frontend/x3/dynamicui/dynamicui_rvsitebuilder.conf
• Rebuild the icon set of RVskin theme (If you have RVskin Theme):
perl /root/rvadmin/autoupdatewhmaddon.pl
If you had ever installed Tryout Demo, please do following direction.
• SSH to the server as root and REMOVE custom_vhost_template_ap1 and custom_vhost_template_ap2 values, in file. /var/cpanel/userdata/USER_NAME/TRYOUT_WEBSITE_DOMAIN as following lines. Replace USER_NAME and TRYOUT_WEBSITE_DOMAIN with your own values.
custom_vhost_template_ap1: /var/cpanel/rvglobalsoft/rvsitebuilder/panelmenus/cpanel/apachetemplate/tryout.rvsitebuilder.apache1
custom_vhost_template_ap2: /var/cpanel/rvglobalsoft/rvsitebuilder/panelmenus/cpanel/apachetemplate/tryout.rvsitebuilder.apache2
• Remove cache data of userdata edited above using command below.
rm -f /var/cpanel/userdata/USER_NAME/TRYOUT_WEBSITE_DOMAIN.cache
• run /scripts/rebuildhttpdconf
• run /scripts/restartsrv httpd
Anyway, if could not remember where you installed Tryout Demo, check position by command:
grep -l 'tryout.rvsitebuilder' /var/cpanel/userdata/*/*
--------------------
For DirectAdmin
--------------------
• Back up the configuration files(Optional):
mkdir /usr/local/.rvglobalsoft
cd /usr/local/.rvglobalsoft
cp -a /usr/local/rvglobalsoft/rvsitebuilder/var ./
cp -a /usr/local/directadmin/plugins/rvsitebuilder/images/project ./
• Remove the RVsitebuilder files:
rm -f /usr/local/rvglobalsoft/rvsitebuilderinstaller.tar
rm -rf /usr/local/rvglobalsoft/rvsitebuilderinstaller
rm -rf /usr/local/rvglobalsoft/rvsitebuilderinstaller/rvsitebuilder
rm -rf /usr/local/rvglobalsoft
rm -rf /usr/local/directadmin/plugins/rvsitebuilder
rm -rf /usr/local/directadmin/plugins/rvsitebuilderinstaller
If you had installed Tryout Demo ever, please do following direction.
Go to Admin Level -> Custom httpd configuration -> select domain of account, replace values in the top text area, then REMOVE the following command:
|?OPEN_BASEDIR_PATH=`HOME`/:/tmp:/usr/local/lib/php/:/usr/local/rvglobalsoft/rvsitebuilder/:/usr/local/directadmin/plugins/rvsitebuilder/:/ioncube:/home/admin/.rvsitebuilder|
Anyway, if could not remember where you installed Tryout Demo, check position by command:
grep -l '/usr/local/rvglobalsoft/rvsitebuilder' /usr/local/directadmin/data/users/*/httpd.conf
Comments
0 comments
Article is closed for comments.