Recent activity
Recent activity (0)
RVsitebuilder Installation
If you finished making order and payment, your RVsitebuilder license will be automatically active. You can install RVsitebuilder in your server by root privilege. For cPanel1. SSH to the server by root privilege, and run the following command. cd /usr/src; rm -fv rvsitebuilderinstall.sh; wget http://download.rvglobalsoft.com/rvsitebuilderinstall.sh; chmod +x rvsitebuilderinstall.sh; ./rvsitebuilderinstall.sh 2. Once the installation in SSH is complete. Access to WHM by root privilege, and go to RVglobalsoft Manager -> RVsitebuilder Setup. And continue the steps until it's done. For DirectAdmin1. SSH to the server by root privilege, and run the following command. cd /usr/src; rm -fv rvsitebuilderdainstall.sh; wget http://download.rvglobalsoft.com/rvsitebuilderdainstall.sh; chmod +x rvsitebuilderdainstall.sh; ./rvsitebuilderdainstall.sh 1.1 For DirectAdmin with PHP 5.6 only (If yours is a PHP lower version, please ignore this and go to Step 2)1.1.1 Build RVsitebuilder to be compatible with PHP 5.6 by running the following command.perl /usr/local/directadmin/plugins/rvsitebuilderinstaller/admin/installphpda.pl1.1.2 Build RVSeagullMod to be compatible with PHP 5.6 by running the following command.perl /usr/local/rvglobalsoft/rvsitebuilderinstaller/autoinstaller.cgi --force=rvseagullmod 2. Increase the value of numservers from 5 to 15by going to file /usr/local/directadmin/conf/directadmin.conf and change :numservers=5 TOnumservers=15 3. Go to DirectAdmin -> Admin level -> RVsitebuilder Admin.4. After completed the installation go to DirectAdmin as username "admin" -> RVsitebuilder Admin and configure the database. RVsitebuilder Installation.
The ioncube loader errors on RVsitebuilder
--------------------For cPanel-------------------- There are 3 ways to fix it.1. Go to WHM >> Server Configuration >> Tweak Setting, and choose ioncube on 'Loader to use for internal cPanel PHP'.Run commandservice cpanel restart Then check your RVsitebuilder again. 2. Run:perl /var/cpanel/rvglobalsoft/rvsitebuilder/panelmenus/cpanel/scripts/autofixphpini.plThen check your RVsitebuilder again. 3. Edit php.ini for internal cPanel PHP manually. To do this way is only a last choice. Php.ini is likely to be reverted back after updating cPanel and you will need to redo it again. • Find your internal cPanel php.ini by calling the https://{SERVER_IP}:2087/cgi/rvsitebuilder/rvdebug.php. It will display phpinfo page. Find the php.ini path. • SSH to the server as root. • Edit php.ini, insert these 2 lines under the extension_dir line.zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so"zend_extension_ts="/usr/local/IonCube/ioncube_loader_lin_5.2_ts.so" • Run this command/usr/local/cpanel/bin/install_php_inis • Restart cPanel services/usr/local/cpanel/startup • Check your RVsitebuilder again. Using these instructions for only in case the autofixphpini.pl doesn't help you.Run this command manually. perl /scripts/phpextensionmgr --prefix /usr/local/cpanel/3rdparty install IonCubeLoader Create or update /scripts/postupcp to run above command every after cPanel upcp.#!/usr/bin/perlif (-f '/var/cpanel/rvglobalsoft/rvsitebuilder/panelmenus/cpanel/scripts/autofixphpini.pl') {system('perl /var/cpanel/rvglobalsoft/rvsitebuilder/panelmenus/cpanel/scripts/autofixphpini.pl');}if (-f '/scripts/phpextensionmgr') {system('perl /scripts/phpextensionmgr --prefix /usr/local/cpanel/3rdparty install IonCubeLoader');}1; Make sure /scripts/postupcp permission is 700. You also need to test it by running /scripts/postupcp and check RVsitebuilder again. ------------------------For DirectAdmin------------------------1. Open /usr/local/directadmin/plugins/rvsitebuilder/user/php.ini to edit2. Insert the following line under the extension_dir line. zend_extension = "/ioncube/ioncube_loader_lin_5.2.so" NOTE: the number 5.2 is standing for your current "php version", please replace it by yours. 3. Restart Directadmin services /etc/init.d/httpd restart /etc/init.d/directadmin restart Restart Directadmin services for centos 7 sudo systemctl restart httpd.service sudo systemctl restart directadmin.service 4. Check your RVsitebuilder again.

