Lookup Domain

.comUSD $8.95 .netUSD $8.95 .orgUSD $8.95

Login

1820 Members
0 Members Online
0 Guests Online
3733 Downloads
121403 Domains Served
FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
.nl max. uses issue (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: .nl max. uses issue
#106
cor_lw (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
.nl max. uses issue 8 Months ago Karma: 0  
Hi,

Great start for a soon to be great component.

I found a little bug:

With .nl dutch domainnames you have to deal with the maximum of domain checks per day.

You have to use the "Is" parameter.

Something I use for MrWhois:

Code:

function nlwhois($dom,$domt,&$regdet) { if ($regdet=="*"«») { $regdet=""; $connection=@fsockopen("whois.domain-registry.nl",43,$errorno,$errordesc); if ($connection) { fputs($connection,"Is ".$dom.$domt."\r\n"«»); while(!feof($connection)) { $regdet[]=fgets($connection,255); } fclose($connection); if (count($regdet)<1) return(5); $registered=1; for($index=0;$index<count($regdet);$index++) { $lne=strtolower($regdet[$index]); $pos=strpos($lne,"is free"«»); if (is_integer($pos)) { $registered=0; break; } } return($registered); } else return(5); }
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#110
admin (Admin)
Admin
Posts: 143
graph
User Online Now Click here to see the profile of this user
Re:.nl max. uses issue 8 Months ago Karma: 3  
Thanks friend,

This feature I shall include in the next release that is almost complete and shall be released within a day, so check back soon.

Admin
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Warning: fopen(/home/softuff/public_html/components/com_sef/cache/shCacheContent.php) [function.fopen]: failed to open stream: Permission denied in /home/softuff/public_html/components/com_sef/shCache.php on line 74