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 […]
How to set up POP email account in Mac Mail
The Apple Mac Email is a free, built-in third party email client for Mac customers that offers easy installation and personalization with a user-friendly interface. This tutorial will describe the general installation of the Apple Mac Email. Depending on your software version,When you originally start MacMail, you will be provided with a display just like […]
Deleting x days old files in tmp on cPanel server
Time to time we receive a complaint from managed VPS clients that they are not able to create session, they usually get an error some thing like PHP Warning: Unknown: open(/tmp/sess_8974c0acd95c8d7ae09aa9222bb1acab, O_RDWR) failed: No space Usually you can do the same old thing i.e. remove old files from /tmp. Usually deleting files older than 1 […]