Re: How To Get Domain Whois Information From Whois Servers With RR?

2006-01-29 Thread alex wu
Eric,

Thanks for your great assistance!  I played around for
some domains and found that this projects might be
quite complicated for me.  Here's what I found:

1. The output of the whois (tUrl) has a lot of format
with different domain names:

Some use Expiration date:

Some use Expiry Date.

Some use Record expires on 

Some do not mention the expiry date at all

Some use Connection refused connecting to
whois.bulkregister.com

Some use The domain name you have requested is
registered with Network Solutions.
VeriSign WHOIS:
http://www.networksolutions.com/en_US/whois/index.jhtml;

Etc... etc... etc 

2. Different domain extensions (e.g. .info, .ws, .tv,
etc...) use different whois servers. I need to find
out all whois servers!

Thanks and best regards

Alex

--- Eric Chatonet [EMAIL PROTECTED]
wrote:

 Hi Alex,
 
 It's very easy :-)
 
 function Expire pDomainName
local tUrl
-
put url (http://www.whois.net/whois.cgi2?d=; 
 pDomainName) into  
 tUrl
return line lineoffset (expires,tUrl) of tUrl
 end Expire
 
 And, for instance:
 
 put Expire(runrev.com) into tDeadLine
 
 Le 28 janv. 06 à 12:01, alex wu a écrit :
 
  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.
 
 Best Regards from Paris,
 Eric Chatonet


 
 --
 http://www.sosmartsoftware.com/   
 [EMAIL PROTECTED]/
 
 
 ___
 use-revolution mailing list
 use-revolution@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 
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How To Get Domain Whois Information From Whois Servers With RR?

2006-01-29 Thread alex wu
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 [EMAIL PROTECTED] 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@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 
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How To Get Domain Whois Information From Whois Servers With RR?

2006-01-29 Thread Eric Chatonet

Hi Alex,

I did not dug in :-(
It's a pity...
May be you could test a string existence like expir and extract the  
date from the line if expir is found?

Test also for networksolutions, other extensions, and act accordingly...
Otherwise tell Not available?
Not really enjoying.

Le 29 janv. 06 à 14:42, alex wu a écrit :


Eric,

Thanks for your great assistance!  I played around for
some domains and found that this projects might be
quite complicated for me.  Here's what I found:

1. The output of the whois (tUrl) has a lot of format
with different domain names:

Some use Expiration date:

Some use Expiry Date.

Some use Record expires on 

Some do not mention the expiry date at all

Some use Connection refused connecting to
whois.bulkregister.com

Some use The domain name you have requested is
registered with Network Solutions.
VeriSign WHOIS:
http://www.networksolutions.com/en_US/whois/index.jhtml;

Etc... etc... etc

2. Different domain extensions (e.g. .info, .ws, .tv,
etc...) use different whois servers. I need to find
out all whois servers!

Thanks and best regards

Alex

--- Eric Chatonet [EMAIL PROTECTED]
wrote:


Hi Alex,

It's very easy :-)

function Expire pDomainName
   local tUrl
   -
   put url (http://www.whois.net/whois.cgi2?d=; 
pDomainName) into
tUrl
   return line lineoffset (expires,tUrl) of tUrl
end Expire

And, for instance:

put Expire(runrev.com) into tDeadLine

Le 28 janv. 06 à 12:01, alex wu a écrit :


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.


Best Regards from Paris,
Eric Chatonet

-- 
--


--
http://www.sosmartsoftware.com/
[EMAIL PROTECTED]/


___
use-revolution mailing list
use-revolution@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
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



Best Regards from Paris,
Eric Chatonet
 
--

http://www.sosmartsoftware.com/[EMAIL PROTECTED]/


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How To Get Domain Whois Information From Whois Servers With RR?

2006-01-29 Thread Phil Davis

Hi Alex,

Another approach that would take more work but would probably be more
reliable in the long run is to create a whois client app in Rev. It
would use the WHOIS internet protocol and interact directly with a WHOIS
server on port 43. That might enable you to bypass security issues
(on some WHOIS servers anyway).

You could probably start by learning about the WHOIS protocol from any
of the regular RFC repositories around the internet. Here are some 
starting places:

  http://www.faqs.org/rfcs/
  http://www.rfc-editor.org/rfc.html

Also it may be helpful to read the site of one WHOIS client publisher
I'm aware of (and I imagine there are others):
  http://www.geektools.com/

I realize this may be an idea whose time has not yet come, but it is at
least another approach to getting WHOIS info.

Best to you -
Phil Davis



alex wu wrote:

Eric,

Thanks for your great assistance!  I played around for some domains
and found that this projects might be quite complicated for me.
Here's what I found:

1. The output of the whois (tUrl) has a lot of format with different
domain names:

Some use Expiration date:

Some use Expiry Date.

Some use Record expires on 

Some do not mention the expiry date at all

Some use Connection refused connecting to whois.bulkregister.com

Some use The domain name you have requested is registered with
Network Solutions. VeriSign WHOIS: 
http://www.networksolutions.com/en_US/whois/index.jhtml;


Etc... etc... etc

2. Different domain extensions (e.g. .info, .ws, .tv, etc...) use
different whois servers. I need to find out all whois servers!

Thanks and best regards

Alex

--- Eric Chatonet [EMAIL PROTECTED] wrote:



Hi Alex,

It's very easy :-)

function Expire pDomainName local tUrl - put url
(http://www.whois.net/whois.cgi2?d=;  pDomainName) into tUrl 
return line lineoffset (expires,tUrl) of tUrl end Expire


And, for instance:

put Expire(runrev.com) into tDeadLine

Le 28 janv. 06 à 12:01, alex wu a écrit :



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.


Best Regards from Paris, Eric Chatonet


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How To Get Domain Whois Information From Whois Servers With RR?

2006-01-29 Thread Stephen Barncard

or use the shell command! At least on MacOSx! But I like the idea of a

revWHOISlib!


Hi Alex,

Another approach that would take more work but would probably be more
reliable in the long run is to create a whois client app in Rev. It
would use the WHOIS internet protocol and interact directly with a WHOIS
server on port 43. That might enable you to bypass security issues
(on some WHOIS servers anyway).


...


Phil Davis



--
stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How To Get Domain Whois Information From Whois Servers With RR?

2006-01-29 Thread Alex Tweedly

alex wu wrote:


Alex,

Thanks for your kind assistance.  I replied my
difficulties to Eric in another email.

How do you solve the concerns I mentioned? 

 

Sorry, I'm afraid I didn't hit, far less solve, those problems. My 
project was only interested in a small number of domain names - all 
either .net or .com - and they all had the same server and same returned 
format.




--
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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


How To Get Domain Whois Information From Whois Servers With RR?

2006-01-28 Thread alex wu
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.

Thanks and best regards

Alex

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How To Get Domain Whois Information From Whois Servers With RR?

2006-01-28 Thread Eric Chatonet

Hi Alex,

It's very easy :-)

function Expire pDomainName
  local tUrl
  -
  put url (http://www.whois.net/whois.cgi2?d=;  pDomainName) into  
tUrl

  return line lineoffset (expires,tUrl) of tUrl
end Expire

And, for instance:

put Expire(runrev.com) into tDeadLine

Le 28 janv. 06 à 12:01, alex wu a écrit :


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.


Best Regards from Paris,
Eric Chatonet
 
--

http://www.sosmartsoftware.com/[EMAIL PROTECTED]/


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How To Get Domain Whois Information From Whois Servers With RR?

2006-01-28 Thread Alex Tweedly

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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution