ok here is my "script" if you need it so much :)))
just replace some of the =a, b, c, d and 1s with what you need.

#!/usr/bin/perl
open F,$ARGV[0];
while (<F>) {
  chomp;
  $r = 'http://moo.tucows.com/moo-bin/moo_reg.cgi?affiliate_id=&;
reg_username=a&reg_password=b&reg_domain=c.moo&reg_type=new&
bulk_order=0&period=1&domain='.$_.'.moo&owner_first_name=d&
owner_last_name=d&owner_org_name=d&owner_address1=d&
owner_address2=&owner_address3=&owner_city=d&owner_state=d&
owner_postal_code=1&owner_country=US&owner_email=d&
owner_phone=1&owner_fax=&billing_first_name=d&billing_last_name=d&
billing_org_name=d&billing_address1=d&billing_address2=&
billing_address3=&billing_city=d&billing_state=d&billing_postal_code=1&
billing_country=US&billing_email=d&billing_phone=1&billing_fax=&
p_cc_num=&p_cc_type=&p_cc_exp_mon=&p_cc_exp_yr=&action=register';
  `wget '$r' -q -O -`;
}
close F;

needs as an argument the name of the file containing the list of words.
6 lines of code. nah nah. :)
wget is something which is comming with redhat, if you don't have it
find it on the web somewhere.

regards,
doytchin
aka DoDs :))
http://www.dods.net
ICQ: 53000000
IQ: 180

:P

moo!

----- Original Message -----
From: Abhishek Rungta <[EMAIL PROTECTED]>
To: Doytchin Spiridonov <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, August 03, 2000 9:27 PM
Subject: Unfair ;) DotMOO conquest


> Hello Doytchin,
>
> unfair !!
> we need the tool as well. did you scripted it in perl ?
> anyways have a nice time with that. Keep it ready for the D-Day ;) when
new
> TLD's gets started. Give them a warm welcome!
>
> Regards
> Abhishek Rungta
> Indus Net Technologies
> Phone : 91-33-2201718   2210896
> http://www.talash.net
> ! Outsource your web development to us !
>
> ----- Original Message -----
> From: Doytchin Spiridonov <[EMAIL PROTECTED]>
> To: David Harris <[EMAIL PROTECTED]>
> Cc: Marc Schneiders <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Thursday, August 03, 2000 7:27 PM
> Subject: Re: DotMOO conquest
>
>
> > oho! .moo is fixed :)
> > my improved tool gives me 100 domain per 60 seconds.
> > so let me find where is my database with 150,000 english words.
> > :)
> > regards,
> > doytchin
> >
> >
> > David Harris wrote:
> >
> > > No, the script is fine. The problems I ran into were: (1) I couldn't
> make a TCP
> > > connection to moo.tucows.com from one particular machine, and (2) from
> the
> > > other machine after a little while every domain I registered came back
> > > "taken".. and it took forever to tell me that.
> > >
> > > For the heck of it, I just re-enabled my script. (I already wasted the
> time in
> > > creating the script.) It's now grabbing 6 domains every 60 seconds. If
> it
> > > throws an error and stops working I don't care, I'm just curious to
see
> how
> > > long things go before that happens. :-)
> > >
> > > If anybody at OpenSRS thinks this is a problem, just let me know.
> > >
> > > David
> > >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On
> > > Behalf Of Marc Schneiders
> > > Sent: Thursday, August 03, 2000 11:24 AM
> > > To: David Harris
> > > Cc: [EMAIL PROTECTED]
> > > Subject: RE: DotMOO conquest
> > >
> > > On Wed, 2 Aug 2000, David Harris wrote:
> > >
> > > >
> > > > Wrote a little bit of software.... Got 1203 .moo domains,
registering
> a chunk
> > > > of 20 every 40 seconds with a single thread... now I can't ping
> > > moo.tucows.com
> > > > from that server anymore (but I can ping www.tucows.com).. get weird
> errors
> > > > trying to run the same script from another internet connection..
> > >
> > > You'd have to tweak the script a bit then maybe for the real landrun
> after
> > > Xmas :-)
> > >
> > > > My recommendation: spend your valuable time on something else. :-)
> > >
> > > You do not want to practice to get business.biz and web.web?
> > >
> > > --
> > > Marc Schneiders ------- Venster - http://www.venster.nl
> > >  [EMAIL PROTECTED] - [EMAIL PROTECTED] - [EMAIL PROTECTED]
> > > My best domain name? The latest! - http://www.anarX.org
> >
> >
>

Reply via email to