Blog

Blog

18 May
2018
ColorHosting BaseZap

[TUTORIAL]Change Invoice Created Date equal to Invoice Paid Date WHMCS

Here is the quick fix to make the WHMCS invoices generated date equal to the payment date without use of any hooks or complex coding. Kindly note that you need to use Performa invoice option from setting so that taxable invoice is only generated when a user makes a payment. Steps to make WHMCS paid […]

17 May
2018
ColorHosting zapbase

[Solved]The cPanel license server said that a license could not be issued for your server (66).

If you are receiving the following error : The cPanel license server said that a license could not be issued for your server (66). while updating the cPanel license then it can be due to following reasons : Goto https://verify.cpanel.net/ and check if your license is active or not. If not active then probably your license […]

15 May
2018
ColorHosting Deepak

[Solved] cPanel/WHM Update Stuck

Cannot Update cPanel/WHM on your Server because it is stuck while update process? There could be multiple reasons or cPanel/WHM Update stuck problem. Today we will discuss some of the general problems that user might encounter while updating cPanel. We will list some of the general problems with their solutions that people face when they try to […]

13 May
2018
ColorHosting zapbase

Script to restart server if load increases above a given limit

Here is the script to restart a server automatically if it’s load increases above a limit : #!/usr/bin/ bash LOAD=`uptime |awk ‘{print $NF}’` LOADCOMP=`echo $LOAD \> 10 |bc -l` if [ $LOADCOMP -eq 1 ] then /sbin/shutdown -r 0 fi Note : Here 10 defines the server load, you can adjust as per your need. […]

12 May
2018
ColorHosting BaseZap

Prevent other domain to point to your dedicated IP – cPanel

This tutorial covers on how to prevent any other user to point his/her domain to your dedicated IP and in turn loading your website from this domain name too. Steps to prevent the same are : 1) Edit your .htaccess file (found in root directory of your website folder). If file doesn’t exists, please create […]

02 May
2018
ColorHosting Deepak

Unblock your IP address from WHMCS

Forgot your cPanel Password and Wrong Password Login Attempts got your IP Blocked from the Server? We have added a feature to your WHMCS Panel in Client Area for all users. Below are the steps discussed to unblocked your IP from the server. Requirements WHMCS/BaseZap Account Login Credentials Procedure Login to your WHMCS/BaseZap Account https://my.basezap.com/clientarea.php […]

30 Apr
2018
ColorHosting Deepak

Guide to install MailScanner on cPanel/WHM Server

Tired of SPAM emails in your WHM cPanel based server? No Problem, we will share an awesome tool that will be the solution to fix SPAM Emails. ConfigServer Services developed a very smart tool MailScanner for WHM/cPanel Systems. It can be called as an add-on for cPanel. MailScanner will scan all your emails for SPAM […]

27 Apr
2018
ColorHosting Deepak

Force HTTPS for WordPress websites by .htaccess

Here is the method to make your wordpress based website to run always on https.  Login into wp-admin and goto “Settings -> General”. Make sure the URL have https From filemanager, edit your .htaccess and replace the wordpress rules by following code: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] […]

14 Apr
2018
ColorHosting Deepak

Server access by key (pem or ppk) in cPanel via WHM

Now you can simply generate a public private key for root server access, directly via WHM / cPanel. In whm, search for “Manage root’s SSH Keys” . Here you will find 2 options i.e Generate a key and import a key.   2.Click on generate key and give the key a name eg. basezap and […]

10 Apr
2018
ColorHosting BaseZap

Import / export mysql or maria database using linux terminal

Following tutorial helps in exporting or importing MySQL / MariaDB database using terminal commands. It is very useful when the database size is pretty big and the software like PHPMyAdmin , MySQL workbench might give you timeout issue or take abnormally very high time. Using the following method is a direct interaction with the MySQL server and […]

NEED ADDITIONAL HELP? WE'RE HERE FOR YOU.

Our team is available and on-site 24/7 ready to help you.