[Ispworks-users] update_ns_stats.php & aussie domains
Status: Beta
Brought to you by:
marlow
|
From: Mick P. <lu...@lu...> - 2004-04-22 05:44:23
|
Hi list.
I am in Australia therefore most of my domains are 2LD's ie .com.au, .net.au
The function below treats these as "sub-domains"
> // is this a subdomain ?
> if(strpos($domain, ".") < (strlen($domain)-5))
> {
> return "-";
> break;
> }
Any idea how to get update_ns_stats.php working for Aussie domains ??
I have the latest cvs of update_ns_stats.php and It works fine on non-AU domains.
I have added a section in the case statement for .au and used the server of ns1.ausregistry.net.
I am now lost. I believ it lies with the above funstion that stops this working for me !!
Regards
Mick Pollard ( lunix )
|