If you have a larger churn rate you probably have multiple user accounts that are not in use. In order to check suspended accounts go to: WHM > List Suspended Accounts or ls /var/cpanel/suspended To suspend an account: /scripts/suspendacct...
SpamCop’s domain name expired and all IP addresses that are checked against bl.spamcop.net now return ‘listed’. Spamcop.net on 31.01.2021 Was the project just abandoned? Or are they deliberately returning “listed” for...
Changes every cPanel password on the server and stores the credentials in ~/newCredentials $newPassword is a randomly generated password with 10 characters #!/bin/bash export ALLOW_PASSWORD_CHANGE=1 ls -la /home | awk '{print $3}' | grep -v root |...
Gridsome is a Vue.js static site generaqtor that requires yarn, nodejs and NPM in order to generate website files. I recommend using two separate devices, one on which you develop the site and another where it will bi published. But, if you for some...
The mail for an individual cPanel account is stored in /home/$username/mail/$domain/$mailbox/, while metadata for the account (mailbox passwords and quotas) is stored in /home/$username/etc/$domain/. For migrating a full domain to another...
For servers where ‘mod_userdir’ module is enabled, you can access your websites via temporary URLs instead of the domain name. The format of this temporary URL is usually ‘; The ‘ipaddress’ used is the server’s...
“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...