WordPress Create Child Theme

A WordPress child theme is a theme that inherits the functionality of parent theme. Child theme allows you to modify, or add to the functionality of that parent theme. …

Awstats report send via email

  Is it possible to get Awstats to send a monthly report with some basic stats  to Email? Script to send last months AwStats report to an email address: …

Nginxcp Awstats Webalizer and Cpanel

If you have installed the nginxcp plugin on cpanel server, you probably have a problem with awstats or webalizer. If all statistics counter don’t work try the following to …

How to configure xcache on cpanel server

  To install Xcache on cpanel server, simply run easyapache and select xcache from php module. To configure Xcache open ” /usr/local/lib/php.ini ” with you preferred editor and set/change …

htaccess SuPHP php_value _flag php.ini

  On suphp servers  you should remove the lines from .htaccess file that begin with “php_value” and “php_flag”. You will need to add the settings that you want to …

Protect wordpress wp-login with ModSecurity

Protect your wordpress installation (wp-login.php) against brute force attack with ModSecurity. Login to your WHM as root Install Modsecurity  if it isn’t installed Go to the “Plugins” section. Click on “Mod Security” …

My root crontab not running

Very often the reason that crontab for root user is not working is a problem in the editor, which is being used on Linux.. This problem is that after the …