Doug Friend wrote: > > You can also script via the RWI and do the lock without the auth code if > required. Could take a while though... >
And please make sure you run it against batch.opensrs.net :) (I'm not filling in for Chuck, but there had to be at least one Daminato post this week....) > Quoting Mark Jeftovic <[EMAIL PROTECTED]>: > > > > > No, we used this to lock all our current registrations. We wrote > > a script which looped through our domains and run this command. > > > > Of course, you need the auth info on each domain to do that. > > > > -mark > > > > On Wed, 27 Mar 2002, Alex Brecher wrote: > > > > > This is for future domain registrations. How do we lock all previous > > > registrations ? > > > > > > 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: "Alex Brecher" <[EMAIL PROTECTED]> > > > Cc: <[EMAIL PROTECTED]> > > > Sent: Wednesday, March 27, 2002 9:29 AM > > > Subject: lock domains code (was Re: Domain Slamming in the Media) > > > > > > > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > -- > > mark jeftovic > > http://www.easydns.com > > http://mark.jeftovic.net > > > > -- Adrian Daminato Senior System Administrator, Tucows Inc. One's real life is often the life that one does not lead. -- Oscar Wilde
