How To Get Domain Whois Information From Whois Servers With RR?
alex wu
alex298298 at yahoo.com
Sun Jan 29 08:48:53 EST 2006
Alex,
Thanks for your kind assistance. I replied my
difficulties to Eric in another email.
How do you solve the concerns I mentioned?
Thanks and best regards
Alex
--- Alex Tweedly <alex at tweedly.net> wrote:
> alex wu wrote:
>
> >Hello,
> >
> >I am thinking to use RR to get domain whois
> >information (mainly the domain expiry date) from
> the
> >domain whois servers. My idea is to monitor the
> >expiry date of a list of domains. When a stack
> open,
> >it will get the expiry date of the domains from the
> >corresponding whois servers.
> >
> >Anybody do that before? Or can anybody provide some
> >guidelines for me. I really have no idea how to
> get
> >started.
> >
> >
> >
> I did something like that, for a project that never
> got completed .... :-(
>
> script was very simple, something like
>
> put url
> "http://www.whois.net/whois.cgi2?d=tweedly.net" into
> tData
> put lineOffset( "<pre>", tData) into t
> delete line 1 to t of tData
> put lineOffset("</pre>", tData) into t
> delete line t to -1 of tData
> put tData after msg
>
> probably with some error checking added :-)
>
> --
> Alex Tweedly http://www.tweedly.net
>
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.375 / Virus Database: 267.14.23/243 -
> Release Date: 27/01/2006
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and
> manage your subscription preferences:
>
http://lists.runrev.com/mailman/listinfo/use-revolution
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the use-livecode
mailing list