Archive for the tag 'RVSiteBuilder'

SBDavid

How to Uninstall RVSiteBuilder

How to uninstall RVSiteBuilder

First we need to back up the configuration files.

mkdir /var/cpanel/.rvglobalsoft
cd /var/cpanel/.rvglobalsoft
cp -a /var/cpanel/rvglobalsoft/rvsitebuilder/var ./
cp -a /var/cpanel/rvglobalsoft/rvsitebuilder/www/project ./

Second Step is to 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

Drop the rvsitebuilderdb from MySQL database.

#mysql
mysql> drop database yourdbnamehere;
mysql> exit

RVSiteBuilder is now uninstalled.

How to Change the Name of RVSiteBuilder in cPanel

If you are using the x3 theme. If that’s not the case, substitute accordingly.

Edit: /usr/local/cpanel/base/frontend/x3/dynamicui/dynamicui_rvsitebuilder.conf

Change the text as follows:

itemorder=>40,version=>1.0,itemdesc=>{Your Text},description=>{Your Text}