On Tue, 26 Mar 2002, Alex Brecher wrote:
> I might have missed this......but how exactly do we lock all current domains > ? Is there a script we have to run ? > We wrote our own script. If you are using the PHP OpenSRS client that Colin here developed and maintains (which he put on sourceforge at http://sourceforge.net/projects/opensrs-php/), its a simple matter: $cmd = array( 'action' => 'modify', 'object' => 'domain', 'cookie' => $your_cookie, 'attributes' => array( 'data' => 'status', 'lock_state' => $lock_state, ) ); This assumes you've already set your cookie and authenticated. It took a long time to loop through all of them. We now run a batch job every night to lock anything that came on or transferred in during the day. -mark > Best Regards, > > Alex Brecher > > Visit us at http://www.SuccessfulHosting.com > > Register your own domain name for only $14.99 per year at > http://DiscountDomainRegistry.com ! > ----- Original Message ----- > From: "Mark Jeftovic" <[EMAIL PROTECTED]> > To: "Tony" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, March 26, 2002 2:27 PM > Subject: Re: Domain Slamming in the Media > > > > > > We're about to issue an advisory to our users (after setting domain > > locks on all domains and integrating lock/unlock into our interface) > > > > Does anybody have a scan of the Domain Registry of America "invoices" > > online anywhere? > > > > We have Verisign and Domain Registry of Canada already.... > > > > -mark > > > > On Tue, 26 Mar 2002, Tony wrote: > > > > > Good Job Mr. Walsh in bringing this story out in the open. You're all > > > over the news. > > > > > > Tony > > > > > > http://www.isp-planet.com/news/2001/vrsn_domain_slamming.html > > > > > > http://www.internetnews.com/isp-news/article/0,,8_805601,00.html > > > > > > > http://siliconvalley.internet.com/news/article/0,2198,3531_805601,00.html > > > > > > > > > > > > > > > > > > Tony D. Baker - President > > > 918-495-1212 > > > [EMAIL PROTECTED] > > > http://www.DreamStarGroup.com > > > > > > ==New Media Marketing > > > ==Domain Names & Renewal > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > mark jeftovic > > http://www.easydns.com > > http://mark.jeftovic.net > > > > > -- mark jeftovic http://www.easydns.com http://mark.jeftovic.net
