How to install modernbill V4 software ?
Step 1 – Create a new database for your billing system.
You can create your database by using a MySQL GUI such as PHPMyAdmin or you can use the command line as follows:
Here is the MySQL command:
mysqladmin -u USERNAME -h localhost -p create DBNAME
Step 2 – Login to your server with root access and go to
1.cd /home/user/public_html
2.lynx http://modernsupport.com/modernbill
3.Enter your modernbill download center username and password
4.Download the mb-4.4.0-2-release-zend tar file.
5.Untar the tar file uing following command -
tar -zxvf mb-4.4.0-2-release-zend.2006_02_11.tar.gz
6.You can see the modernbill folder. You can rename this folder according to your needs.
7.edit the file include/config/config.locale.php with your favourite editor and Replace with your database settings from Step 1:
$locale_db_host = ‘localhost’;
$locale_db_name =’Your DB NAME’;
$locale_db_login = ‘Your DB LOGIN NAME’;
$locale_db_pass = ‘Your DB LOGIN PASSWORD’;
$standard_url = ‘www.yourdomain.com/modernbill/’;(foldername modernbill)
$secure_url = ‘www.yourdomain.com/modernbill/;
Enter ‘https’ if you DO HAVE an SSL certificate.$https = ‘http’;
8.Save the file
9.Point your browser to https://www.yourdomain.com/INSTALLDIR(modernbill)/install_v4/ and select new install.
9.Member’s Area
Email Address: , Member’s Area Password:
10.Delete the /install_v4/ directory in its entirety after you have completed your ModernBill installation.









