gif 540x304 - How to suspend / terminate cPanel accounts

How to suspend / terminate cPanel accounts

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 website 540x304 - SpamCop RBL down - spamcop.net domain expired

SpamCop RBL down – spamcop.net domain expired

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...

linux - Troubleshooting With Syslog

Troubleshooting With Syslog

There are hundreds of Linux applications on the market, each with their own configuration files and help pages. This variety makes Linux vibrant, but it also makes Linux system administration daunting. Fortunately, in most cases, Linux applications...

svg 540x304 - How to Upload SVG Images in WordPress

How to Upload SVG Images in WordPress

To upload SVG files (Scalable Vector Graphics) to WordPress you don’t need any additional plugin, simply add the following code to your theme’s functions.php file: /* Upload .svg images to WordPress */...

Wordpress background web design image in Backgrounds and Textures category at pixy.org

Detect if a website is using WordPress and which theme it’s using

Okay, first let’s find out if a website is using WordPress CMS, here is how: Detect WordPress by checking the page code Check the source code of the website, in Chrome go to View > Developer Options > View source or simply, right-click...

what is cpanel 540x304 - Reset cPanel password for All users

Reset cPanel password for All users

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 |...

screenshot 1 540x304 - How to change Contact Form 7 Placeholder Style

How to change Contact Form 7 Placeholder Style

Contact form 7 is one of the most used WordPress plugins nowadays for building simple or complex contact forms on your WordPress website. Here is some custom code you can use to change text color or upper case in cf7 forms. You can add the bellow...