BBC reports that website owners in China will have to register their websites / domains and provide information about it’s contents to the government. ISPs have to meet each and every website owner in person and collect photo ids!
February 25, 2010
January 7, 2010
No More CN Domain Registrations through Overseas Registrars
CNNIC, the official registry for .CN, has temporarily stopped overseas registrars from offering .CN domains. The ban is with effect from January 6, 2010.
This is supposedly because of difficulties with implementing the new registration application procedures.
Via Domain Name Wire
September 30, 2009
ICANN Gains Independence From US Control
The US Commerce Department and ICANN have entered into an “affirmation of commitments” that will see ICANN gaining some independence from US control over it’s operations.

Here are some quotes…
“DOC affirms its commitment to a multi-stakeholder, private sector led, bottom-up policy development model for DNS technical coordination that acts for the benefit of global Internet users…”
“DOC recognizes the importance of global Internet users being able to use the Internet in their local languages and character sets, and endorses the rapid introduction of internationalized country code top level domain names (ccTLDs)…”
August 27, 2009
Freeware Rewind: Filter Domain Names From Large Lists
Domain Name Filter is a free software we released many years ago. Don’t let it’s age fool you, it is an “ever-green” domain name tool.
You need Domain Name Filter if you work with large lists of domain names. You can use it to pick domain names that contain specific keywords at the start, end or in the middle, filter domain names based on the length (domains longer than 5 characters, shorter than 25 characters, etc.) and so on.
August 20, 2009
Why is the Registrar Expiry Date Column Empty for Some Domains in Domain Punch Pro and Watch My Domains?
We often get this question from customers who use one of our domain name portfolio management software.
The reason is that the whois databases are operated based on a thick model or a thin model. In the thick model, one whois server provides all the data corresponding to the domains. This model is used by ORG, BIZ, INFO, etc.
In the thin model there are two whois servers. The first whois server (at the registry) provides only the basic details regarding a domain. It then points to the actual whois server that can provide full authoritative information. The second whois server (maintained by the registrar) has to be queried to get all the relevant data.
The thin model is used by “.com” and “.net” registries. So, for these domains there are two different whois queries there are two different expiry dates. In 99% of the cases these will be the same. However, in some cases this will be different and you may need to contact the registrar to fix any discrepancies.
For registries that use the thick model (org, biz, info, etc.) and for ccTLDs (country code TLDs), the software will only display the registry expiry dates. The registrar expiry column will be blank.
For registries that use the thin model, the software will display expiry dates corresponding to the two whois servers. These are labeled registry expiry and registrar expiry.
August 18, 2009
Using SQL Queries To Find, Display and Update Domains in Watch My Domains ISP Database
The single most powerful feature in Watch My Domains ISP is the use of SQL queries to find, display and update domains.
You can also use SQL queries to lookup domains. The SQL options are accessible from the two ribbon-bar buttons (SQL Display & SQL Lookup). The software comes with a number of pre-created queries. You can add your own SQL queries to the list and access them with a single click.
Here is a simple SQL query to display all domains that have the word free in them.
SELECT * FROM [Domains] WHERE [Domain] LIKE ‘%free%’
Since, in Watch My Domains ISP, the first part of the query (SELECT * FROM [Domains]) is always the same, you can skip typing it in. So, the following will work.
[Domain] LIKE ‘%free%’
If you want to display only the domains that start with free, use the following
[Domain] LIKE ‘free%’
To display all domains that expire on 11/30/2009, use
[Registry Expiry] = #2009-11-30# ORDER BY [Registry Expiry]
Please note that the date format is in yyyy-mm-dd and that the date should be enclosed within a pair of #.
To find all domains that expire before 30 days from now, use
[Registry Expiry] < #[TODAY+30]# ORDER BY [Registry Expiry]
Please note that “TODAY” is not part of regular SQL. This is an extension added in Watch My Domains ISP to make things a little easier.
August 17, 2009
Registrars could lose ICANN Accreditation For Not Providing Port 43 Whois Server!

Earlier this month three domain name registrars lost their ICANN accreditation. What is interesting is that one of them (South American Domains dba NameFrog.Com) lost it because they had not provided a valid port 43 whois server and an interactive web page for whois queries.
According the letter from ICANN, South American Domains did restore the port 43 whois server but not the web based query tool.
Read the original letters sent by ICANN.
[via < Domain Name News < DNXpert.Com]
August 8, 2009
Quick Tip: How To Manually Enter The Domain Dates and Other Data into Domain Punch Pro or Watch My Domains
It is not possible to obtain every piece of data corresponding to domains automatically. For example, the expiry date is not part of the port 43 whois out for EU domains. In such cases you need to manually enter the data into software like Domain Punch Pro and Watch My Domains.
You can do this using the details tab in the lower display pane (next to the raw whois data).
Write Protecting Domain Records
Whenever you manually enter or edit any data, the software will automatically write-protect that domain record (you can change this behavior from the “application settings” dialog) . This is to prevent manually edited data from getting over-written due to a whois lookup.
Write protected domains will display a [] around the index number for the domain (the “#” column). A ~ in the “# column” indicates that the domain record was manually altered.
To enable the lookup of a write-protected domain, you should unset the write-protection. You can do this by right clicking the domain and selecting appropriate menu option. You can also do this from the details tab by removing the check from the “write-protect” box.
August 4, 2009
Domain Name Theft: First Ever Criminal Prosecution
Domain Name News has reported the first ever criminal prosecution case for domain name theft.
The case involves the alleged theft of the domain p2p.com by the accused Daniel Goncalves. He reportedly hacked into an AOL email account and then used it to internally push the domain name to his account at GoDaddy. The domain was subsequently sold on eBay for $111,000 to Mark Madsen, NBA basketball player.
On July 30th, Daniel Goncalves was arrested at his home in New Jersey.
August 1, 2009
Quick Tip: Backup Your Domain Punch Pro / Watch My Domains Projects
Domain Punch Professional v2 / Watch My Domains Pro / ISP saves the documents as projects. You can save the entire data to different projects and load them again using the “Project > Save” and “Project > Open” menu options.
Each project consists of multiple files. So the software creates a directory for each one. You can specify a data store path which will become the root directory where all projects are stored.

You should set your data store path just once. If you change the path often the software will create project files at different locations and this will make managing your backups very difficult.
To backup your project files, simply save the entire contents of your data store path to to wherever your backups are stored. You can use the “Save > Set Data Store Path” ribbon bar button to find the actual path that should be backed up.
By default, the data store path is “My Documents/My Domain Records/“




