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
‘Fatal error: Uncaught Error: operator not supported for strings’| FIXED☑️ Today in this tutorial you will learn why does your WordPress show ‘Fatal error: Uncaught Error: operator not supported for strings’ and how to fix it. The error is somewhat like the one given below ==================================================================== Fatal error: Uncaught Error: operator not
How to generate MySQL Backups with phpMyAdmin? [STEP BY STEP]☑️ Here in this documentation, you will get step by step process to generate MySQL backup with phpMyAdmin.Watch the video tutorial on how to take MySQL backups from phpMyAdmin. If you don’t want to watch the video tutorial, skip and proceed with the text version mentioned
How to Find a keyword under whole public html via cPanel user level access? [EASY GUIDE]☑️ Today in this tutorial you will learn how to search and find a particular keyword under whole public html via cPanel user level access. You just to need to create a test.php file in public_html of your cPanel in
How to set the PHP version for any folder via htaccess in cPanel? [STEP BY STEP]☑️ Today in this tutorial we will describe you how to select a different PHP version on each folder via cPanel.You can also watch this short video on how to set a PHP version for any folder via htaccess file
How to change PHP version of multiple websites at once via WHM? [EASY GUIDE]☑️ Here in this documentation you will learn how to change PHP version of multiple websites at once via WebHost Manager.You just need to follow the process mentioned below but before getting started you can watch this short video on how to change
How to enable SourceGuardian PHP Loader in WHM? [STEP BY STEP]☑️ Today in this tutorial you will learn how to enable SourceGuardian PHP Loader in WHM. But before getting started let us quick watch this short video on how enable SourceGuardian loader in WHM. Follow the steps given below to enable SourceGuardian PHP loader in
How to solve “PHP installation appears to be missing MySQL extension”? [EASY GUIDE]☑️ Today in this tutorial you will learn how to fix “PHP installation appears to be missing the MySQL extension” via WHM. But before getting started let us quick watch this short video on how to fix “PHP installation appears to be missing the
How to Stop warning messages and display only log_errors in PHP? [EASY GUIDE]☑️ Today in this tutorial you will learn how to remove warning messages in PHP and display only error on cPanel/WHM server. But before beginning let us quick watch this video on how to stop warning messages and show only log_errors in PHP.