From the terminal (SSH):
grep -Ril "find /home/username/public_html/ -type f -mtime -2"
From a .php file:
cPanel is an online Linux-based control panel that simplifies website and server management.
cPanel allows you to publish websites, manage domains, organize web files, create email accounts, and more.
From the terminal (SSH):
grep -Ril "find /home/username/public_html/ -type f -mtime -2"
From a .php file:
Here is how to delete all emails older than 6 months from cPanel using a cronjob. First, we need to know the exact location where emails are stored. On cPanel, emails are stored in 3 folders: new – incoming emails are received in this foldercur –...
Here in how to change the default Time Zone permanently in cPanel using the .htaccess file Step 1. First, check you current time yone settings using a simple .php script like this: save it as timezone.php on your server and open the file in your...
I was recently looking into the source code of the cpanel installation script in order to gain a better grasp of the installation process and possibly examine the security of all the sources that this script takes from the cpanel.net website. While...
Here is a simple PHP script that you can use to test if a port is open on the server or not. And if you want to check for open ports on another server, get it’s IP address and put it instead of the $_SERVER[‘SERVER_ADDR’]; like this: $host =...
If you use dynamic DNS privately and need to whitelist a hostname or domain name in cPanel/WHM, you can use the DYNDNS feature of ConfigServer Security and Firewall plugin. csf.dyndns is a file that is specifically used for allowing hostnames in CSF...
If clients are complaining for dozens of LFD alerts from their VPS’s running cPanel here is how to completely disable those email alerts. Here are two ways to disable LFD alerts: From WHM > ConfigServer Security & FirewallFrom the Terminal (SSH)...
Is there exim at all? yum list installed |grep -i exim ———————— WHO DID IT ———————— WHO deleted email account grep execute/Email/delete_pop /usr/local/cpanel/logs/access_log WHO suspended email account grep suspend_incoming...
Check the following log files:
To check if the files were deleted using FTP
/var/log/messages
To check if the files were deleted using file manager
/usr/local/cpanel/logs/error_log
If the files were deleted using shell access
history
Lately I’ve been dealing a lot with email accounts in cPanel: Bulk change cPanel mailbox quota for all email ✉️ accounts and Bulk delete ✉️ email forwarders in cPanel. Here is how to bulk create email accounts in cPanel under a single domain name...