“DomainKeys” is an anti-spam software application that uses a public key, cryptography to authenticate the sender’s domain. cPanel offers a installer script “domain_keys_installer” using which the DomainKeys can be...
RC-SHELL is a web shell written in PHP that's composed of several files. It has an easy to use GUI making it beginner-friendly and it's available for purchase on the dark web.
Here is how to change document root for a domain in cPanel using .htaccess file: RewriteEngine on RewriteCond %{HTTP_HOST} ^domain.com$ [NC,OR] RewriteCond %{HTTP_HOST} ^www.domain.com$ RewriteCond %{REQUEST_URI} !folder/ RewriteRule (.*) /folder/$1...
There was a problem creating the addon domain.Sorry, you are not allowed to add any more than (0) addon domains! The domain below was not setup. Reason: The domain is not allowed to host any add-on domains on it and the addon domain resources are...
The plugin takes less than five minutes to install on a cPanel server and allows all of your shared hosting customers to enable Cloudflare in just two clicks.
Here is how to get a user’s disk space usage on a cPanel user: WHM You can see the usage on the left-hand side of cPanel, or in the ‘List Accounts’ view of WHM: du: du -h /home/$user Quota cache: egrep "^${user} "...
Node.js is an open-source back-end runtime environment that executes JavaScript code outside a web browser. Follow these simple steps to deploy your node.js app using cPanel Register Node.js application in cPanel First login to your cPanel and under...
exiwhat displays what each instance of exim is currently involved with:
exiwhat
To monitor the exim log in realtime, use the tail command:
tail -f /var/log/exim_mainlog
Here is a small script from Seemab Saleem that will fix cpanel user ownership issues serverwide # echo -e “Checking ownership of /home/user n” for i in `ls /var/cpanel/users/` do if [ “$i” != “root” ]; then chown ...
If you are having DNS problems, ensure that the server has a list of functional resolvers. Resolvers allow the server to find IP addresses corresponding to domain names by communicating with DNS servers. If you need to add resolvers to your server:...