what is cpanel - Check when the last cPanel Upgrade was done

Check when the last cPanel Upgrade was done

First, get the current version of cPanel

cat /usr/local/cpanel/version

and just grep for that version number in update logs:

grep PUT-YOUR-VERSION-HERE /var/cpanel/updatelogs/*

Business photo created by senivpetro - www.freepik.com

Put WordPress in maintenance mode without any plugin

If for whatever reason you need to prevent your visitors from seeing a broken version of the site during maintenance, and to give them a heads up on the updates, WordPress has an embedded feature for handling maintenance mode that will automatically...

files - b374k shell 🐚 3.2

b374k shell 🐚 3.2

Here is yet another PHP Shell which I stumbled upon today. It’s pretty basic and allows an attacker to do pretty much the same as with any other shell. And here is the obfuscated code for the b374k shell 3.2: <?php function...

Three Column Screen Layout WordPress Plugin Exploit - Three Column Screen Layout WordPress Plugin 🔴 Exploit

Three Column Screen Layout WordPress Plugin 🔴 Exploit

Another website got hacked and the owner noticed weird chinese characters in search results for his website. weird chinese characters The index.php file contained the following code: Initially, the point of entry for this malicious code was a plugin...

deny code 1024x141 1 - Restrict 🚫 wp-admin to specific IP address

Restrict 🚫 wp-admin to specific IP address

To restrict access to the WordPress admin area (wp-admin) create a new file .htaccess inside your wp-admin folder and put the following code snippet: order deny, allow allow from 123.456.7.8 deny from all Replace 123.456.7.8 with your IP. You can...

SQL Server 2016 release What new does it have to offer Analytics ... - SQL String Concatenation

SQL String Concatenation

Have you ever wanted to retrieve a list of values from a table, storing the results in a string? Here is simple yet effective method without having to rely on cursors, while loops, or other complex structures. declare @string varchar(8000) select...

Business vector created by vectorpouch - www.freepik.com

Top 10 Web Hosting Control Panels 🔝🔟

Quick List of the Best Web Hosting Control Panels OpenPanel – a robust hosting panel designed to provide your users with a VPS-like experience. cPanel – Best Linux-only web hosting control panel for users who want a control panel...