RE: Coldfusion Looking Glass CFC

2005-12-22 Thread Tim Blair
> in the case of nominet, you have to do it via their website

Not true:

$ whois -h whois.nic.uk google.co.uk
[whois.nic.uk]

Domain name:
google.co.uk

Registrant:
Google Inc 


 
--
---
Badpen Tech - CF and web-tech: http://tech.badpen.com/
---
RAWNET LTD - independent digital media agency
"We are big, we are funny and we are clever!"
 New site launched at http://www.rawnet.com/
---
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of rawnet limited,
unless otherwise explicitly and independently indicated
by an authorised representative of rawnet limited.
---

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227511
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion Looking Glass CFC

2005-12-20 Thread Kym Kovan
Hi Russ,

Snake wrote:

>Well I'm wondering how do all these domain registration web sites do their
>whois all day long when other registrars limit the number of requests?
>  
>

The registrars are on a white-list so they don't get limited but, more 
relevantly, for most NICs there is another mechanism other than WHOIS to 
see if a domain name is available for registration which is what most 
WHOIS queries are usually about. Here in Oz our NIC has a dedicated 
telnet server running on a funny port that allows direct requests of 
domain name existence, you just feed it the domain name and it comes 
back with a (not)available response. That facility has no limits so 
resellers like us can use it as much as we want without worry.

To keep on topic we use min's TCPIP custom tag from the Internet Hosting 
Toolkit to do the telnet talking :-)

HTH,

Kym K



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227378
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Coldfusion Looking Glass CFC

2005-12-20 Thread Snake
Well I'm wondering how do all these domain registration web sites do their
whois all day long when other registrars limit the number of requests?

Russ 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 20 December 2005 17:48
To: CF-Talk
Subject: RE: Coldfusion Looking Glass CFC

The whois lookups are performed by the jwhois utility which has it's own
configuration for TLDs and obtains the first info from the internic server.
If the registrar is limiting the number of queries, there is not much we can
do about it. Here is an example output for google.com.

[Querying whois.internic.net]
[Redirected to whois.markmonitor.com]
[Querying whois.markmonitor.com]
[whois.markmonitor.com]
MarkMonitor.com - The Leader in Corporate Domain Management
--
For Global Domain Consolidation, Research & Intelligence, and Enterprise
DNS, go to: www.markmonitor.com
--

Thank you,

Michael





> How is WHOIS done, do we have to supply a whois server to use, or does 
> it directly query the registrars whois server for each TLD.
> Pretty much all registrars only allow xx number of whois lookups per 
> day, or in the case of nominet, you have to do it via their website
period.
> 
> Russ
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 19 December 2005 14:28
> To: CF-Talk
> Subject: Coldfusion Looking Glass CFC
> 
> Hello Everyone,
> 
> We have finished putting together a new component that performs ping, 
> traceroute, dig and whois lookups. If anybody is in need of a 
> coldfusion looking glass script:
> 
> http://www.maxnoc.com/support/kb/coldfusion_looking_glass.html
> 
> If you would like to see the cfc in action:
> 
> http://www.maxnoc.com/support/looking_glass.html
> 
> 
> Please do not forget to send your feedbacks,
> 
> Thank you,
> 
> Michael
> 
> 
> 
> 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227352
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Coldfusion Looking Glass CFC

2005-12-20 Thread cfteam
The whois lookups are performed by the jwhois utility which has it's own 
configuration for TLDs and obtains the first info from the internic server. If 
the registrar is limiting the number of queries, there is not much we can do 
about it. Here is an example output for google.com.

[Querying whois.internic.net]
[Redirected to whois.markmonitor.com]
[Querying whois.markmonitor.com]
[whois.markmonitor.com]
MarkMonitor.com - The Leader in Corporate Domain Management
--
For Global Domain Consolidation, Research & Intelligence,
and Enterprise DNS, go to: www.markmonitor.com
--

Thank you,

Michael





> How is WHOIS done, do we have to supply a whois server to use, or does it
> directly query the registrars whois server for each TLD.
> Pretty much all registrars only allow xx number of whois lookups per day, or
> in the case of nominet, you have to do it via their website period.
> 
> Russ 
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: 19 December 2005 14:28
> To: CF-Talk
> Subject: Coldfusion Looking Glass CFC
> 
> Hello Everyone,
> 
> We have finished putting together a new component that performs ping,
> traceroute, dig and whois lookups. If anybody is in need of a coldfusion
> looking glass script:
> 
> http://www.maxnoc.com/support/kb/coldfusion_looking_glass.html
> 
> If you would like to see the cfc in action:
> 
> http://www.maxnoc.com/support/looking_glass.html 
> 
> 
> Please do not forget to send your feedbacks,
> 
> Thank you,
> 
> Michael
> 
> 
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227346
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Coldfusion Looking Glass CFC

2005-12-20 Thread Snake
How is WHOIS done, do we have to supply a whois server to use, or does it
directly query the registrars whois server for each TLD.
Pretty much all registrars only allow xx number of whois lookups per day, or
in the case of nominet, you have to do it via their website period.

Russ 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 19 December 2005 14:28
To: CF-Talk
Subject: Coldfusion Looking Glass CFC

Hello Everyone,

We have finished putting together a new component that performs ping,
traceroute, dig and whois lookups. If anybody is in need of a coldfusion
looking glass script:

http://www.maxnoc.com/support/kb/coldfusion_looking_glass.html

If you would like to see the cfc in action:

http://www.maxnoc.com/support/looking_glass.html 


Please do not forget to send your feedbacks,

Thank you,

Michael



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227345
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Coldfusion Looking Glass CFC

2005-12-20 Thread Munson, Jacob
It seems to me that one could use server.os.name to make this dynamic,
so one cfc would work with all the major OSes. 

> -Original Message-
> From: Sean Corfield
>
> > OK, I modified it to work with OS X:
> 
> http://corfield.org/articles/lg.zip

-


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227329
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion Looking Glass CFC

2005-12-19 Thread Sean Corfield
On 12/19/05, dave <[EMAIL PROTECTED]> wrote:
> That link gives an error Sean

Thanx. I foolishly assumed that a file called lg.cfc.zip would be
downloadble but the lg.cfc part is being caught by the CF connector it
seems...

> OK, I modified it to work with OS X:

http://corfield.org/articles/lg.zip

That link actually works. I even tested it this time :)
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227316
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion Looking Glass CFC

2005-12-19 Thread dave
That link gives an error Sean

~Dave the disruptor~
good sites - make money getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: Sean Corfield <[EMAIL PROTECTED]>
Sent: Monday, December 19, 2005 7:03 PM
To: CF-Talk 
Subject: Re: Coldfusion Looking Glass CFC 

On 12/19/05, [EMAIL PROTECTED]  wrote:
> I haven't tested the cfc on linux os yet, but it should work. It's either 
> cfexecute or the java runtime object we use in the methods.

OK, I modified it to work with OS X:

http://corfield.org/articles/lg.cfc.zip
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227311
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion Looking Glass CFC

2005-12-19 Thread Sean Corfield
On 12/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I haven't tested the cfc on linux os yet, but it should work. It's either 
> cfexecute or the java runtime object we use in the methods.

OK, I modified it to work with OS X:

http://corfield.org/articles/lg.cfc.zip
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227306
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Coldfusion Looking Glass CFC

2005-12-19 Thread cfteam
Well, yes, the cfc download at the moment is setup for Windows Operating 
Systems, but you should be able to update the executable paths easily. I'll 
give it a try on Linux Os this weekend, and upload a linux version as well.

Thank you,

Michael



> I'm assuming that since the cfc has this for the ping command "ping.exe
> -n 4", it only runs on Windows.  I believe in Linux it would be "ping -c
> 4".  Probably the same for OS X, but not sure.
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> > Sent: Monday, December 19, 2005 3:55 PM
> > To: CF-Talk
> > Subject: Re: Coldfusion Looking Glass CFC
> > 
> > Hi Sean,
> > 
> > I haven't tested the cfc on linux os yet, but it should work. 
> > It's either cfexecute or the java runtime object we use in 
> > the methods.
> > 
> > Thank you,
> > 
> > Michael
> > 
> > 
> > 
> > 
> > 
> > > On 12/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > > We have finished putting together a new component that 
> > performs ping,
> > > traceroute, dig and whois lookups. If anybody is in need of 
> > a coldfusion
> > > looking glass script:
> > > 
> > > Looks very useful but just to clarify, it's Windows-only right?
> 
> This transmission may contain information that is privileged, confidential
> and/or exempt from disclosure under applicable law. If you are not the
> intended recipient, you are hereby notified that any disclosure, copying,
> distribution, or use of the information contained herein (including any
> reliance thereon) is STRICTLY PROHIBITED. If you received this transmission
> in error, please immediately contact the sender and destroy the material in
> its entirety, whether in electronic or hard copy format. Thank you. A1.
> 
> 
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227304
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Coldfusion Looking Glass CFC

2005-12-19 Thread Munson, Jacob
I'm assuming that since the cfc has this for the ping command "ping.exe
-n 4", it only runs on Windows.  I believe in Linux it would be "ping -c
4".  Probably the same for OS X, but not sure.

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Monday, December 19, 2005 3:55 PM
> To: CF-Talk
> Subject: Re: Coldfusion Looking Glass CFC
> 
> Hi Sean,
> 
> I haven't tested the cfc on linux os yet, but it should work. 
> It's either cfexecute or the java runtime object we use in 
> the methods.
> 
> Thank you,
> 
> Michael
> 
> 
> 
> 
> 
> > On 12/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > We have finished putting together a new component that 
> performs ping,
> > traceroute, dig and whois lookups. If anybody is in need of 
> a coldfusion
> > looking glass script:
> > 
> > Looks very useful but just to clarify, it's Windows-only right?

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227303
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion Looking Glass CFC

2005-12-19 Thread Will Tomlinson
This is WAY cool!

Thanks,
Will

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227302
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion Looking Glass CFC

2005-12-19 Thread cfteam
Hi Sean,

I haven't tested the cfc on linux os yet, but it should work. It's either 
cfexecute or the java runtime object we use in the methods.

Thank you,

Michael





> On 12/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > We have finished putting together a new component that performs ping,
> traceroute, dig and whois lookups. If anybody is in need of a coldfusion
> looking glass script:
> 
> Looks very useful but just to clarify, it's Windows-only right?
> --
> Sean A Corfield -- http://corfield.org/
> Got frameworks?
> 
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227301
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion Looking Glass CFC

2005-12-19 Thread Sean Corfield
On 12/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> We have finished putting together a new component that performs ping, 
> traceroute, dig and whois lookups. If anybody is in need of a coldfusion 
> looking glass script:

Looks very useful but just to clarify, it's Windows-only right?
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227296
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Coldfusion Looking Glass CFC

2005-12-19 Thread Bobby Hartsfield
That beats the crap out of all my shell scripts and batch files! Good job.
It seems surprisingly fast on the test form too. I'll get it set up in a bit
and play with it some more.

Thanks
 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 
 
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 19, 2005 9:28 AM
To: CF-Talk
Subject: Coldfusion Looking Glass CFC

Hello Everyone,

We have finished putting together a new component that performs ping,
traceroute, dig and whois lookups. If anybody is in need of a coldfusion
looking glass script:

http://www.maxnoc.com/support/kb/coldfusion_looking_glass.html

If you would like to see the cfc in action:

http://www.maxnoc.com/support/looking_glass.html 


Please do not forget to send your feedbacks,

Thank you,

Michael



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227260
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54