Recent activity
Recent activity (0)
Check number of websites created with RVsitebuilder on your server
You can run the following command sort by date to check all websites that created with RVsitebuilder 7. ls -altr /home*/*/rvsitebuildercms/*/INSTALL_COMPLETED Output:And show total website run command. ls -altr /home*/*/rvsitebuildercms/*/INSTALL_COMPLETED | wc -l Output:3
Update RVsitebuilder 7 cPanel plugin (Requires root)
RVsitebuilder CMS can be updated by website admin (your user) by clicking Update button from their website admin area. That will update all fixed bugs in RVsitebuilder 7 program. Sometimes, RVsitebuilder cPanel plugin has to be updated for such as new features for server admin (placed in RVsitebuilder 7 Manager which will be coming soon), or bug fixes on Rvsitebuilder 7 on control panel. Once a new changelog released and it tells fixed bugs for cPanel plugin, you can SSH as root and run the following command. cd /usr/src; rm -fv rvsitebuilder7cpinstall.sh; wget http://download.rvglobalsoft.com/rvsitebuilder7cpinstall.sh; chmod +x rvsitebuilder7cpinstall.sh; ./rvsitebuilder7cpinstall.sh

