MRWhois v. 4.0 Pro (commercial)
For all of you who would like to have the facility of checking your local tld, I created a Pro version of MRWhois. Unfortunately, this version is not freeware. But from the other hand, I do not intend to make a huge profit on anyone. The price I ask is just an equivalence of few pints of beer - you'll have just few pints less in your life and it will help me to maintain dedicated server hosting and development costs.
Features
Pro version includes ALL facilities of MRWhois Lite, plus:
- almost 300 different tlds from all over the world, including all USA and all European tlds (fully customisable, instructions provided), now including .EU! (Thanks Peter!)
- EASY adding ANY tlds when they become available
- possibility to use different register/affiliate links for different tld's
- changeable display of tld's in a search window: radio buttons for a small number of tld's or drop down list for larger numbers
- free unlimited upgrades (sent automatically when released)
- full 24/7 e-mail support
- FULL, unique support for ".name" tld's
- MUCH, MUCH FASTER than freeware version
- UNLIMITED CHECKING AT RESTRICTED SERVERS
(i.e. ".nl", ".pl" etc.) - UNLIMITED CHECKING AT NON-PUBLICLY ACCESSIBLE SERVERS
(i.e. ".hr"). - NEW! definable output - you can now use the script to parse available domains to the external file, for example shopping cart
Buying
Price: £7.99 ( Currency converter )
Click here to go to ordering page
DEMO
All demo pages open in separate window.
Demo 1 - radio buttons, .name lookup enabled, different affiliate links
Demo 2 - as above but with drop down list
Demo 3 - only .ag domains enabled
Demo 4
- with checkboxes on a result page for further processing
NOTE: I do not provide or support any shopping carts / order forms. If you want to use further processing facility,
you will have to build your order form yourself. My script provides only the output.
More country specific demos here
SYSTEM REQUIREMENTS:
The script can use three different engines to perform domain names checking:
1. Uses checkdnsrr() php function (available with all PHP versions running on Linux servers).
In other words, if you have a Linux server, the script shoud work straight out of the box in its default mode.
Unfortunately, its not supported by PHP on Windows servers.
2. Uses nslookup command. This should work on most Linux and Windows servers, but you
need to make sure that "disable_functions" variable in your php.ini file does not include "exec()"
function. Also, if you have "safe_mode = On" in your php.ini, you may need to add a path (where the
nslookup is located) to "safe_mode_exec_dir" variable. Otherwise, the script will not work properly.
3. Uses a direct communication with whois servers. This should always work and it is platform
independent although it's slower than two above methods.