Acutally Mike this is pretty simple to do.  For each active domain retrieve the
page via the RWI.  There's some sample code that was posted on the discuss list
that shows you the hash structure to use.  

Doug.
Quoting Mike Allen <[EMAIL PROTECTED]>:

> If anyone writes some code that will lock all current domains registered
> for
> a provider, I would be most interested. This is a script that would be
> in
> great demand I think. Let me know if their is a cost involved. We are so
> stacked with work that I am scared to even try a task like that right
> now,
> and on top of that I am as good at writing CGI files as I am at building
> an
> air plane. :) It would never move much less leave the ground.... ;)
> 
> 
> --
> Mike Allen, 4CheapDomains.Net
> [EMAIL PROTECTED]
> http://www.4CheapDomains.Net
> (812) 275-8425 - Office
> (815) 364-1278 - Fax
> ----- Original Message -----
> From: "Mark Jeftovic" <[EMAIL PROTECTED]>
> To: "Alex Brecher" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Wednesday, March 27, 2002 10:14 AM
> Subject: Re: lock domains code (was Re: Domain Slamming in the Media)
> 
> 
> >
> > 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
> >
> >
> 
> 

Reply via email to