Sorry for too late answer,
Enable XAMPP server, apache and my sql
Go to myphp admin > new database >( give it a name) and add new user account in privileage section
give password and username for database and host name as localhost- then check the all box at bottom > then click go
After that, navigate to ioncube loader website and download the file with same php version of xampp, extract the zip file to c:/xampp/htdocs
(It will look like this c:/xampp/htdocs/ioncube)
•Now the whmcs file,
Purchase it and extract files and copy it to the same htdocs (c:/xampp/htdocs/whmcs)
•Now you need to customize the php.ini
(Remember to stop sql and apache)
Open xampp control panel, click config next to apache, and select php.ini from drop down
- Now edit it with notpad
Now here whe have to give the path of our ioncube loader dll, which is for your current xampp php version
•In the ion cube folder there will be some .dll files like
ioncube_loader7.2.dll
Ioncube_loader7.4.dll
Select your php version copy its name come back to notepad and add this to the top of
line
Zend_extension="c:/xampp/htdocs/ioncube/ioncube_loader 7.4.2.dll"
The you are ready to go !
•Open browser
Type localhost/whmcs
Then you'll enter the
1) Database name (we given in phpmyadmin)
2) Username we given
3) password
4)host name - localhost
•Run the installation
add a valid licence key
Fire it up !!!
I hope you got it, thanks :))