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 […]
Let’s Encrypt is a new certificate authority (CA) that provides free X.509 certificates for Transport Layer Security encryption (TLS) through an automated process. This automated process is designed to banish most of required steps. The present day complex process of manual creation, validation, signing, installation and renewal of certificates for websites is fully automated […]
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. […]
Want to test something on local and DNS Propagation is taking time? Here you can edit your System Host file and then proceed with your tests. Just follow this simple guide for setting up virtuals hosts on your system, whether its Windows, Linux, or macOS. Requirements Administrator Access (Windows only) sudo access (Linux and macOS only) […]
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 […]
If you are facing problem that a user’s code is sending tons of spam mails and you can’t suspend that user or don’t wish to do same, here is the solution. You can simply suspend the outgoing email facility of that particular user (it won’t create log entries in your mail queue too) Connect to […]
Hello, Need NGINX on your cPanel/WHM Server and confused how to install and configure it? Don’t worry, we are here to help you out. Installing NGINX is very easy and quick on cPanel/WHM Server. We will use Engintron to install NGINX on your cPanel/WHM Server. There are a few basic requirements to follow this guide […]
Moved your website from one domain to other and have no clue how to redirect the traffic to a new domain? Then you are stumbled upon the right place. Here we will show how you can redirect your traffic to a new domain. This can be done by setting permanent 301 Redirect rules in the .htaccess […]
Curious about memory limits and their purpose? Your curiosity is over and its time to increase your knowledge today. In this article, we will discuss different types of memory limits and we will show how to set/change those limits in WHM. Requirements WHM Credentials Types of Limits memory_limit = 128M This limit means that how much […]
Hello, Today we will tell you about MyISAM and MYI file and how to recover or recreate MYI file for Table in MySQL Database. MySQL relational database management system prior versions to 5.5 were using MyISAM as a default storage system for databases. MyISAM is old but it has many useful extensions till date. MyISAM table […]
Our team is available and on-site 24/7 ready to help you.