Domain Verlängerungen

Gehen spezifische Verlängerungen Gebiet des Landes noch einmal zur Vorderfrontseite zurück. In vielen Ländern ist das Bewußtsein und der Wert der spezifischen Land-Code Oberseite-Niveau Gebiete beträchtlich gestiegen. Dieses ist …

Domain Whois Search and Domain Suggestions script

  Domain Whois Search and Domain Suggestions. Copy the HTML text below and add to your site: <p><iframe height=”545″ frameborder=”0″ width=”99%” scrolling=”auto” src=”https://www.dooot.com/dns/whsrc/”> </iframe></p>  

9 Rules for Choosing the Right Domain Name

Make the Domain Unique Having your website confused with a popular site already owned by someone else is a recipe for disaster. Thus, I never choose domains that are …

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 …