How To Install RvSiteBuilder

Note: you need to get a license from RVSiteBuilder website. Installing RVSiteBuilder: # cd /usr/local/cpanel/whostmgr/docroot/cgi/ # rm -f rvsitebuilderinstaller.tar # wget http://download.rvglobalsoft.com/rvsitebuilderinstaller.tar # tar -xvf rvsitebuilderinstaller.tar # chmod 755 addon_rvsitebuilder.cgi Now open WHM, ->> Add-ons section ->> RVSiteBuilder Installer menu. Click RVSiteBuilder Installer to begin the installation process.


ASSPX Install

wget http://sultanserver.com/projects/asspx.tar.gz tar zxvf asspx.tar.gz cd asspx chmod +x install.sh ./install.sh


WHM/CPanel Log View

LogView is an exclusive! add-on product for cPanel servers running on Linux. LogView features: * This script provides provides a graphical interface for cpanel severs, extending WHM features which previously needed to be performed using command line instructions. LogView makes it simpler with fewer tasks to view system logs. * logview allows you to easily…


Browse windows shares via Nautilus

To browse your Samba or MS Windows shares open Nautilus manager, and type the following in the address bar: smb://delta/mp3 Where, * delta: is a server (Samba or Windows) name * mp3: share name you trying to access If your system account (login name) is not configured properly, you may be prompted for your Windows…


UNP extract

unp is a small perl script which makes extraction of any archive files a bit easier. It support several compressors and archiver programs, chooses the right one(s) automatically and extracts one or more files in one go. You may also want to install some non-free packages like “unace” (not in Debian) and “lha” to extract…


Disable SSLv2 on cPanel and Apache Ports

On this post we are going to show how to quickly patch a common PCI Vulnerability Alert that says something like this: “The remote service appears to encrypt traffic using SSL protocol version 2?. In Apache common ports 80 and 443, you need to modify the SSLCipherSuite directive in the httpd.conf or ssl.conf file. An…


Upgrade Openssl to 0.9.8k

On some old systems like centos 4.5, 4.7 openssl will need to be upgraded to newest version Here are the steps to upgrade : cd /usr/src wget http://www.openssl.org/source/openssl-0.9.8k.tar.gz tar -xvzf openssl-0.9.8k.tar.gz cd openssl-0.9.8k ./config –prefix=/opt/openssl shared make;make test;make install /scripts/upcp –force Running upcp after building fixes the openssl-devel files. However, even though “openssl version” returns…


How to Add Services to Chkservd

From http://www.v-nessa.net/ (Sexy g33k chicks rock…) Chkservd is the service in cPanel that checks to make sure that services are running, then restarts them if necessary. It’s also responsible for the ‘Service Manager’ section in cPanel, which is an interface where added services can be easily checked on and off. To add a new service,…


Setting up cPanel Proxies

From http://www.v-nessa.net/ (Sexy g33k chicks rock…) It’s been about a while since cPanel 11.1 came out and the proxy script from cpanelproxy.net that we all know and love stopped working. Well, the cPanel devs came through for us again and incorporated an Apache-based proxy feature to natively allow users behind firewalls to connect to cPanel…


Where Does cPanel Put Things?

From http://www.v-nessa.net/ (Sexy g33k chicks rock…) I can think of a few things that are wrong with that title but in all seriousness…don’t you ever wonder where cPanel stores the config changes that you make in WHM? Automation is the key nowadays, and lately that’s required me to get a little down and dirty with…