[CF-Talk] RE: WHOIS queries

2000-09-18 Thread seth ward

excellent!

this tool is cool

and thanks for all your help guys.

-Original Message-
From: lsellers [mailto:[EMAIL PROTECTED]]
Sent: 18 September 2000 15:23
To: [EMAIL PROTECTED]
Subject: RE: WHOIS queries



> I've decided to try the CFX_NICNAME tag; I've installed this and it
> looks like exactly what I'm looking for, but I am getting connection
> errors, whichever host I try to use.
>
> Does this code use non-standard ports or any other techniques that may
> be causing problems through our firewall (not being a programmer, I
> can't tell from the source code).

Uses the port defined by RFC for who is servers. Uses BSD friendly
sockets
code (not the flakey windows stuff). I've got it tied into a form on my
localhost page. ;-) Just used it. Works fine.

Do you have a firewall up perhaps? Oh wait.  You just said you did. :)
Um...
port 43 is used for all nicname servers. You'll need to open that up.

--min


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.


This message has been checked for all known viruses, by Star Internet, 
delivered through the MessageLabs Virus Control Centre. 
For further information visit:
http://www.star.net.uk/stats.asp



This message has been checked for all known viruses, by Star Internet,
delivered through the MessageLabs Virus Control Centre.
For further information visit:
http://www.star.net.uk/stats.asp

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: WHOIS queries - see Fusioneers.com

2000-09-18 Thread Mark Warrick

Check out the DNS Lookup Utility on Fusioneers.com.  Give it a test run, see how you 
like it.  Let me know if you want it privately.

--
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--


> -Original Message-
> From: seth ward [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 17, 2000 3:13 PM
> To: [EMAIL PROTECTED]
> Subject: WHOIS queries
> 
> 
> What's the most efficient way of running a WHOIS for a domain name
> searching website using Coldfusion?
> 
> I know I can use CFHTTP to plug into the registrar's facility, but can I
> not use a command-line facility or something else to get faster results?
> 
> Seth
> 
> 
> This message has been checked for all known viruses, by Star Internet, 
> delivered through the MessageLabs Virus Control Centre. 
> For further information visit:
> http://www.star.net.uk/stats.asp
> 
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=sts&body=sts/cf_tal
> k or send a message to [EMAIL PROTECTED] with 
> 'unsubscribe' in the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: WHOIS queries

2000-09-18 Thread lsellers


> I've decided to try the CFX_NICNAME tag; I've installed this and it
> looks like exactly what I'm looking for, but I am getting connection
> errors, whichever host I try to use.
>
> Does this code use non-standard ports or any other techniques that may
> be causing problems through our firewall (not being a programmer, I
> can't tell from the source code).

Uses the port defined by RFC for who is servers. Uses BSD friendly sockets
code (not the flakey windows stuff). I've got it tied into a form on my
localhost page. ;-) Just used it. Works fine.

Do you have a firewall up perhaps? Oh wait.  You just said you did. :) Um...
port 43 is used for all nicname servers. You'll need to open that up.

--min

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: WHOIS queries

2000-09-18 Thread seth ward

I've decided to try the CFX_NICNAME tag; I've installed this and it
looks like exactly what I'm looking for, but I am getting connection
errors, whichever host I try to use.

Does this code use non-standard ports or any other techniques that may
be causing problems through our firewall (not being a programmer, I
can't tell from the source code).




-Original Message-
From: lsellers [mailto:[EMAIL PROTECTED]]
Sent: 18 September 2000 03:42
To: [EMAIL PROTECTED]
Subject: RE: WHOIS queries



> You can try CFX_NicName from 
> http://www.intrafoundation.com/freeware.html or
> cfx_odswhois from http://www.coolfusion.com/cfx_odswhois.cfm.  Both
are
> freeware and the first one comes with source...

It's not pretty source code, but... hey.

-fat albert


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.


This message has been checked for all known viruses, by Star Internet, 
delivered through the MessageLabs Virus Control Centre. 
For further information visit:
http://www.star.net.uk/stats.asp



This message has been checked for all known viruses, by Star Internet,
delivered through the MessageLabs Virus Control Centre.
For further information visit:
http://www.star.net.uk/stats.asp

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: WHOIS queries

2000-09-17 Thread lsellers


> You can try CFX_NicName from 
> http://www.intrafoundation.com/freeware.html or
> cfx_odswhois from http://www.coolfusion.com/cfx_odswhois.cfm.  Both are
> freeware and the first one comes with source...

It's not pretty source code, but... hey.

-fat albert

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: WHOIS queries

2000-09-17 Thread lsellers


> What's the most efficient way of running a WHOIS for a domain name
> searching website using Coldfusion?
>
> I know I can use CFHTTP to plug into the registrar's facility, but can I
> not use a command-line facility or something else to get faster results?

If you want to talk DIRECTLY to a whois (or offically a "nicname") server
you can use tcp or udp. It's a simple process. You open a tcp connection,
send it the keyword you wish to look up, it sends you back the results,
connection closes. That's that.

You can use my CFX_TCPClient to roll your own, or use my already built
CFX_Nicname. CFX_Nicname uses tcp. You could convert to UDP to save the
maximum amount of bandwidth, but as udp doesn't have error correction,
that's generally a bit of a hassle.

This is as fast and tight as you can go.

--min

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: WHOIS queries

2000-09-17 Thread pan


From: "seth ward" <[EMAIL PROTECTED]>


> What's the most efficient way of running a WHOIS for a domain name
> searching website using Coldfusion?
> 
> I know I can use CFHTTP to plug into the registrar's facility, but can I
> not use a command-line facility or something else to get faster results?
> 

www.geektools.com

You can get their whois proxy sourcecode - it's the best tool as it
is written to automatically do the lookups in the proper registry 



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: WHOIS queries

2000-09-17 Thread Howie Hamlin

You can try CFX_NicName from http://www.intrafoundation.com/freeware.html or
cfx_odswhois from http://www.coolfusion.com/cfx_odswhois.cfm.  Both are
freeware and the first one comes with source...

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server

- Original Message -
From: "seth ward" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 17, 2000 6:12 PM
Subject: WHOIS queries


What's the most efficient way of running a WHOIS for a domain name
searching website using Coldfusion?

I know I can use CFHTTP to plug into the registrar's facility, but can I
not use a command-line facility or something else to get faster results?

Seth


This message has been checked for all known viruses, by Star Internet,
delivered through the MessageLabs Virus Control Centre.
For further information visit:
http://www.star.net.uk/stats.asp


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=sts&body=sts/cf_talk or send
a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



WHOIS queries

2000-09-17 Thread seth ward

What's the most efficient way of running a WHOIS for a domain name
searching website using Coldfusion?

I know I can use CFHTTP to plug into the registrar's facility, but can I
not use a command-line facility or something else to get faster results?

Seth


This message has been checked for all known viruses, by Star Internet,
delivered through the MessageLabs Virus Control Centre.
For further information visit:
http://www.star.net.uk/stats.asp

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.