Jump to content

Disable ability to Registrar Lock


lemongrass

Recommended Posts

Hi!

Is there a way to prevent my clients from applying the Registrar Lock or for the red banner saying they have not enabled it from coming up - mainly for .au domains

 

The reason is apparently when a Registrar Lock is placed on a .au domain it prevents the domain from propagating and in effect removes the domain from the net.

 

One of my clients locked all their domains Sunday and then all their domains and websites and emails stopped working. The registrar said it was the host and after a day escalating it further up the host said it was the registrar - the registrar said Yes the domain is locked which prevents propagation!

 

Here's what they said: Locking a .au domain name will cause the DNS delegation to stop working properly.

 

They said it is an `issue'.

 

So I'm guessing I have to edit a page to prevent the message coming up - which page would I edit!

 

Ernie

Link to comment
Share on other sites

Locking a domain (even a .au) doesnt stop it propogating (although with au's it does stop _all_ amendments to it, which is often *not* what you expect to happen) - so I think you're being fed bull-droppings about the "problem" you had

 

the file to edit is clienareadomaindetails.tpl, i'd suggest adding


{php}
$dontshowlockstatus = array("asn.au","com.au","edu.au","org.au","net.au","id.au","co.uk","org.uk","ltd.uk","plc.uk","me.uk",".net.uk",".ac.uk",".sch.uk",".nhs.uk",".gov.uk");
$this->assign("dontshowlockstatus", $dontshowlockstatus);
{/php}

{if !$tld|in_array:$dontshowlockstatus}

before the

{if $lockstatus}

and an extra closing if after the block

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated