xmlrpc.com is a WordPress file that was intended to be used for API’s but lately it’s more and more used as a way for hackers to brute-force WordPress installations. To block access to xmlrpc.php on a single WordPress installation add...
Here is how to add a custom message to every outgoing email in Roundcube: Edit the config/default.php file: nano /usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.php and add the following to it: $config['generic_message_footer'] =...
Email forwarders in cPanel are stored in file /etc/valiases/domain *Where domain is the domain name under which email forwarders are created. To bulk delete email forwarders in cPanel you can edit this file with your favorite text...
in cPanel mailbox quota for all email accounts under a single domain name is stored in a file named quota. To bulk change mailbox quota for all email accounts under one domain you can modify the quota file located in the following path:...
ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress. Google Chrome Incognito mode and some other browsers like Tor block JavaScript by default and in order to use WordPress without JavaScript we can...
Here is how to re-install WordPress in under 5 minutes! From the current WordPress installation delete everything except the wp-content folder and the wp-config.php file. Download the latest WordPress version from WordPress.org Go to your...
Here is how to mass change the “Default Mail Address” for all domains (existing accounts) in the server to a specific email address (user@example.com).
sed "s/^\*:.*/user@example.com/g" -i /etc/valiases/*
If you are looking to change the Ftp port on your server from 21 to a non-standard port say 2121, you need tweak the ‘bind’ option in the Ftp configuration file. On a cPanel server with pure-ftp as a Ftp server, you need to edit...