Softnik Technologies - Business Strategy Software

Business Strategy Software

 
 
 

August 28, 2008

Internationalized domain name (IDN) Support for Domain Punch Pro – Beta Download


A beta build of Domain Punch Professional v2 with support for Internationalized Domain Names (IDN) is now available.

Click here to download Domain Punch Pro Build 08-27-2008 (beta).

Please see the previous blog entry for a screen shot and additional information.

You can add domain names or words in non-English languages and the software will accept these as valid domain names. When you do a whois or DNS lookup the software will automatically convert these into their Punycode format and then do the lookup.

Please note that other lookups like web visibility, trademark check etc. will not function properly for domain names in non English languages.

Support for IDN may be turned off from the "Config > App Settings" dialog. This may be required if you want to make sure that the software accepts only ASCII domain names.



 
 
 
 

 

August 26, 2008

Internationalized domain name (IDN) support for Domain Punch Pro and Watch My Domains


We are working on an important update of our domain name management software products that will bring in support for internationalized domain names (IDN). You will now be able to add international domain names directly into the software! No messy IDN / Punycode conversions!

See the screen shot below!

IDN suppot in Domain Punch products

The updated versions will be available before month-end (August 2008) or early September 2008.

(more…)



 
 
 
 

 

August 11, 2008

Use Web Forms Manager To Quickly Access Your Domain Registrar or Hosting Accounts


We have updated and improved the Domain Management option that was available in older versions of Watch My Domains ISP and Domain Punch Professional. This has been replaced with what we now call the "Web Forms Manager".

What is Web Forms Manager?

Web Forms Manager is a tool for quickly logging into your registrar management account, web hosting interface or any other on-line resource. 

Some setup is required for this.

You need to know the POST URL and the POST data variable names. If you have some knowledge of HTML you can quickly inspect the HTML source of the web page in question and create a compatible setting within Domain Punch Pro or Watch My Domains ISP.

Web Forms Manager

How To Access Web Forms Manager?

To access the Web Forms Manager, right click on any domain and select "Web Forms Manager" from the menu. By highlighting a domain before invoking the Web Forms Manager, you will have access to any of the record values for that domain as a parameter in the POST data.

For example, If you highlight softnik.com and invoke the Web Forms Manager, you can use {Domain} as an entry in the POST data. The software will automatically replace {Domain} with softnik.com. If you use {Registry Expiry} as a POST data, it will be replaced with the actual registry expiry date when the web form is invoked.

See the list under the Allowed Merge Fields list to see all the allowed merge parameters.

Adding Your own Merge Fields

You can add custom merge fields to the list. These appear within a pair of [] and can be used within the POST data.

Here is an example setting for Tucows.

URL: https://manage.opensrs.net/index

Post Data:
reg_domain={domain}
reg_username=[Tucows Login]
reg_password=[Tucows Password]
action=login

You need to add two custom merge Fields called Tucows Login and Tucows Password (and set the values to your actual login name and password) to use the above settings.

Limitations and a Warning!

The Web Forms manager will not work on sites that use extensive Java script or use complicated session management. It will also not work if your registry settings have been changed to prevent access to Internet Explorer through the Windows shell API.

Please don’t setup your actual login names and passwords in computers that are not secure. If you do it anyone can run Domain Punch Pro or Watch My Domains ISP on that computer to access your domain registrar account!

Checking the POST Data

You can quickly check if the POST variables are being posted properly by creating a simple PHP script containing the following one line entry.

<?php print_r($_POST); ?>

Upload it to your server and change the URL in the Web Forms Manager to your test URL. Click the Run button and your script will display all the POST data values. Use it to find problems with the settings in Web Forms Manager.



 
 
 
 

 

August 7, 2008

Are your domain name servers (DNS) vulnerable?


The Internet Assigned Numbers Authority (IANA) has issued warnings about a dangerous vulnerability affecting DNS servers. This is a form of cache poisoning where the vulnerable server is made to provide wrong data.

IANA has released an on-line tool to test if the domain servers for your domain is vulnerable. You can find it at

http://recursive.iana.org/

This is not something to ignore. Many of you with self managed dedicated and VPS web servers are going to find that your DNS servers are vulnerable!

Please check all your domain names today and take measures to fix the problem, if any. More details are available at the IANA website FAQ and the US Computer Emergency Response Team (CERT) vulnerability note VU#800113.



Filed under: Domain Name Strategy,Quick Tips — admin @ 3:06 pm
 
 
 
 

 

August 6, 2008

Generate an Email Alert When Your Domain Name Records are Altered


Domain Punch Professional and Watch My Domains ISP support generation of alerts when the domain name records are modified. The following domain record entries are monitored.

  • Registrar
  • Domain Status
  • Owner / Registrant Name
  • Name Servers
  • Expiry Date
  • Creation Date
  • Last Updated Date

You can enable the domain name alerts from the "Config > Setup > Domain Alerts" ribbon button. Please see the screen shot below.

Alerts on Domain Name Record Change

You can have the software sent you an email alert or execute a pre-configured script on your web server. You will need to specify an SMTP server for receiving the email. If this doesn’t work for you (some ISPs block or limit email functionality) you can always use the web-script option to email yourself. Please see this user guide article for more details.



Filed under: Domain Name Strategy,Software Features and Support — admin @ 9:12 pm