SPHP-FPM is a web tool that is used to increase the performance of the website. It is mostly used for heavy websites as this has the ability to handle tremendous loads simultaneously. In this tutorial, we will illustrate the procedure to enable PHP-FPM from WHM. Let us go through the procedure. Login to WHM as
Today, in this tutorial we will illustrate the procedure to enable bcmath extension for all PHP versions in cPanel/WHM which includes the below given steps. How to Enable bcmath Extension in WHM? How to Install bcmath Extension from SSH? Let us go through the procedure in detail. #1. How to Enable bcmath Extension in WHM?
In this tutorial, we’re going to discuss the procedure to enable exif PHP extension for all PHP versions in cPanel/WHM. The tutorial includes the following. How to Enable exif PHP extension in WHM? How to Install exif PHP extension from SSH? #1. How to Enable exif PHP extension in WHM? To enable exif PHP extension
Today, in this tutorial we will illustrate the procedure to enable PDO PHP extension for all PHP versions in cPanel/WHM. In this tutorial, we will learn the following: How to Enable PDO PHP Extension in WHM? How to Install PDO PHP Extension from SSH? #1. How to Enable PDO PHP Extension in WHM? To enable
We are going to discuss the procedure to enable mbstring PHP extension for all PHP versions in cPanel/WHM. In this tutorial, we will learn the following: How to Enable mbstring PHP Extension in WHM? How to Install mbstring PHP Extension from SSH? #1. How to Enable mbstring PHP extension in WHM? To enable PHP extension
Today, in this tutorial we will illustrate the procedure to enable iconv PHP extension for all PHP versions in cPanel/WHM. In this tutorial, we will learn the following: How to Enable iconv PHP Extension in WHM? How to Install iconv PHP Extension from SSH? #1. How to Enable iconv PHP Extension in WHM? To enable
IMAP is an extension in PHP which is required to process IMAP on your server via PHP execution. In this tutorial, we’re going to explain the procedure to enable IMAP PHP extension for all PHP versions in cPanel/ WHM. In this tutorial, we will go through the following steps. How to Enable IMAP PHP Extension
GD is a graphics drawing library that provides tools for modifying image based data. Thus, GD PHP extension allows user to manipulate and create files of various image formats. Today in this tutorial, I will illustrate the procedure to enable GD PHP extension for all PHP versions in cPanel/WHM. In this tutorial, you will learn;
Your PHP installation appears to be missing the MySQL extension which is required by WordPress – SOLUTION Are you getting a PHP installation “Your PHP installation appears to be missing the MySQL extension which is required by WordPress” error while opening your wordpress website? Don’t worry, here in this article, we’ll walk you through the
Introduction Hi, In this tutorial, we’re gonna walk you through the simple steps to run Shell Commands via PHP file in your cPanel account. No need to log into the SSH to execute the Shell commands. Yup, you can easily run and execute Shell/SSH commands in cPanel using a PHP script. Sometimes, we all don’t
cURL (Client URL) is a computer client that allows users to manipulate files from FTP, HTTP, HTTPS, and GOPHER protocols enabled servers. Enabling the Curl PHP extension from WHM root is fairly simple. Let me show you how. Enable Curl PHP Extension From WHM First of all, log in to your WHM as a root.
You can easily send emails using a PHP script in cPanel. We have already written an article about How to send HTML Mails in PHP from cPanel. Both the methods are similar apart from their codes. In this tutorial, we’re gonna use a PHP script and the codes inside it will be written in PHP itself. Whereas
Hi there, In this article, I’m going to tell you How to Send HTML Mails in PHP from cPanel. Yes, you can easily send emails to your client or friends without opening your Webmail account. It is possible via the PHP script that I’m going to give you in this tutorial. Let’s dive right in! Log in to
Hello there, Introduction to MySQL : MySQL is a database management system that allows you to manage databases. Every website needs to connect with a database to fetch data and then supply it to the user and this is where MySQL comes into act. Whenever any visitor tries to access a webpage then automatically server
How to block Double extension file upload vulnerability like hack.jpg.php? [STEP BY STEP]☑️ Today in this blog we will show you how to block double extension file upload. But before getting started let us quick watch this video on How to block Double extension file upload vulnerability like hack.jpg.php embedded below. Video Tutorial– “How to
How to protect PHP file execution in a specific directory? [STEP BY STEP]☑️ In this article, we will show you how to disable PHP file execution in a specific directory using the .htaccess file. Having some directories writeable by default makes your site vulnerable to hacker attacks. Hackers can use the function to upload backdoor
Why are you unable to upload file more than 100mb via PHP? [EASY GUIDE]☑️ Do you also have this question in your mind? Have you ever thought what could be the exact reason behind this issue? If you are unable to upload file more than 100 MB via PHP then you are at the right
How to find all Suspected Backdoors in your website? [STEP BY STEP]☑️ In this tutorial you will learn How to find all suspected backdoors in your website. This documentation will provide you step by step process along with screenshots to help you find all suspected backdoors in your website. Video Tutorial– How to find all
How to find all Suspected bulk mailer PHP Files in your website? [STEP BY STEP]☑️ In this tutorial you will learn How to find all suspected bulk mailer PHP Files in your website. This documentation will provide you step by step process along with screenshots to help you find all suspected bulk mailer PHP files
How to send Emails via SMTP using PHPMailer? [STEP BY STEP]☑️ Today in this tutorial you will learn how to send emails via SMTP using PHPMailer. PHPMailer makes it easy to send email using PHPMailer, makes it possible to send an email with attachment in PHP using PHPMailer, send HTML e-mail, etc. This video tutorial