If you have a self-hosted WordPress blog which is quite well-known, the most frustrating factor is fighting WordPress spam comments regularly. Whenever you sign in to WordPress panel, you see a lot of spam comments waiting to be removed. Either you have to remove them personally or let them die in the spam queue. The […]
Posts by cmab:
Beginning with WordPress: Installing WordPress
WordPress is known as the most popular writing a blog service and CMS. New customers are often amazed when we tell them that WordPress is also well known for its easy set up. All best WordPress website hosts allow you to set up WordPress within few clicks. In most conditions, setting up WordPress is easy […]
Tips For WordPress Website Security
We recently talked about WordPress backup.Now this is the time to tell you about the wordpress security issues. WordPress is the most well-known writing blog and CMS system on the Internet which creates it a preferred focus on for online hackers. Having a WordPress website indicates that you have to take some additional initiatives to be able […]
How To Backup WordPress Site
WordPress is a web program depending on PHP and MySQL. I have done a post on steps installing WordPress in cPanel, if it is your first time with WordPress that post can be useful to you. As such you need to back-up all its information and its database to have a complete duplicate of your […]
Error: (code: 451, response: Temporary local problem – please try later)
When we try to deliver a message this error pops up: SMTP: Invalid response code received from server (code: 451, response: Temporary local problem – please try later) We did totally reset the configurations of Exim and we add the websites to /etc/remotedomains for both web servers and still nothing. Finally for the solution we […]
Disable Direct Root Login in cPanel
While applying security modifications on the server, one of the most important tweak we should execute is to disable direct root login which will force the hacker to think 2 separate passwords to obtain root access. Following actions will show you how to turn off direct root login. If you are using cPanel server make […]
HTTP Error 401.3 – Unauthorized Error In Plesk
Starting from Windows plesk 7 till plesk 11 one of the most repeating issue that a hoster will often face is HTTP Error 401.3 – Unauthorized Error You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web […]
How to Fix cPHulk Brute Force Protection lock out
This account is currently locked out because a brute force attempt was detected. Please wait 10 minutes and try again. When attempting to login again it will only increase the delay. If you frequently experience this problem, I recommend read this article. Today I’m going to demonstrate that how you can fix a cPHulk Brute Force Protection […]
What is cPHulk Brute Force Protection and How to Enable it?
cPHulk is a security feature,protected from Brute Force attack and it found only on cPanel based Linux servers. cPHulk locks down the cPanel and WHM logins, SSH (shell/root access) logins, FTP logins, and IMAP/POP3 (mail) logins. These primary services are closed down, Once a set number of failed login attempts has been reached. cPHulk will prevent any further […]
Running PHP scripts from cron jobs
Sometimes we have to run a simple php script using the “standard” cron job. A typical method for operating PHP programs from a cron job is to use a command-line system such as curl or wget. For example, the cron job operates a control just like the following command: curl http://example.com/script.php In this command, curl […]