WordPress 3.9.2 Security Release

WordPress 3.9.2 is now accessible as a security release for all preceding variants. We encourage you to upgrade your websites instantly. This release fixes a potential denial of service …

WordPress 4.0 “Benny”

Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader Benny Goodman, is availableA for download or upgrade in your WordPress dashboard.A While 4.0 is simply …

How to register IDN domains?

How to register and purchase an IDN? An Internationalized Domain Name (IDN) is a domain name that may contain characters outside the ASCII character set. The IDN system allows …

Private Registration

  Private Registration hides your personal information and helps protect you against domain-related spam, identity theft, fraud, cyber-stalkers and much more. Don’t leave your personal information exposed any longer! …

How to install ssl in whm cpanel

  After certificate approval download SSL and intermediate certificate from within the SSL application. Install SSL – install Intermediate Certificates Open the WHManager –  click Activate  SSL Certificate in …

How to find good domain hacks

Domain hacks, are  domain names that combines domain levels to spell out the full title or name of the domain name. These type of domains spells out a word …

How to redirect non www to www

  There are still sites you cannot reach without using www in domain name. That is DNS configuration problem, but what if you find that your site is indexed …

How to disconnect Remote Desktop sessions

  Is there an easy way  to close a Remote Desktop sessions on a windows server? Open command prompt window (Programs / Accessories / Command Prompt ) and get …

How to Delete Existing WordPress Post Revisions

  To remove all existing post revisions entries from WordPress database Posts table, simply login to MySQL phpMyAdmin. Select the appropriate WordPress database, and then issue the following command: …

How to Add Default Content in WordPress Post

Open  WordPress theme’s functions.php file ( or child theme functions.php ) and paste the following code within the PHP tags. add_filter( 'default_content', 'my_editor_content' ); function my_editor_content( $content ) { …

Remove Text from Multiple Files

  Shell script to remove some text from multiple files Here is a small script that reads all *.txt  or all *.html, all *.php  files and delete all lines …

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 …