Recent activity
Recent activity (0)
How to download RVsitebuilder package file manually?
--------------------For cPanel-------------------- SSH to your cPanel server as root and run commandcd /usr/local/cpanel/whostmgr/docroot/cgi/rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/rm -f rvsitebuilderinstaller.tarwget http://download.rvglobalsoft.com/rvsitebuilderinstaller.tartar -xvf rvsitebuilderinstaller.tarrm -f rvsitebuilderinstaller.tarmkdir /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/packagescd /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/packageswget http://download.rvglobalsoft.com/download.php/rvsdownload/scriptdownloadpackage.tartar -xvf scriptdownloadpackage.tar/usr/local/cpanel/3rdparty/bin/php scriptdownloadpackage.phpOnce complete download file manually, please follow the instruction in this link. https://www.rvsitebuilder.com/installation/ --------------------For DirectAdmin-------------------- SSH to your DirectAdmin server as root and run commandcd /usr/local/rvglobalsoft/rvsitebuilderinstaller/packageswget http://download.rvglobalsoft.com/download.php/rvsdownload/scriptdownloadpackage.tartar -xvf scriptdownloadpackage.tarphp scriptdownloadpackage.phpOnce complete download file manually, please follow the instruction in this link. https://www.rvsitebuilder.com/installation/
How to install RVsiteBuilder? If my server compile with suhosin
If your server compile with suhosin, you also need to configure suhosin to allow RVsitebuilder works properly.Warning from suhosinsuhosin[8773]: ALERT - configured request variable name length limit exceeded - dropped variable '/var/cpanel/rvglobalsoft/rvsitebuilder/scripts/RVSeagullMod-1_0_1_tgz' (attacker 'REMOTE_ADDR not set', file 'unknown') Set the following suhosin options in php.ini to fix the suhosin errors. CODE[suhosin]; For translation manager to handle more inputssuhosin.post.max_vars = 2000suhosin.request.max_vars = 2000 ; For URL handlingsuhosin.request.max_totalname_length = 300suhosin.request.max_varname_length = 300suhosin.get.max_varname_length = 300suhosin.get.max_name_length = 300Increase the value as you need it. And don't forget to restart apache. Reference

