RE: Load Balancing: Disk Options?

2003-01-27 Thread Ben Koshy
That solution doesn't sound very clean, especially if one mapped drive
is down and we have to trap  catch errors when one disk is down.  Then
after the drives get out of sync, some sort of sychronization would have
to be initiated, plus we would have to determine which drive is out of
sync.  I'd rather use a solution that's transparent to ColdFusion
Server.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Load Balancing: Disk Options?

2003-01-27 Thread Thomas Chiverton
On Sunday 26 Jan 2003 20:54 pm, Ben Koshy wrote:

 Anyone have recommendations?  Remember we want to maintain redundancy so
 mapping a drive to a single machine seems to be out.  Another way would
 be to go NAS, but are there any cheap redundant NAS clustering solutions
 out there?  File Replication sounds promising but I'm worried about
 replication lag and stuff...

Get a cheap box, a pair of SCSI disks, and set it to mirror the disks.
Use that as a NAS and share the disks to the servers.

If you want real protection, buy 2 cheap boxes shrug you get what you pair 
for though.

-- 
Tom C

Junior Encyclopedia of Space #22:
 12a: Used in some obscure and useful texts instead of the number between 12
and 14 that is unlucky.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Reading a PDF

2003-01-27 Thread Andy Ewings
Any of you know how to automatically read the contents of a PDF using CF?

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: SQL Worm

2003-01-27 Thread Jochem van Dieten
Paris Lundis wrote:
 A good summary Jochem would be for folks to tune the firewall and 
 ensure permissions/allowable IP list...

Since when can you even buy a 10 Gbps firewall?


 In your environment you point out the user base... 8000... agreeable... 
 large base for things...
 
 Tune the firewall and restrict traffic there ... allowing like port 80 
 in and out disbaling all other services and ports, except those in a 
 defined list of authrozied servers...

All 8000 systems are authorized servers. About 65525 of 65536 ports are 
authorized ports. You can't firewall a production network where the 
product is (supposed to be) innovation.


I think we have had this discussion last week already, but firewalls are 
not the answer to all problems. Sure, properly secured firewalls on 
machines running MS SQL Server would have prevented this issue (at 
least, nobody has convinced me that UDP should be allowed to a 
production server at all). But there are allways other scenario's where 
a firewall would not help. In the end, vigilance on all the aspects of 
security is the only way to make sure problems like this worm don't 
cause a total meltdown of the internet.

Jochem

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Reading a PDF

2003-01-27 Thread Adam Reynolds
What do you want to do with it?

Suggestion:
Load up your document to a web accessible directory, point Adobes PDF to
HTML conversion system at the document, save away the content. Bingo!

Adam

 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 10:14
 To: CF-Talk
 Subject: Reading a PDF


 Any of you know how to automatically read the contents of a PDF using CF?

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Reading a PDF

2003-01-27 Thread Andy Ewings
I want to automatically read the contents and look for words and report back
to CF if they are found. Don't want to use verity) as this is on a document
by document basis.  what happens if I use ReadBinary in the action attribute
of the tag.  Is the solution you suggest an automatic one?

-Original Message-
From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 10:27
To: CF-Talk
Subject: RE: Reading a PDF


What do you want to do with it?

Suggestion:
Load up your document to a web accessible directory, point Adobes PDF to
HTML conversion system at the document, save away the content. Bingo!

Adam

 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 10:14
 To: CF-Talk
 Subject: Reading a PDF


 Any of you know how to automatically read the contents of a PDF using CF?

 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Reading a PDF

2003-01-27 Thread Adam Reynolds
Here's the code from one of my fusebox applications.


!---@ Upload File ---
cfif len(attributes.FILE_NAME)

!---@ Pages with secure items must use the offline storage area. ---
cffile action=UPLOAD
filefield=FILE_NAME

destination=#getdirectoryfrompath(getcurrenttemplatepath())#/documents
nameconflict=MAKEUNIQUE

cfset attributes.FILE_NAME = cffile.ServerFile
cfset attributes.FILE_SIZE = cffile.FileSize 
!--- Determine filetype. ---
cfset attributes.SUFFIX = listlast(attributes.FILE_NAME,.)
cfinclude template=queries/qry_file_type_select.cfm
cfif qry_file_type_select.recordcount EQ 0
cfset attributes.FILE_TYPE = application/unkown
cfelse
cfset attributes.FILE_TYPE = qry_file_type_select.FILE_TYPE
/cfif

!--- PDF files are converted to HTML ---
cfif listlast(attributes.FILE_NAME,.) eq pdf
cfhttp url=http://access.adobe.com/perl/convertPDF.pl; method=post
resolveurl=no 
cfhttpparam type=formfield name=url
value=#request.site.webRoot#/contentmanagement/documents/#attributes.file_n
ame#
/cfhttp
!--- Now write the content away. ---
cfset attributes.pdfhtmlfile = #createuuid()#.html
cffile action=append
file=#getdirectoryfrompath(getcurrenttemplatepath())#/documents/pdfhtmlfile
s/#attributes.pdfhtmlfile# output=#cfhttp.FileContent#

/cfif

/cfif


Hope this helps. You don't need to do the last write away. You can just use
the contents of the check for the words you are looking for.

 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 10:49
 To: CF-Talk
 Subject: RE: Reading a PDF


 I want to automatically read the contents and look for words and
 report back
 to CF if they are found. Don't want to use verity) as this is on
 a document
 by document basis.  what happens if I use ReadBinary in the
 action attribute
 of the tag.  Is the solution you suggest an automatic one?

 -Original Message-
 From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 10:27
 To: CF-Talk
 Subject: RE: Reading a PDF


 What do you want to do with it?

 Suggestion:
 Load up your document to a web accessible directory, point Adobes PDF to
 HTML conversion system at the document, save away the content. Bingo!

 Adam

  -Original Message-
  From: Andy Ewings [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 10:14
  To: CF-Talk
  Subject: Reading a PDF
 
 
  Any of you know how to automatically read the contents of a PDF
 using CF?
 
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Reading a PDF

2003-01-27 Thread Andy Ewings
yup just seen that on the adobe site, tried and worked - thanks a lot.  Do
you think that this url is reliable long term? - i.e. will that converter
always be available.  Seems to take a while to execute too.

-Original Message-
From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 11:20
To: CF-Talk
Subject: RE: Reading a PDF


Here's the code from one of my fusebox applications.


!---@ Upload File ---
cfif len(attributes.FILE_NAME)

!---@ Pages with secure items must use the offline storage area.
---
cffile action=UPLOAD
filefield=FILE_NAME

destination=#getdirectoryfrompath(getcurrenttemplatepath())#/documents
nameconflict=MAKEUNIQUE

cfset attributes.FILE_NAME = cffile.ServerFile
cfset attributes.FILE_SIZE = cffile.FileSize 
!--- Determine filetype. ---
cfset attributes.SUFFIX = listlast(attributes.FILE_NAME,.)
cfinclude template=queries/qry_file_type_select.cfm
cfif qry_file_type_select.recordcount EQ 0
cfset attributes.FILE_TYPE = application/unkown
cfelse
cfset attributes.FILE_TYPE =
qry_file_type_select.FILE_TYPE
/cfif

!--- PDF files are converted to HTML ---
cfif listlast(attributes.FILE_NAME,.) eq pdf
cfhttp url=http://access.adobe.com/perl/convertPDF.pl;
method=post
resolveurl=no 
cfhttpparam type=formfield name=url
value=#request.site.webRoot#/contentmanagement/documents/#attributes.file_n
ame#
/cfhttp
!--- Now write the content away. ---
cfset attributes.pdfhtmlfile = #createuuid()#.html
cffile action=append
file=#getdirectoryfrompath(getcurrenttemplatepath())#/documents/pdfhtmlfile
s/#attributes.pdfhtmlfile# output=#cfhttp.FileContent#

/cfif

/cfif


Hope this helps. You don't need to do the last write away. You can just use
the contents of the check for the words you are looking for.

 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 10:49
 To: CF-Talk
 Subject: RE: Reading a PDF


 I want to automatically read the contents and look for words and
 report back
 to CF if they are found. Don't want to use verity) as this is on
 a document
 by document basis.  what happens if I use ReadBinary in the
 action attribute
 of the tag.  Is the solution you suggest an automatic one?

 -Original Message-
 From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 10:27
 To: CF-Talk
 Subject: RE: Reading a PDF


 What do you want to do with it?

 Suggestion:
 Load up your document to a web accessible directory, point Adobes PDF to
 HTML conversion system at the document, save away the content. Bingo!

 Adam

  -Original Message-
  From: Andy Ewings [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 10:14
  To: CF-Talk
  Subject: Reading a PDF
 
 
  Any of you know how to automatically read the contents of a PDF
 using CF?
 
 

 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Reading a PDF

2003-01-27 Thread Adam Reynolds
Well,
If you think about it you are asking your server to submit the file to the
adobe site. What't the connection like from your server to the net?

As to the converter being always available. Ask them! We put a proviso in
our contract that stated specifically that this was an external service and
was not under our control.

Adam

 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 11:37
 To: CF-Talk
 Subject: RE: Reading a PDF


 yup just seen that on the adobe site, tried and worked - thanks a lot.  Do
 you think that this url is reliable long term? - i.e. will that converter
 always be available.  Seems to take a while to execute too.

 -Original Message-
 From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 11:20
 To: CF-Talk
 Subject: RE: Reading a PDF


 Here's the code from one of my fusebox applications.


 !---@ Upload File ---
 cfif len(attributes.FILE_NAME)

   !---@ Pages with secure items must use the offline storage area.
 ---
   cffile action=UPLOAD
   filefield=FILE_NAME

 destination=#getdirectoryfrompath(getcurrenttemplatepath())#/documents
   nameconflict=MAKEUNIQUE

   cfset attributes.FILE_NAME = cffile.ServerFile
   cfset attributes.FILE_SIZE = cffile.FileSize 
   !--- Determine filetype. ---
   cfset attributes.SUFFIX = listlast(attributes.FILE_NAME,.)
   cfinclude template=queries/qry_file_type_select.cfm
   cfif qry_file_type_select.recordcount EQ 0
   cfset attributes.FILE_TYPE = application/unkown
   cfelse
   cfset attributes.FILE_TYPE =
 qry_file_type_select.FILE_TYPE
   /cfif

   !--- PDF files are converted to HTML ---
   cfif listlast(attributes.FILE_NAME,.) eq pdf
   cfhttp url=http://access.adobe.com/perl/convertPDF.pl;
 method=post
 resolveurl=no 
   cfhttpparam type=formfield name=url
 value=#request.site.webRoot#/contentmanagement/documents/#attribu
 tes.file_n
 ame#
   /cfhttp
   !--- Now write the content away. ---
   cfset attributes.pdfhtmlfile = #createuuid()#.html
   cffile action=append
 file=#getdirectoryfrompath(getcurrenttemplatepath())#/documents/p
 dfhtmlfile
 s/#attributes.pdfhtmlfile# output=#cfhttp.FileContent#

   /cfif

 /cfif


 Hope this helps. You don't need to do the last write away. You
 can just use
 the contents of the check for the words you are looking for.

  -Original Message-
  From: Andy Ewings [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 10:49
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  I want to automatically read the contents and look for words and
  report back
  to CF if they are found. Don't want to use verity) as this is on
  a document
  by document basis.  what happens if I use ReadBinary in the
  action attribute
  of the tag.  Is the solution you suggest an automatic one?
 
  -Original Message-
  From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 10:27
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  What do you want to do with it?
 
  Suggestion:
  Load up your document to a web accessible directory, point Adobes PDF to
  HTML conversion system at the document, save away the content. Bingo!
 
  Adam
 
   -Original Message-
   From: Andy Ewings [mailto:[EMAIL PROTECTED]]
   Sent: 27 January 2003 10:14
   To: CF-Talk
   Subject: Reading a PDF
  
  
   Any of you know how to automatically read the contents of a PDF
  using CF?
  
  
 
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Reading a PDF

2003-01-27 Thread Andy Ewings
we have a 256k leased line.  I think there may be problems saying that but
CF is saying the page is taking about 100,000ms to execute

-Original Message-
From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 11:46
To: CF-Talk
Subject: RE: Reading a PDF


Well,
If you think about it you are asking your server to submit the file to the
adobe site. What't the connection like from your server to the net?

As to the converter being always available. Ask them! We put a proviso in
our contract that stated specifically that this was an external service and
was not under our control.

Adam

 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 11:37
 To: CF-Talk
 Subject: RE: Reading a PDF


 yup just seen that on the adobe site, tried and worked - thanks a lot.  Do
 you think that this url is reliable long term? - i.e. will that converter
 always be available.  Seems to take a while to execute too.

 -Original Message-
 From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 11:20
 To: CF-Talk
 Subject: RE: Reading a PDF


 Here's the code from one of my fusebox applications.


 !---@ Upload File ---
 cfif len(attributes.FILE_NAME)

   !---@ Pages with secure items must use the offline storage area.
 ---
   cffile action=UPLOAD
   filefield=FILE_NAME

 destination=#getdirectoryfrompath(getcurrenttemplatepath())#/documents
   nameconflict=MAKEUNIQUE

   cfset attributes.FILE_NAME = cffile.ServerFile
   cfset attributes.FILE_SIZE = cffile.FileSize 
   !--- Determine filetype. ---
   cfset attributes.SUFFIX = listlast(attributes.FILE_NAME,.)
   cfinclude template=queries/qry_file_type_select.cfm
   cfif qry_file_type_select.recordcount EQ 0
   cfset attributes.FILE_TYPE = application/unkown
   cfelse
   cfset attributes.FILE_TYPE =
 qry_file_type_select.FILE_TYPE
   /cfif

   !--- PDF files are converted to HTML ---
   cfif listlast(attributes.FILE_NAME,.) eq pdf
   cfhttp url=http://access.adobe.com/perl/convertPDF.pl;
 method=post
 resolveurl=no 
   cfhttpparam type=formfield name=url
 value=#request.site.webRoot#/contentmanagement/documents/#attribu
 tes.file_n
 ame#
   /cfhttp
   !--- Now write the content away. ---
   cfset attributes.pdfhtmlfile = #createuuid()#.html
   cffile action=append
 file=#getdirectoryfrompath(getcurrenttemplatepath())#/documents/p
 dfhtmlfile
 s/#attributes.pdfhtmlfile# output=#cfhttp.FileContent#

   /cfif

 /cfif


 Hope this helps. You don't need to do the last write away. You
 can just use
 the contents of the check for the words you are looking for.

  -Original Message-
  From: Andy Ewings [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 10:49
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  I want to automatically read the contents and look for words and
  report back
  to CF if they are found. Don't want to use verity) as this is on
  a document
  by document basis.  what happens if I use ReadBinary in the
  action attribute
  of the tag.  Is the solution you suggest an automatic one?
 
  -Original Message-
  From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 10:27
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  What do you want to do with it?
 
  Suggestion:
  Load up your document to a web accessible directory, point Adobes PDF to
  HTML conversion system at the document, save away the content. Bingo!
 
  Adam
 
   -Original Message-
   From: Andy Ewings [mailto:[EMAIL PROTECTED]]
   Sent: 27 January 2003 10:14
   To: CF-Talk
   Subject: Reading a PDF
  
  
   Any of you know how to automatically read the contents of a PDF
  using CF?
  
  
 
 

 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Reading a PDF

2003-01-27 Thread Adam Reynolds
And how big is your file?

 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 11:51
 To: CF-Talk
 Subject: RE: Reading a PDF


 we have a 256k leased line.  I think there may be problems saying that but
 CF is saying the page is taking about 100,000ms to execute

 -Original Message-
 From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 11:46
 To: CF-Talk
 Subject: RE: Reading a PDF


 Well,
 If you think about it you are asking your server to submit the file to the
 adobe site. What't the connection like from your server to the net?

 As to the converter being always available. Ask them! We put a proviso in
 our contract that stated specifically that this was an external
 service and
 was not under our control.

 Adam

  -Original Message-
  From: Andy Ewings [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 11:37
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  yup just seen that on the adobe site, tried and worked - thanks
 a lot.  Do
  you think that this url is reliable long term? - i.e. will that
 converter
  always be available.  Seems to take a while to execute too.
 
  -Original Message-
  From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 11:20
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  Here's the code from one of my fusebox applications.
 
 
  !---@ Upload File ---
  cfif len(attributes.FILE_NAME)
 
  !---@ Pages with secure items must use the offline storage area.
  ---
  cffile action=UPLOAD
  filefield=FILE_NAME
 
  destination=#getdirectoryfrompath(getcurrenttemplatepath())#/documents
  nameconflict=MAKEUNIQUE
 
  cfset attributes.FILE_NAME = cffile.ServerFile
  cfset attributes.FILE_SIZE = cffile.FileSize 
  !--- Determine filetype. ---
  cfset attributes.SUFFIX = listlast(attributes.FILE_NAME,.)
  cfinclude template=queries/qry_file_type_select.cfm
  cfif qry_file_type_select.recordcount EQ 0
  cfset attributes.FILE_TYPE = application/unkown
  cfelse
  cfset attributes.FILE_TYPE =
  qry_file_type_select.FILE_TYPE
  /cfif
 
  !--- PDF files are converted to HTML ---
  cfif listlast(attributes.FILE_NAME,.) eq pdf
  cfhttp url=http://access.adobe.com/perl/convertPDF.pl;
  method=post
  resolveurl=no 
  cfhttpparam type=formfield name=url
  value=#request.site.webRoot#/contentmanagement/documents/#attribu
  tes.file_n
  ame#
  /cfhttp
  !--- Now write the content away. ---
  cfset attributes.pdfhtmlfile = #createuuid()#.html
  cffile action=append
  file=#getdirectoryfrompath(getcurrenttemplatepath())#/documents/p
  dfhtmlfile
  s/#attributes.pdfhtmlfile# output=#cfhttp.FileContent#
 
  /cfif
 
  /cfif
 
 
  Hope this helps. You don't need to do the last write away. You
  can just use
  the contents of the check for the words you are looking for.
 
   -Original Message-
   From: Andy Ewings [mailto:[EMAIL PROTECTED]]
   Sent: 27 January 2003 10:49
   To: CF-Talk
   Subject: RE: Reading a PDF
  
  
   I want to automatically read the contents and look for words and
   report back
   to CF if they are found. Don't want to use verity) as this is on
   a document
   by document basis.  what happens if I use ReadBinary in the
   action attribute
   of the tag.  Is the solution you suggest an automatic one?
  
   -Original Message-
   From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
   Sent: 27 January 2003 10:27
   To: CF-Talk
   Subject: RE: Reading a PDF
  
  
   What do you want to do with it?
  
   Suggestion:
   Load up your document to a web accessible directory, point
 Adobes PDF to
   HTML conversion system at the document, save away the content. Bingo!
  
   Adam
  
-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 10:14
To: CF-Talk
Subject: Reading a PDF
   
   
Any of you know how to automatically read the contents of a PDF
   using CF?
   
   
  
  
 
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Reading a PDF

2003-01-27 Thread Andy Ewings
This particular file is 76kb

-Original Message-
From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 11:53
To: CF-Talk
Subject: RE: Reading a PDF


And how big is your file?

 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 11:51
 To: CF-Talk
 Subject: RE: Reading a PDF


 we have a 256k leased line.  I think there may be problems saying that but
 CF is saying the page is taking about 100,000ms to execute

 -Original Message-
 From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 11:46
 To: CF-Talk
 Subject: RE: Reading a PDF


 Well,
 If you think about it you are asking your server to submit the file to the
 adobe site. What't the connection like from your server to the net?

 As to the converter being always available. Ask them! We put a proviso in
 our contract that stated specifically that this was an external
 service and
 was not under our control.

 Adam

  -Original Message-
  From: Andy Ewings [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 11:37
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  yup just seen that on the adobe site, tried and worked - thanks
 a lot.  Do
  you think that this url is reliable long term? - i.e. will that
 converter
  always be available.  Seems to take a while to execute too.
 
  -Original Message-
  From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 11:20
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  Here's the code from one of my fusebox applications.
 
 
  !---@ Upload File ---
  cfif len(attributes.FILE_NAME)
 
  !---@ Pages with secure items must use the offline storage area.
  ---
  cffile action=UPLOAD
  filefield=FILE_NAME
 
  destination=#getdirectoryfrompath(getcurrenttemplatepath())#/documents
  nameconflict=MAKEUNIQUE
 
  cfset attributes.FILE_NAME = cffile.ServerFile
  cfset attributes.FILE_SIZE = cffile.FileSize 
  !--- Determine filetype. ---
  cfset attributes.SUFFIX = listlast(attributes.FILE_NAME,.)
  cfinclude template=queries/qry_file_type_select.cfm
  cfif qry_file_type_select.recordcount EQ 0
  cfset attributes.FILE_TYPE = application/unkown
  cfelse
  cfset attributes.FILE_TYPE =
  qry_file_type_select.FILE_TYPE
  /cfif
 
  !--- PDF files are converted to HTML ---
  cfif listlast(attributes.FILE_NAME,.) eq pdf
  cfhttp url=http://access.adobe.com/perl/convertPDF.pl;
  method=post
  resolveurl=no 
  cfhttpparam type=formfield name=url
  value=#request.site.webRoot#/contentmanagement/documents/#attribu
  tes.file_n
  ame#
  /cfhttp
  !--- Now write the content away. ---
  cfset attributes.pdfhtmlfile = #createuuid()#.html
  cffile action=append
  file=#getdirectoryfrompath(getcurrenttemplatepath())#/documents/p
  dfhtmlfile
  s/#attributes.pdfhtmlfile# output=#cfhttp.FileContent#
 
  /cfif
 
  /cfif
 
 
  Hope this helps. You don't need to do the last write away. You
  can just use
  the contents of the check for the words you are looking for.
 
   -Original Message-
   From: Andy Ewings [mailto:[EMAIL PROTECTED]]
   Sent: 27 January 2003 10:49
   To: CF-Talk
   Subject: RE: Reading a PDF
  
  
   I want to automatically read the contents and look for words and
   report back
   to CF if they are found. Don't want to use verity) as this is on
   a document
   by document basis.  what happens if I use ReadBinary in the
   action attribute
   of the tag.  Is the solution you suggest an automatic one?
  
   -Original Message-
   From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
   Sent: 27 January 2003 10:27
   To: CF-Talk
   Subject: RE: Reading a PDF
  
  
   What do you want to do with it?
  
   Suggestion:
   Load up your document to a web accessible directory, point
 Adobes PDF to
   HTML conversion system at the document, save away the content. Bingo!
  
   Adam
  
-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 10:14
To: CF-Talk
Subject: Reading a PDF
   
   
Any of you know how to automatically read the contents of a PDF
   using CF?
   
   
  
  
 
 

 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Reading a PDF

2003-01-27 Thread Adam Reynolds
My server can do a 4 MB file in under 10 seconds.

Is it a 256K bits leased line? How many other people are using the
connection? Blah blah blah.

What's surfing the internet from the server like?

Lots of reasons why.

 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 11:59
 To: CF-Talk
 Subject: RE: Reading a PDF


 This particular file is 76kb

 -Original Message-
 From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 11:53
 To: CF-Talk
 Subject: RE: Reading a PDF


 And how big is your file?

  -Original Message-
  From: Andy Ewings [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 11:51
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  we have a 256k leased line.  I think there may be problems
 saying that but
  CF is saying the page is taking about 100,000ms to execute
 
  -Original Message-
  From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 11:46
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  Well,
  If you think about it you are asking your server to submit the
 file to the
  adobe site. What't the connection like from your server to the net?
 
  As to the converter being always available. Ask them! We put a
 proviso in
  our contract that stated specifically that this was an external
  service and
  was not under our control.
 
  Adam
 
   -Original Message-
   From: Andy Ewings [mailto:[EMAIL PROTECTED]]
   Sent: 27 January 2003 11:37
   To: CF-Talk
   Subject: RE: Reading a PDF
  
  
   yup just seen that on the adobe site, tried and worked - thanks
  a lot.  Do
   you think that this url is reliable long term? - i.e. will that
  converter
   always be available.  Seems to take a while to execute too.
  
   -Original Message-
   From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
   Sent: 27 January 2003 11:20
   To: CF-Talk
   Subject: RE: Reading a PDF
  
  
   Here's the code from one of my fusebox applications.
  
  
   !---@ Upload File ---
   cfif len(attributes.FILE_NAME)
  
 !---@ Pages with secure items must use the offline storage area.
   ---
 cffile action=UPLOAD
 filefield=FILE_NAME
  
  
 destination=#getdirectoryfrompath(getcurrenttemplatepath())#/documents
 nameconflict=MAKEUNIQUE
  
 cfset attributes.FILE_NAME = cffile.ServerFile
 cfset attributes.FILE_SIZE = cffile.FileSize 
 !--- Determine filetype. ---
 cfset attributes.SUFFIX = listlast(attributes.FILE_NAME,.)
 cfinclude template=queries/qry_file_type_select.cfm
 cfif qry_file_type_select.recordcount EQ 0
 cfset attributes.FILE_TYPE = application/unkown
 cfelse
 cfset attributes.FILE_TYPE =
   qry_file_type_select.FILE_TYPE
 /cfif
  
 !--- PDF files are converted to HTML ---
 cfif listlast(attributes.FILE_NAME,.) eq pdf
 cfhttp url=http://access.adobe.com/perl/convertPDF.pl;
   method=post
   resolveurl=no 
 cfhttpparam type=formfield name=url
   value=#request.site.webRoot#/contentmanagement/documents/#attribu
   tes.file_n
   ame#
 /cfhttp
 !--- Now write the content away. ---
 cfset attributes.pdfhtmlfile = #createuuid()#.html
 cffile action=append
   file=#getdirectoryfrompath(getcurrenttemplatepath())#/documents/p
   dfhtmlfile
   s/#attributes.pdfhtmlfile# output=#cfhttp.FileContent#
  
 /cfif
  
   /cfif
  
  
   Hope this helps. You don't need to do the last write away. You
   can just use
   the contents of the check for the words you are looking for.
  
-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 10:49
To: CF-Talk
Subject: RE: Reading a PDF
   
   
I want to automatically read the contents and look for words and
report back
to CF if they are found. Don't want to use verity) as this is on
a document
by document basis.  what happens if I use ReadBinary in the
action attribute
of the tag.  Is the solution you suggest an automatic one?
   
-Original Message-
From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 10:27
To: CF-Talk
Subject: RE: Reading a PDF
   
   
What do you want to do with it?
   
Suggestion:
Load up your document to a web accessible directory, point
  Adobes PDF to
HTML conversion system at the document, save away the
 content. Bingo!
   
Adam
   
 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 10:14
 To: CF-Talk
 Subject: Reading a PDF


 Any of you know how to automatically read the contents of a PDF
using CF?


   
   
  
  
 
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 

RE: Reading a PDF

2003-01-27 Thread Andy Ewings
yeh I thought that what I was getting seemed a bit poor.  I think that there
are some router problems at the mo which may be affecting stuff but it
should affect the time it takes for CF to process the page - which it is
saying is almost 2 minutes.  

-Original Message-
From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 12:46
To: CF-Talk
Subject: RE: Reading a PDF


My server can do a 4 MB file in under 10 seconds.

Is it a 256K bits leased line? How many other people are using the
connection? Blah blah blah.

What's surfing the internet from the server like?

Lots of reasons why.

 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 11:59
 To: CF-Talk
 Subject: RE: Reading a PDF


 This particular file is 76kb

 -Original Message-
 From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 11:53
 To: CF-Talk
 Subject: RE: Reading a PDF


 And how big is your file?

  -Original Message-
  From: Andy Ewings [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 11:51
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  we have a 256k leased line.  I think there may be problems
 saying that but
  CF is saying the page is taking about 100,000ms to execute
 
  -Original Message-
  From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 11:46
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  Well,
  If you think about it you are asking your server to submit the
 file to the
  adobe site. What't the connection like from your server to the net?
 
  As to the converter being always available. Ask them! We put a
 proviso in
  our contract that stated specifically that this was an external
  service and
  was not under our control.
 
  Adam
 
   -Original Message-
   From: Andy Ewings [mailto:[EMAIL PROTECTED]]
   Sent: 27 January 2003 11:37
   To: CF-Talk
   Subject: RE: Reading a PDF
  
  
   yup just seen that on the adobe site, tried and worked - thanks
  a lot.  Do
   you think that this url is reliable long term? - i.e. will that
  converter
   always be available.  Seems to take a while to execute too.
  
   -Original Message-
   From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
   Sent: 27 January 2003 11:20
   To: CF-Talk
   Subject: RE: Reading a PDF
  
  
   Here's the code from one of my fusebox applications.
  
  
   !---@ Upload File ---
   cfif len(attributes.FILE_NAME)
  
 !---@ Pages with secure items must use the offline storage area.
   ---
 cffile action=UPLOAD
 filefield=FILE_NAME
  
  
 destination=#getdirectoryfrompath(getcurrenttemplatepath())#/documents
 nameconflict=MAKEUNIQUE
  
 cfset attributes.FILE_NAME = cffile.ServerFile
 cfset attributes.FILE_SIZE = cffile.FileSize 
 !--- Determine filetype. ---
 cfset attributes.SUFFIX = listlast(attributes.FILE_NAME,.)
 cfinclude template=queries/qry_file_type_select.cfm
 cfif qry_file_type_select.recordcount EQ 0
 cfset attributes.FILE_TYPE = application/unkown
 cfelse
 cfset attributes.FILE_TYPE =
   qry_file_type_select.FILE_TYPE
 /cfif
  
 !--- PDF files are converted to HTML ---
 cfif listlast(attributes.FILE_NAME,.) eq pdf
 cfhttp url=http://access.adobe.com/perl/convertPDF.pl;
   method=post
   resolveurl=no 
 cfhttpparam type=formfield name=url
   value=#request.site.webRoot#/contentmanagement/documents/#attribu
   tes.file_n
   ame#
 /cfhttp
 !--- Now write the content away. ---
 cfset attributes.pdfhtmlfile = #createuuid()#.html
 cffile action=append
   file=#getdirectoryfrompath(getcurrenttemplatepath())#/documents/p
   dfhtmlfile
   s/#attributes.pdfhtmlfile# output=#cfhttp.FileContent#
  
 /cfif
  
   /cfif
  
  
   Hope this helps. You don't need to do the last write away. You
   can just use
   the contents of the check for the words you are looking for.
  
-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 10:49
To: CF-Talk
Subject: RE: Reading a PDF
   
   
I want to automatically read the contents and look for words and
report back
to CF if they are found. Don't want to use verity) as this is on
a document
by document basis.  what happens if I use ReadBinary in the
action attribute
of the tag.  Is the solution you suggest an automatic one?
   
-Original Message-
From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 10:27
To: CF-Talk
Subject: RE: Reading a PDF
   
   
What do you want to do with it?
   
Suggestion:
Load up your document to a web accessible directory, point
  Adobes PDF to
HTML conversion system at the document, save away the
 content. Bingo!
   
Adam
   
 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 

RE: Reading a PDF

2003-01-27 Thread Adam Reynolds
Err,
Of course it will effect the performance, part of what the page is doing is
posting a file to the Adobe siter and waiting for the response...

 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 12:52
 To: CF-Talk
 Subject: RE: Reading a PDF


 yeh I thought that what I was getting seemed a bit poor.  I think
 that there
 are some router problems at the mo which may be affecting stuff but it
 should affect the time it takes for CF to process the page - which it is
 saying is almost 2 minutes.

 -Original Message-
 From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 12:46
 To: CF-Talk
 Subject: RE: Reading a PDF


 My server can do a 4 MB file in under 10 seconds.

 Is it a 256K bits leased line? How many other people are using the
 connection? Blah blah blah.

 What's surfing the internet from the server like?

 Lots of reasons why.

  -Original Message-
  From: Andy Ewings [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 11:59
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  This particular file is 76kb
 
  -Original Message-
  From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 11:53
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  And how big is your file?
 
   -Original Message-
   From: Andy Ewings [mailto:[EMAIL PROTECTED]]
   Sent: 27 January 2003 11:51
   To: CF-Talk
   Subject: RE: Reading a PDF
  
  
   we have a 256k leased line.  I think there may be problems
  saying that but
   CF is saying the page is taking about 100,000ms to execute
  
   -Original Message-
   From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
   Sent: 27 January 2003 11:46
   To: CF-Talk
   Subject: RE: Reading a PDF
  
  
   Well,
   If you think about it you are asking your server to submit the
  file to the
   adobe site. What't the connection like from your server to the net?
  
   As to the converter being always available. Ask them! We put a
  proviso in
   our contract that stated specifically that this was an external
   service and
   was not under our control.
  
   Adam
  
-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 11:37
To: CF-Talk
Subject: RE: Reading a PDF
   
   
yup just seen that on the adobe site, tried and worked - thanks
   a lot.  Do
you think that this url is reliable long term? - i.e. will that
   converter
always be available.  Seems to take a while to execute too.
   
-Original Message-
From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 11:20
To: CF-Talk
Subject: RE: Reading a PDF
   
   
Here's the code from one of my fusebox applications.
   
   
!---@ Upload File ---
cfif len(attributes.FILE_NAME)
   
!---@ Pages with secure items must use the offline
 storage area.
---
cffile action=UPLOAD
filefield=FILE_NAME
   
   
  destination=#getdirectoryfrompath(getcurrenttemplatepath())#/documents
nameconflict=MAKEUNIQUE
   
cfset attributes.FILE_NAME = cffile.ServerFile
cfset attributes.FILE_SIZE = cffile.FileSize 
!--- Determine filetype. ---
cfset attributes.SUFFIX =
 listlast(attributes.FILE_NAME,.)
cfinclude template=queries/qry_file_type_select.cfm
cfif qry_file_type_select.recordcount EQ 0
cfset attributes.FILE_TYPE = application/unkown
cfelse
cfset attributes.FILE_TYPE =
qry_file_type_select.FILE_TYPE
/cfif
   
!--- PDF files are converted to HTML ---
cfif listlast(attributes.FILE_NAME,.) eq pdf
cfhttp
 url=http://access.adobe.com/perl/convertPDF.pl;
method=post
resolveurl=no 
cfhttpparam type=formfield name=url
value=#request.site.webRoot#/contentmanagement/documents/#attribu
tes.file_n
ame#
/cfhttp
!--- Now write the content away. ---
cfset attributes.pdfhtmlfile =
 #createuuid()#.html
cffile action=append
file=#getdirectoryfrompath(getcurrenttemplatepath())#/documents/p
dfhtmlfile
s/#attributes.pdfhtmlfile# output=#cfhttp.FileContent#
   
/cfif
   
/cfif
   
   
Hope this helps. You don't need to do the last write away. You
can just use
the contents of the check for the words you are looking for.
   
 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 10:49
 To: CF-Talk
 Subject: RE: Reading a PDF


 I want to automatically read the contents and look for words and
 report back
 to CF if they are found. Don't want to use verity) as this is on
 a document
 by document basis.  what happens if I use 

RE: Reading a PDF

2003-01-27 Thread Andy Ewings
doh! - sorry, being a bit think at the mo.  Thanks for all your help - I'll
try again when things are back up and working properly

-Original Message-
From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 12:55
To: CF-Talk
Subject: RE: Reading a PDF


Err,
Of course it will effect the performance, part of what the page is doing is
posting a file to the Adobe siter and waiting for the response...

 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 12:52
 To: CF-Talk
 Subject: RE: Reading a PDF


 yeh I thought that what I was getting seemed a bit poor.  I think
 that there
 are some router problems at the mo which may be affecting stuff but it
 should affect the time it takes for CF to process the page - which it is
 saying is almost 2 minutes.

 -Original Message-
 From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 12:46
 To: CF-Talk
 Subject: RE: Reading a PDF


 My server can do a 4 MB file in under 10 seconds.

 Is it a 256K bits leased line? How many other people are using the
 connection? Blah blah blah.

 What's surfing the internet from the server like?

 Lots of reasons why.

  -Original Message-
  From: Andy Ewings [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 11:59
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  This particular file is 76kb
 
  -Original Message-
  From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
  Sent: 27 January 2003 11:53
  To: CF-Talk
  Subject: RE: Reading a PDF
 
 
  And how big is your file?
 
   -Original Message-
   From: Andy Ewings [mailto:[EMAIL PROTECTED]]
   Sent: 27 January 2003 11:51
   To: CF-Talk
   Subject: RE: Reading a PDF
  
  
   we have a 256k leased line.  I think there may be problems
  saying that but
   CF is saying the page is taking about 100,000ms to execute
  
   -Original Message-
   From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
   Sent: 27 January 2003 11:46
   To: CF-Talk
   Subject: RE: Reading a PDF
  
  
   Well,
   If you think about it you are asking your server to submit the
  file to the
   adobe site. What't the connection like from your server to the net?
  
   As to the converter being always available. Ask them! We put a
  proviso in
   our contract that stated specifically that this was an external
   service and
   was not under our control.
  
   Adam
  
-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 11:37
To: CF-Talk
Subject: RE: Reading a PDF
   
   
yup just seen that on the adobe site, tried and worked - thanks
   a lot.  Do
you think that this url is reliable long term? - i.e. will that
   converter
always be available.  Seems to take a while to execute too.
   
-Original Message-
From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 11:20
To: CF-Talk
Subject: RE: Reading a PDF
   
   
Here's the code from one of my fusebox applications.
   
   
!---@ Upload File ---
cfif len(attributes.FILE_NAME)
   
!---@ Pages with secure items must use the offline
 storage area.
---
cffile action=UPLOAD
filefield=FILE_NAME
   
   
  destination=#getdirectoryfrompath(getcurrenttemplatepath())#/documents
nameconflict=MAKEUNIQUE
   
cfset attributes.FILE_NAME = cffile.ServerFile
cfset attributes.FILE_SIZE = cffile.FileSize 
!--- Determine filetype. ---
cfset attributes.SUFFIX =
 listlast(attributes.FILE_NAME,.)
cfinclude template=queries/qry_file_type_select.cfm
cfif qry_file_type_select.recordcount EQ 0
cfset attributes.FILE_TYPE = application/unkown
cfelse
cfset attributes.FILE_TYPE =
qry_file_type_select.FILE_TYPE
/cfif
   
!--- PDF files are converted to HTML ---
cfif listlast(attributes.FILE_NAME,.) eq pdf
cfhttp
 url=http://access.adobe.com/perl/convertPDF.pl;
method=post
resolveurl=no 
cfhttpparam type=formfield name=url
value=#request.site.webRoot#/contentmanagement/documents/#attribu
tes.file_n
ame#
/cfhttp
!--- Now write the content away. ---
cfset attributes.pdfhtmlfile =
 #createuuid()#.html
cffile action=append
file=#getdirectoryfrompath(getcurrenttemplatepath())#/documents/p
dfhtmlfile
s/#attributes.pdfhtmlfile# output=#cfhttp.FileContent#
   
/cfif
   
/cfif
   
   
Hope this helps. You don't need to do the last write away. You
can just use
the contents of the check for the words you are looking for.
   
 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 10:49
 To: 

CF 5 Crash when using cursors

2003-01-27 Thread Rodrigo Cohen
Hi all !

My CFSERVER is crashing when i call a Stored Procedure in Oracle that uses
Ref Cursor.

With PLSQL Developer it works very fine... With ColdFusion it works too when
the Cursor is opened.

The problem is hapening when the procedure makes a RAISE EXCEPTION before
the cursor be opened.

I think that is possible to assing a NULL default value to cursor, and then
i will retun null if not opened.

I am using CF 5, with Oracle 8i.

Any ideas ?


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Passing parameters through 3rd party COM objects cfobject

2003-01-27 Thread Ryan.Hagan
Greetings,

I'm trying to read and write data through a 3rd Party COM object.  Thus far,
I have successfully created the object, read and written properties and
retrieved data through functions.  However, I run into a problem when I need
to pass data to the object that the object itself modifies and then passes
back.

For instance,
cfset MyNumRows = comObj.GetNumCatRows( MyCategoryName )
works just fine.

However,
cfset MyCatName=arrayNew(1)
cfset arrayResize( MyCatName, MyNumRows )
cfset comObj.GetCatRowName( MyCategoryIndex, MyCatName )
doesn't work so well.  I get the following error information:
==
Unknown error ! 

Error building an argument list for: GETCATROWNAME

The error occurred while processing an element with a general identifier of
(CFSET), occupying document position (125:2) to (125:73) in the template
file TEST_WHATIF.CFM.
===

The GetCatRowName Sub is expecting a One Dimensional Array which it will
stuff with the names of all the categories in the file I'm working with.

I've been digging through the books I've got here and the message boards,
but no luck so far.  Any ideas?

Thanks in advance.

Ryan Hagan
[EMAIL PROTECTED]
ph: 540-731-3598


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




I need to recommend a J2EE server

2003-01-27 Thread Eric Dawson
I need to recommend a J2EE server, or rather, I need this list too!

I am inheriting the technical responsibility for a newly developed JSP 
application and am required to do the server implementation. I need a J2ee 
application server, and am interested in what choices I have, experiences 
and recommendations the cftalk list members might have.

Does CFMX include a J2ee app server? or do I need JRUN as well to run CFMX?

My default action will probably be JRUN.

I am running on RedHat v7.2 I think.

Thanks
Eric





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: OT: MM Suprises Wall Street - Can more be done?

2003-01-27 Thread Jason Miller
I wasn't saying it can't for the record - I was sharing my thought as to
why others always don't take it seriously. I personally prefer to ONLY
use it.

And of course it's no different than languages.. If you write coldfusion
- that's your perferred language. It's as objective as saying to a
french speaking person - hey - english is a much better language. 
jay miller

mark brinkworth wrote:


If done right ColdFusion is more than capable of

handling large scale and secure applictions. The key

is doing it right, but this is no different than ASP,

and Java.



Training and Code Reviews are key here.



Cheers





  

I am sure no one could have sent this better. I just

thought I would add 

my .02 cents to this -

I think Cold Fusions biggest blemish is that it's

too easy. It's an easy 

tag based environment. Anyone can do it - that sure

means it can't 

handle large scale or secure applications.



just what I see.



Lincoln Milner wrote:





I would be cautious with the advice for developers

  

to become multi-skilled.  In a perfect world, I

would be able to do a task in PHP, Perl, CF, ASP or

Java, but in the real world my head would explode

knowing everything there is to know about that. 

Plus you stretch yourself too thin if you try to be

everything to everyone.



I think the key here is that CF is starting to be a

  

 bigger player, not because of the improved

community support (there were a lot of us who used

CF when it was Allaire's baby), but the fact that

Macromedia can put more into getting it known out

there in the big bad world of competition.  That

being said, Microsoft loves they're idea of

competition, and their name is much more

prevalent, so when a not so tech-savvy person wants

a dynamic portal for the company, the people who say

Microsoft _whatever_ will probably get noticed more

than someone who says Macromedia ColdFusion.



We need to start touting good works done in CF, and

  

show what it can do for a client looking for a

dynamic content web site.  If memory serves, CF

holds a slight advantage in price, but that cannot

be twisted to imply lack of feature or

functionality.



For CF to dominate, we need to show what it can do,

  

how well it can do it, and then be able to answer

the question, Why is this better than ASP (or

ASP.NET)?  It's an uphill battle, but one I think

this community and MM are willing to fight.



Lincoln T. Milner

Senior Application Programmer/Analyst

Department of Health Evaluation Sciences

Pennsylvania State University

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 



  

 



__

Do You Yahoo!?

Everything you'll ever need on one web page

from News and Sport to Email and Music Charts

http://uk.my.yahoo.com http://uk.my.yahoo.com 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: I need to recommend a J2EE server

2003-01-27 Thread Nick de Voil
Eric

 I need to recommend a J2EE server, or rather, I need this list too!

JRun works great for us (Linux, MySQL)

Nick


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Access is Denied JS Error

2003-01-27 Thread Frank Mamone
I have a frameset with three frames. The top frame refreshes and checks for
database activity(CF). When it finds a new record it changes the page in the
middle frame. This works fine the first time around, but never change after
that. Instead I get a JS  Access is Denied error.

I tested this with simple htm pages and had the top frame refresh every 10
seconds and use:

script
top.middleframe.document.location = http://www.yahoo.com;;
/script

It works the first time, but then gives Access is denied on the first
refresh.

What am I missing?

Frank

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: _Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?

2003-01-27 Thread Rick Faircloth
Hi, Matt.

Can you give some more details about you homegrown server monitor
and how it works?

Seems to far that all I need to do is make sure my client has a phone and
phone service that are email or SMS compatible (if there's a difference)
and have CF fire off an email when a certain activity on the site occurs.

Is that about the size of it, or is there more to it?

Rick



  -Original Message-
  From: Matt Robertson [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, January 26, 2003 11:51 PM
  To: CF-Talk
  Subject: Re:
  _Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?


  I've been doing this for quite awhile with my homegrown
  server monitor and
  it works great.  Responses usually received within seconds.
  I found it
  easiest to encapsulate a REALLY short message in the subject
  so I can see
  whats up asap.

  --Matt Robertson--
  MSB Designs, Inc.
  http://mysecretbase.com

  - Original Message -
  From: Rick Faircloth [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Sunday, January 26, 2003 4:18 PM
  Subject: RE:
  _Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?


   Sounds like a good idea, Russ.
   I'm sure he'd go for that.  He just wants notice so he can
   respond quickly.  A forwarded email would be perfect...
  
   Rick
  
  
 -Original Message-
 From: Russ [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 26, 2003 6:59 PM
 To: CF-Talk
 Subject: RE:
   
  _Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?
   
   
 I'm sure you've probably covered it, but, just in case...
   
 Would he accept a page or text message to his phone?
 Something that
 is sent to an email address that forwards to his phone,
 instead?  Most
 phones now have that capability, but in the event his
 doesn't, it would
 be a hell of a lot easier (and probably cheaper) to
  upgrad to that
 solution than to spend all the time researching, finding and
 implementing a solution like hat you're looking for.
   
 Just my $.02.
   
 Russ
   
  -Original Message-
  From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, January 26, 2003 5:58 PM
  To: CF-Talk
  Subject:
 
  Re:_Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?
 
 
  I don't know about a call, but you might look
  into SMS...
  I'd be willing
  to bet there's a Java utility somewhere that can send SMS
  messages.
 
   Hi, all.
 
   I've got a real estate client who wants to receive an
   automated
   call to his cell phone when a visitor to his
  website fills
   out and sends
   a Request For Info form.  Seems like there's a new
   service he's
   heard about that's going to provide this...
 
   ANY ideas at all on how this might be done?
 
   Articles?  Clues?
 
   Anything?
 
   (I'm running Win 2000 Server, CF 4.5.2)
   (Could update, if CFMX / Flash Remoting / Flash
   Communication Server
   had a way to achieve this...)
 
   Thanks,
 
   Rick
 
 
 
  
  ~~
   ~~~|
   Archives:
  
http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
 Subscription: http://www.houseoffusion.com/cf_lists/index.
 cfm?method=subscribeforumid=4
 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 This list and all House of Fusion resources hosted by
 CFHosting.com. The place for dependable ColdFusion
 Hosting.
   
 Unsubscribe:
http://www.houseoffusion.com/cf_lists/uns

ubscribe.cfm?user=633.558.4
   
   
   
s. isaac dealey954-776-0046
   
new epoch  http://www.turnkey.to
   
lead architect, tapestry cms   http://products.turnkey.to
   
tapestry api is opensource http://www.turnkey.to/tapi
   
certified advanced coldfusion 5 developer
http://www.macromedia.com/v1/handlers/index.cfm?ID=21816
   
   
 


~|

Re: Access is Denied JS Error

2003-01-27 Thread Thomas Chiverton
On Monday 27 Jan 2003 14:26 pm, Frank Mamone wrote:
 script
 top.middleframe.document.location = http://www.yahoo.com;;
 /script

 It works the first time, but then gives Access is denied on the first
 refresh.

The document security model :-)

Basicly, middle frame is now 'owned' by yahoo.com, so unless you're in 
yahoo.com too, you will not be able to modify the object.

-- 
Tom C

If at first you don't succeed, use a different socket.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Access is Denied JS Error

2003-01-27 Thread Rahmin Pavlovic
When you say 'top', do you mean the top level frameset in the JS hierarchy,
or  do you mean the first frame that's visually displayed vertically?

Changing the top level JS frameset may give you a security issue, and/or
including pages from separate domains within your frameset. JS allows very
limited interaction between docs on separate domains - with good reason.


- Original Message -
From: Frank Mamone [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 9:26 AM
Subject: Access is Denied JS Error


 I have a frameset with three frames. The top frame refreshes and checks
for
 database activity(CF). When it finds a new record it changes the page in
the
 middle frame. This works fine the first time around, but never change
after
 that. Instead I get a JS  Access is Denied error.

 I tested this with simple htm pages and had the top frame refresh every 10
 seconds and use:

 script
 top.middleframe.document.location = http://www.yahoo.com;;
 /script

 It works the first time, but then gives Access is denied on the first
 refresh.

 What am I missing?

 Frank

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: I need to recommend a J2EE server

2003-01-27 Thread mark brinkworth
Based on what you say here, JRUN would do the trick,
and then run CFMX for J2EE on top of that. You could
do a proof of concept run with trial versions.

Cheers,
Mark


 I need to recommend a J2EE server, or rather, I need
 this list too!
 
 I am inheriting the technical responsibility for a
 newly developed JSP 
 application and am required to do the server
 implementation. I need a J2ee 
 application server, and am interested in what
 choices I have, experiences 
 and recommendations the cftalk list members might
 have.
 
 Does CFMX include a J2ee app server? or do I need
 JRUN as well to run CFMX?
 
 My default action will probably be JRUN.
 
 I am running on RedHat v7.2 I think.
 
 Thanks
 Eric
 
 
 
 
 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Any way to send notice of a request for info to a cell phone?

2003-01-27 Thread Larry Juncker
I looked this weekend at United States Cellular website and it seems that if
you have their digital phone service,
you can pay $1.95 per month to have an email address for your cell phone
which ends up being

[your ten digit phone number]@email.uscc.net

Then unlimited email can be sent to your phone by simply sending the email
to that email address.

Can not get any simpler than that.


Larry Juncker
Senior Cold fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]
(515) 574-2122

CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for the use of the
individual or entity to which it is addressed.  This e-mail may contain
information that is privileged, confidential and/or personal.  If the reader
of this message is not the intended recipient (or the employee or agent
responsible to deliver it to the intended recipient), you are hereby
notified that any dissemination, distribution, or copying of this
communication is prohibited.

If you have received this communication in error, please notify us at the
e-mail listed above.

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 26, 2003 5:05 PM
To: CF-Talk
Subject: Any way to send notice of a request for info to a cell phone?


Hi, all.

I've got a real estate client who wants to receive an automated
call to his cell phone when a visitor to his website fills out and sends
a Request For Info form.  Seems like there's a new service he's
heard about that's going to provide this...

ANY ideas at all on how this might be done?

Articles?  Clues?

Anything?

(I'm running Win 2000 Server, CF 4.5.2)
(Could update, if CFMX / Flash Remoting / Flash Communication Server
had a way to achieve this...)

Thanks,

Rick




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Any way to send notice of a request for info to a cell phone?

2003-01-27 Thread Rick Faircloth
Hi, Mahmut, and thanks for the reply.

I got through to clickatell.com, but couldn't get ipipi.com to come up,
so looks like their still having trouble.

Clickatell looks interesting.  What benefit would their be for me to
use their com object and program my sites to interface with their com object
instead of just having my client setup their SMS or email service
with their cell provider and just send an email notice via their provider?

Does it replace the service that my client's cell provider would normally
provide
and allow me a way to send messages directly to my client's phone?

It looks like the com object is free, but the client still pays clickatell
the same
amount per call...

Just trying to understand how all the pieces of the puzzle fit together...

Thanks for your help...

Rick


  -Original Message-
  From: Mahmut Basaran [mailto:[EMAIL PROTECTED]]
  Sent: Monday, January 27, 2003 9:21 AM
  To: CF-Talk
  Subject: Re: Any way to send notice of a request for info to a cell
  phone?


  you can also consider using an email to sms gateway or sms APIs.

  http://www.clickatell.com - you can install their com
  object and directly
  integrate it with your website.

  http://www.ipipi.com - a great email to sms gateway, let's you setup
  forwarders for each email address. Looks down since saturday tho

  Both websites has demo accounts, so it may be worth signing up.


  - Original Message -
  From: Dave Lyons [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Sunday, January 26, 2003 7:54 PM
  Subject: Re: Any way to send notice of a request for info
  to a cell phone?


   your client is right and I should know as I am a realtor
  and own a real
   estate company.
   he just needs to simply have his phone internet ready and
  accept emails.
   Doesn't get any simpler
   I tell my agents this all the time yet they never believe me, lol
  
   - Original Message -
   From: Rick Faircloth [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Sent: Sunday, January 26, 2003 6:05 PM
   Subject: Any way to send notice of a request for info to
  a cell phone?
  
  
Hi, all.
   
I've got a real estate client who wants to receive an automated
call to his cell phone when a visitor to his website
  fills out and sends
a Request For Info form.  Seems like there's a new service he's
heard about that's going to provide this...
   
ANY ideas at all on how this might be done?
   
Articles?  Clues?
   
Anything?
   
(I'm running Win 2000 Server, CF 4.5.2)
(Could update, if CFMX / Flash Remoting / Flash
  Communication Server
had a way to achieve this...)
   
Thanks,
   
Rick
   
   
   
   
  
  
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Any way to send notice of a request for info to a cell phone?

2003-01-27 Thread Rick Faircloth
Hi, Larry.

That does seem very simple *and* very cheap at $1.95 per month
for unlimited messages.

So, I guess all that would be required on the client end would be a
digital phone to handle the digital transmissions, right?

Is that www.uscellular.com?

Rick


  -Original Message-
  From: Larry Juncker [mailto:[EMAIL PROTECTED]]
  Sent: Monday, January 27, 2003 9:43 AM
  To: CF-Talk
  Subject: RE: Any way to send notice of a request for info to a cell
  phone?


  I looked this weekend at United States Cellular website and
  it seems that if
  you have their digital phone service,
  you can pay $1.95 per month to have an email address for
  your cell phone
  which ends up being

  [your ten digit phone number]@email.uscc.net

  Then unlimited email can be sent to your phone by simply
  sending the email
  to that email address.

  Can not get any simpler than that.


  Larry Juncker
  Senior Cold fusion Developer
  Heartland Communications Group, Inc.
  [EMAIL PROTECTED]
  (515) 574-2122

  CONFIDENTIALITY NOTICE
  The information contained in this e-mail is intended only
  for the use of the
  individual or entity to which it is addressed.  This e-mail
  may contain
  information that is privileged, confidential and/or
  personal.  If the reader
  of this message is not the intended recipient (or the
  employee or agent
  responsible to deliver it to the intended recipient), you are hereby
  notified that any dissemination, distribution, or copying of this
  communication is prohibited.

  If you have received this communication in error, please
  notify us at the
  e-mail listed above.

  -Original Message-
  From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, January 26, 2003 5:05 PM
  To: CF-Talk
  Subject: Any way to send notice of a request for info to a
  cell phone?


  Hi, all.

  I've got a real estate client who wants to receive an automated
  call to his cell phone when a visitor to his website fills
  out and sends
  a Request For Info form.  Seems like there's a new service he's
  heard about that's going to provide this...

  ANY ideas at all on how this might be done?

  Articles?  Clues?

  Anything?

  (I'm running Win 2000 Server, CF 4.5.2)
  (Could update, if CFMX / Flash Remoting / Flash Communication Server
  had a way to achieve this...)

  Thanks,

  Rick




  
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Any way to send notice of a request for info to a cell phone?

2003-01-27 Thread Rick Faircloth
I see they would have to also have to be a USCellular customer...

Rick


  -Original Message-
  From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
  Sent: Monday, January 27, 2003 9:54 AM
  To: CF-Talk
  Subject: RE: Any way to send notice of a request for info to a cell
  phone?


  Hi, Larry.

  That does seem very simple *and* very cheap at $1.95 per month
  for unlimited messages.

  So, I guess all that would be required on the client end would be a
  digital phone to handle the digital transmissions, right?

  Is that www.uscellular.com?

  Rick


-Original Message-
From: Larry Juncker [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 9:43 AM
To: CF-Talk
Subject: RE: Any way to send notice of a request for
  info to a cell
phone?
  
  
I looked this weekend at United States Cellular website and
it seems that if
you have their digital phone service,
you can pay $1.95 per month to have an email address for
your cell phone
which ends up being
  
[your ten digit phone number]@email.uscc.net
  
Then unlimited email can be sent to your phone by simply
sending the email
to that email address.
  
Can not get any simpler than that.
  
  
Larry Juncker
Senior Cold fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]
(515) 574-2122
  
CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only
for the use of the
individual or entity to which it is addressed.  This e-mail
may contain
information that is privileged, confidential and/or
personal.  If the reader
of this message is not the intended recipient (or the
employee or agent
responsible to deliver it to the intended recipient),
  you are hereby
notified that any dissemination, distribution, or
  copying of this
communication is prohibited.
  
If you have received this communication in error, please
notify us at the
e-mail listed above.
  
-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 26, 2003 5:05 PM
To: CF-Talk
Subject: Any way to send notice of a request for info to a
cell phone?
  
  
Hi, all.
  
I've got a real estate client who wants to receive an
  automated
call to his cell phone when a visitor to his website fills
out and sends
a Request For Info form.  Seems like there's a new
  service he's
heard about that's going to provide this...
  
ANY ideas at all on how this might be done?
  
Articles?  Clues?
  
Anything?
  
(I'm running Win 2000 Server, CF 4.5.2)
(Could update, if CFMX / Flash Remoting / Flash
  Communication Server
had a way to achieve this...)
  
Thanks,
  
Rick
  
  
  
  
  
  
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Server monitor WAS RE: _Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?

2003-01-27 Thread Matt Robertson
I already did :)

http://devex.macromedia.com/developer/gallery/info.cfm?ID=F18F4428-3867-11D5
-83EF00508B94F85Amethod=Full

Have fun with it.  Its saved me a bundle over the last couple of years.

- Original Message -
From: Josh Trefethen [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Sunday, January 26, 2003 8:58 PM
Subject: Server monitor WAS RE:
_Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?


 So what is this homegrown server monitor you mentioned?  Would you be
 willing to share the code?

 --
 Josh Trefethen

 .:[ Exciteworks, Inc ]::[ http://exciteworks.com ]:.
 .::[ cf hosting on linux ]::[ consulting ]::[ expertise ]::.


 -Original Message-
 From: Matt Robertson [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 26, 2003 8:51 PM
 To: CF-Talk
 Subject: Re:
 _Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?


 I've been doing this for quite awhile with my homegrown server monitor
 and it works great.  Responses usually received within seconds.  I found
 it easiest to encapsulate a REALLY short message in the subject so I can
 see whats up asap.

 --Matt Robertson--
 MSB Designs, Inc.
 http://mysecretbase.com

 - Original Message -
 From: Rick Faircloth [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Sunday, January 26, 2003 4:18 PM
 Subject: RE:
 _Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?


  Sounds like a good idea, Russ.
  I'm sure he'd go for that.  He just wants notice so he can respond
  quickly.  A forwarded email would be perfect...
 
  Rick
 
 
-Original Message-
From: Russ [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 26, 2003 6:59 PM
To: CF-Talk
Subject: RE:
  
 _Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?
  
  
I'm sure you've probably covered it, but, just in case...
  
Would he accept a page or text message to his phone?
Something that
is sent to an email address that forwards to his phone,
instead?  Most
phones now have that capability, but in the event his
doesn't, it would
be a hell of a lot easier (and probably cheaper) to upgrad to
 that
solution than to spend all the time researching, finding and
implementing a solution like hat you're looking for.
  
Just my $.02.
  
Russ
  
 -Original Message-
 From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 26, 2003 5:58 PM
 To: CF-Talk
 Subject:

 Re:_Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?


 I don't know about a call, but you might look into SMS...
 I'd be willing
 to bet there's a Java utility somewhere that can send SMS
 messages.

  Hi, all.

  I've got a real estate client who wants to receive an
  automated
  call to his cell phone when a visitor to his website fills
  out and sends
  a Request For Info form.  Seems like there's a new
  service he's
  heard about that's going to provide this...

  ANY ideas at all on how this might be done?

  Articles?  Clues?

  Anything?

  (I'm running Win 2000 Server, CF 4.5.2)
  (Could update, if CFMX / Flash Remoting / Flash
  Communication Server
  had a way to achieve this...)

  Thanks,

  Rick



  ~~
  ~~~|
  Archives:
  http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
  Subscription: http://www.houseoffusion.com/cf_lists/index.
  cfm?method=subscribeforumid=4
  FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
  This list and all House of Fusion resources hosted by
  CFHosting.com. The place for dependable ColdFusion
  Hosting.

  Unsubscribe:
 http://www.houseoffusion.com/cf_lists/uns
 
 ubscribe.cfm?user=633.558.4



 s. isaac dealey954-776-0046

 new epoch  http://www.turnkey.to

 lead architect, tapestry cms   http://products.turnkey.to

 tapestry api is opensource http://www.turnkey.to/tapi

 certified advanced coldfusion 5 developer
 http://www.macromedia.com/v1/handlers/index.cfm?ID=21816


  
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your 

CFMail Not Local Host - Not a Gateway

2003-01-27 Thread Bryan F. Hogan
We recently changed our imail server settings to not allow relaying. In
doing so we had to upagrade our Persits.Mailsender which allows the username
and password attributes, which solves the problem with Not a Local Host -
Not a Gateway.

In CFMail there is no such attribute. Has anyone ever had this problem and
if so how do you fix it?


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Any way to send notice of a request for info to a cell phone?

2003-01-27 Thread Larry Juncker
Yes that is correct and yes, as I said in my first reply, you do have to be
a US Cellular client.
However, I am guessing that if it is this easy with US Cellular that it
probably is just about as easy with all Cell carriers.

Larry Juncker
Senior Cold fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]
(515) 574-2122

CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for the use of the
individual or entity to which it is addressed.  This e-mail may contain
information that is privileged, confidential and/or personal.  If the reader
of this message is not the intended recipient (or the employee or agent
responsible to deliver it to the intended recipient), you are hereby
notified that any dissemination, distribution, or copying of this
communication is prohibited.

If you have received this communication in error, please notify us at the
e-mail listed above.

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 8:54 AM
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phone?


Hi, Larry.

That does seem very simple *and* very cheap at $1.95 per month
for unlimited messages.

So, I guess all that would be required on the client end would be a
digital phone to handle the digital transmissions, right?

Is that www.uscellular.com?

Rick


  -Original Message-
  From: Larry Juncker [mailto:[EMAIL PROTECTED]]
  Sent: Monday, January 27, 2003 9:43 AM
  To: CF-Talk
  Subject: RE: Any way to send notice of a request for info to a cell
  phone?


  I looked this weekend at United States Cellular website and
  it seems that if
  you have their digital phone service,
  you can pay $1.95 per month to have an email address for
  your cell phone
  which ends up being

  [your ten digit phone number]@email.uscc.net

  Then unlimited email can be sent to your phone by simply
  sending the email
  to that email address.

  Can not get any simpler than that.


  Larry Juncker
  Senior Cold fusion Developer
  Heartland Communications Group, Inc.
  [EMAIL PROTECTED]
  (515) 574-2122

  CONFIDENTIALITY NOTICE
  The information contained in this e-mail is intended only
  for the use of the
  individual or entity to which it is addressed.  This e-mail
  may contain
  information that is privileged, confidential and/or
  personal.  If the reader
  of this message is not the intended recipient (or the
  employee or agent
  responsible to deliver it to the intended recipient), you are hereby
  notified that any dissemination, distribution, or copying of this
  communication is prohibited.

  If you have received this communication in error, please
  notify us at the
  e-mail listed above.

  -Original Message-
  From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, January 26, 2003 5:05 PM
  To: CF-Talk
  Subject: Any way to send notice of a request for info to a
  cell phone?


  Hi, all.

  I've got a real estate client who wants to receive an automated
  call to his cell phone when a visitor to his website fills
  out and sends
  a Request For Info form.  Seems like there's a new service he's
  heard about that's going to provide this...

  ANY ideas at all on how this might be done?

  Articles?  Clues?

  Anything?

  (I'm running Win 2000 Server, CF 4.5.2)
  (Could update, if CFMX / Flash Remoting / Flash Communication Server
  had a way to achieve this...)

  Thanks,

  Rick






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMail Not Local Host - Not a Gateway

2003-01-27 Thread Robert Everland
You have to also allow a set number of ips through. That fixed it for me.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 

-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 27, 2003 10:09 AM
To: CF-Talk
Subject: CFMail Not Local Host - Not a Gateway


We recently changed our imail server settings to not allow relaying. In
doing so we had to upagrade our Persits.Mailsender which allows the username
and password attributes, which solves the problem with Not a Local Host -
Not a Gateway.

In CFMail there is no such attribute. Has anyone ever had this problem and
if so how do you fix it?


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: _Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?

2003-01-27 Thread Matt Robertson
While I don't have all of your app's details, all you need to send my cell
phone email is cfmail and my email address.  Just have to keep it real short
or scrolling is a pain. Thats why I mentioned encapsulating your message in
the subject, as the subject is viewable a button click or two faster than
the message itself.

See my previous post for the monitor link.   FYI I use it to monitor http
(cfm), smtp and web mail (imail) connectivity at 5-minute intervals.  I have
an extra cf server license so I run it off my home dsl connection for $0.
Even a $20 hosting acct is a lot cheaper than what you'll pay for 3-minute
intervals from a commercial provider.

Cheers,

--Matt Robertson--
MSB Designs, Inc.
http://mysecretbase.com

- Original Message -
From: Rick Faircloth [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 6:33 AM
Subject: RE:
_Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?


 Hi, Matt.

 Can you give some more details about you homegrown server monitor
 and how it works?

 Seems to far that all I need to do is make sure my client has a phone and
 phone service that are email or SMS compatible (if there's a difference)
 and have CF fire off an email when a certain activity on the site occurs.

 Is that about the size of it, or is there more to it?

 Rick



   -Original Message-
   From: Matt Robertson [mailto:[EMAIL PROTECTED]]
   Sent: Sunday, January 26, 2003 11:51 PM
   To: CF-Talk
   Subject: Re:
   _Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?
 
 
   I've been doing this for quite awhile with my homegrown
   server monitor and
   it works great.  Responses usually received within seconds.
   I found it
   easiest to encapsulate a REALLY short message in the subject
   so I can see
   whats up asap.
 
   --Matt Robertson--
   MSB Designs, Inc.
   http://mysecretbase.com
 
   - Original Message -
   From: Rick Faircloth [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Sent: Sunday, January 26, 2003 4:18 PM
   Subject: RE:
   _Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?
 
 
Sounds like a good idea, Russ.
I'm sure he'd go for that.  He just wants notice so he can
respond quickly.  A forwarded email would be perfect...
   
Rick
   
   
  -Original Message-
  From: Russ [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, January 26, 2003 6:59 PM
  To: CF-Talk
  Subject: RE:

   _Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?


  I'm sure you've probably covered it, but, just in case...

  Would he accept a page or text message to his phone?
  Something that
  is sent to an email address that forwards to his phone,
  instead?  Most
  phones now have that capability, but in the event his
  doesn't, it would
  be a hell of a lot easier (and probably cheaper) to
   upgrad to that
  solution than to spend all the time researching, finding
and
  implementing a solution like hat you're looking for.

  Just my $.02.

  Russ

   -Original Message-
   From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
   Sent: Sunday, January 26, 2003 5:58 PM
   To: CF-Talk
   Subject:
  
   Re:_Any_way_to_send_notice_of_a_request_for_info_to_a_cell_phone?
  
  
   I don't know about a call, but you might look
   into SMS...
   I'd be willing
   to bet there's a Java utility somewhere that can send
SMS
   messages.
  
Hi, all.
  
I've got a real estate client who wants to receive an
automated
call to his cell phone when a visitor to his
   website fills
out and sends
a Request For Info form.  Seems like there's a new
service he's
heard about that's going to provide this...
  
ANY ideas at all on how this might be done?
  
Articles?  Clues?
  
Anything?
  
(I'm running Win 2000 Server, CF 4.5.2)
(Could update, if CFMX / Flash Remoting / Flash
Communication Server
had a way to achieve this...)
  
Thanks,
  
Rick
  
  
  
   
   ~~

RE: CFMail Not Local Host - Not a Gateway

2003-01-27 Thread Bryan F. Hogan
Thanks for the reply, this is not an option. This would require me to set
the ip address of each and every site that I have, that would not be very
cool. I know ActivMail has a username, pass option but to much $$$.


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL


-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:04 AM
To: CF-Talk
Subject: RE: CFMail Not Local Host - Not a Gateway


You have to also allow a set number of ips through. That fixed it for me.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com

-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:09 AM
To: CF-Talk
Subject: CFMail Not Local Host - Not a Gateway


We recently changed our imail server settings to not allow relaying. In
doing so we had to upagrade our Persits.Mailsender which allows the username
and password attributes, which solves the problem with Not a Local Host -
Not a Gateway.

In CFMail there is no such attribute. Has anyone ever had this problem and
if so how do you fix it?


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMail Not Local Host - Not a Gateway

2003-01-27 Thread Robert Everland
Not if they are all on one box. I just set one ip address per box. The only
other option is to install MS smtp and use that to send email. 

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com 

-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 27, 2003 10:22 AM
To: CF-Talk
Subject: RE: CFMail Not Local Host - Not a Gateway


Thanks for the reply, this is not an option. This would require me to set
the ip address of each and every site that I have, that would not be very
cool. I know ActivMail has a username, pass option but to much $$$.


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL


-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:04 AM
To: CF-Talk
Subject: RE: CFMail Not Local Host - Not a Gateway


You have to also allow a set number of ips through. That fixed it for me.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com

-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:09 AM
To: CF-Talk
Subject: CFMail Not Local Host - Not a Gateway


We recently changed our imail server settings to not allow relaying. In
doing so we had to upagrade our Persits.Mailsender which allows the username
and password attributes, which solves the problem with Not a Local Host -
Not a Gateway.

In CFMail there is no such attribute. Has anyone ever had this problem and
if so how do you fix it?


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Any way to send notice of a request for info to a cell phone?

2003-01-27 Thread Matt Robertson
Larry wrote
 I am guessing that if it is this easy with US Cellular that it
 probably is just about as easy with all Cell carriers.

Yup.  Email comes free with my ATT acct, and cost me about what US Cellular
charges back when I was with Pacific Bell (now Cingular) about 2 years ago.
Neither had a message limit.  I'd expect every carrier to have this at least
available.

--Matt Robertson--
MSB Designs, Inc.
http://mysecretbase.com

- Original Message -
From: Larry Juncker [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 7:09 AM
Subject: RE: Any way to send notice of a request for info to a cell phone?


 Yes that is correct and yes, as I said in my first reply, you do have to
be
 a US Cellular client.

 Larry Juncker
 Senior Cold fusion Developer
 Heartland Communications Group, Inc.
 [EMAIL PROTECTED]
 (515) 574-2122

 CONFIDENTIALITY NOTICE
 The information contained in this e-mail is intended only for the use of
the
 individual or entity to which it is addressed.  This e-mail may contain
 information that is privileged, confidential and/or personal.  If the
reader
 of this message is not the intended recipient (or the employee or agent
 responsible to deliver it to the intended recipient), you are hereby
 notified that any dissemination, distribution, or copying of this
 communication is prohibited.

 If you have received this communication in error, please notify us at the
 e-mail listed above.

 -Original Message-
 From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 27, 2003 8:54 AM
 To: CF-Talk
 Subject: RE: Any way to send notice of a request for info to a cell
 phone?


 Hi, Larry.

 That does seem very simple *and* very cheap at $1.95 per month
 for unlimited messages.

 So, I guess all that would be required on the client end would be a
 digital phone to handle the digital transmissions, right?

 Is that www.uscellular.com?

 Rick


   -Original Message-
   From: Larry Juncker [mailto:[EMAIL PROTECTED]]
   Sent: Monday, January 27, 2003 9:43 AM
   To: CF-Talk
   Subject: RE: Any way to send notice of a request for info to a
cell
   phone?
 
 
   I looked this weekend at United States Cellular website and
   it seems that if
   you have their digital phone service,
   you can pay $1.95 per month to have an email address for
   your cell phone
   which ends up being
 
   [your ten digit phone number]@email.uscc.net
 
   Then unlimited email can be sent to your phone by simply
   sending the email
   to that email address.
 
   Can not get any simpler than that.
 
 
   Larry Juncker
   Senior Cold fusion Developer
   Heartland Communications Group, Inc.
   [EMAIL PROTECTED]
   (515) 574-2122
 
   CONFIDENTIALITY NOTICE
   The information contained in this e-mail is intended only
   for the use of the
   individual or entity to which it is addressed.  This e-mail
   may contain
   information that is privileged, confidential and/or
   personal.  If the reader
   of this message is not the intended recipient (or the
   employee or agent
   responsible to deliver it to the intended recipient), you are
hereby
   notified that any dissemination, distribution, or copying of this
   communication is prohibited.
 
   If you have received this communication in error, please
   notify us at the
   e-mail listed above.
 
   -Original Message-
   From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
   Sent: Sunday, January 26, 2003 5:05 PM
   To: CF-Talk
   Subject: Any way to send notice of a request for info to a
   cell phone?
 
 
   Hi, all.
 
   I've got a real estate client who wants to receive an automated
   call to his cell phone when a visitor to his website fills
   out and sends
   a Request For Info form.  Seems like there's a new service he's
   heard about that's going to provide this...
 
   ANY ideas at all on how this might be done?
 
   Articles?  Clues?
 
   Anything?
 
   (I'm running Win 2000 Server, CF 4.5.2)
   (Could update, if CFMX / Flash Remoting / Flash Communication
Server
   had a way to achieve this...)
 
   Thanks,
 
   Rick
 
 
 
 
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Any way to send notice of a request for info to a cell phone?

2003-01-27 Thread Adrocknaphobia Jones
I can vouch for SprintPCS and Verizon. Both have given me email
addresses as part of my monthly plan. Sprint also has a web based form
for sending text-messages. It was fairly easy to use CFHTTP to submit to
that form and send text messages to myself from my site. I found that
text messages moved faster on their network.

My only beef with email is that I had to get online with my particular
phone to 'check' for email. However, text messages just poped up.

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-Original Message-
From: Larry Juncker [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 27, 2003 10:10 AM
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phone?

Yes that is correct and yes, as I said in my first reply, you do have to
be
a US Cellular client.
However, I am guessing that if it is this easy with US Cellular that it
probably is just about as easy with all Cell carriers.

Larry Juncker
Senior Cold fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]
(515) 574-2122

CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for the use of
the
individual or entity to which it is addressed.  This e-mail may contain
information that is privileged, confidential and/or personal.  If the
reader
of this message is not the intended recipient (or the employee or agent
responsible to deliver it to the intended recipient), you are hereby
notified that any dissemination, distribution, or copying of this
communication is prohibited.

If you have received this communication in error, please notify us at
the
e-mail listed above.

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 8:54 AM
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phone?


Hi, Larry.

That does seem very simple *and* very cheap at $1.95 per month
for unlimited messages.

So, I guess all that would be required on the client end would be a
digital phone to handle the digital transmissions, right?

Is that www.uscellular.com?

Rick


  -Original Message-
  From: Larry Juncker [mailto:[EMAIL PROTECTED]]
  Sent: Monday, January 27, 2003 9:43 AM
  To: CF-Talk
  Subject: RE: Any way to send notice of a request for info to a
cell
  phone?


  I looked this weekend at United States Cellular website and
  it seems that if
  you have their digital phone service,
  you can pay $1.95 per month to have an email address for
  your cell phone
  which ends up being

  [your ten digit phone number]@email.uscc.net

  Then unlimited email can be sent to your phone by simply
  sending the email
  to that email address.

  Can not get any simpler than that.


  Larry Juncker
  Senior Cold fusion Developer
  Heartland Communications Group, Inc.
  [EMAIL PROTECTED]
  (515) 574-2122

  CONFIDENTIALITY NOTICE
  The information contained in this e-mail is intended only
  for the use of the
  individual or entity to which it is addressed.  This e-mail
  may contain
  information that is privileged, confidential and/or
  personal.  If the reader
  of this message is not the intended recipient (or the
  employee or agent
  responsible to deliver it to the intended recipient), you are
hereby
  notified that any dissemination, distribution, or copying of this
  communication is prohibited.

  If you have received this communication in error, please
  notify us at the
  e-mail listed above.

  -Original Message-
  From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, January 26, 2003 5:05 PM
  To: CF-Talk
  Subject: Any way to send notice of a request for info to a
  cell phone?


  Hi, all.

  I've got a real estate client who wants to receive an automated
  call to his cell phone when a visitor to his website fills
  out and sends
  a Request For Info form.  Seems like there's a new service he's
  heard about that's going to provide this...

  ANY ideas at all on how this might be done?

  Articles?  Clues?

  Anything?

  (I'm running Win 2000 Server, CF 4.5.2)
  (Could update, if CFMX / Flash Remoting / Flash Communication
Server
  had a way to achieve this...)

  Thanks,

  Rick







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

 

RE: CFMail Not Local Host - Not a Gateway

2003-01-27 Thread Bryan F. Hogan
I will look into it. I thought that I heard somewhere where there was a way
to provide the user/pass in the header of the mail but I can't remember
where I heard it and how to do it.


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL


-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:14 AM
To: CF-Talk
Subject: RE: CFMail Not Local Host - Not a Gateway


Not if they are all on one box. I just set one ip address per box. The only
other option is to install MS smtp and use that to send email.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com

-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:22 AM
To: CF-Talk
Subject: RE: CFMail Not Local Host - Not a Gateway


Thanks for the reply, this is not an option. This would require me to set
the ip address of each and every site that I have, that would not be very
cool. I know ActivMail has a username, pass option but to much $$$.


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL


-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:04 AM
To: CF-Talk
Subject: RE: CFMail Not Local Host - Not a Gateway


You have to also allow a set number of ips through. That fixed it for me.

Robert Everland III
Web Developer Extraordinaire
Dixon Ticonderoga Company
http://www.dixonusa.com

-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:09 AM
To: CF-Talk
Subject: CFMail Not Local Host - Not a Gateway


We recently changed our imail server settings to not allow relaying. In
doing so we had to upagrade our Persits.Mailsender which allows the username
and password attributes, which solves the problem with Not a Local Host -
Not a Gateway.

In CFMail there is no such attribute. Has anyone ever had this problem and
if so how do you fix it?


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CFMail Not Local Host - Not a Gateway

2003-01-27 Thread Matt Robertson
No, just set the ip of the cf server.  If your sites are all on individual
dedicated boxes, then *thats* a problem.

--Matt Robertson--
MSB Designs, Inc.
http://mysecretbase.com

- Original Message -
From: Bryan F. Hogan [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 7:22 AM
Subject: RE: CFMail Not Local Host - Not a Gateway


 Thanks for the reply, this is not an option. This would require me to set
 the ip address of each and every site that I have, that would not be very
 cool. I know ActivMail has a username, pass option but to much $$$.

 
 Bryan F. Hogan
 Director of Internet Development
 Macromedia Certified ColdFusion MX Developer
 Digital Bay Media, Inc.
 1-877-72DIGITAL
 

 -Original Message-
 From: Robert Everland [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 27, 2003 10:04 AM
 To: CF-Talk
 Subject: RE: CFMail Not Local Host - Not a Gateway


 You have to also allow a set number of ips through. That fixed it for me.

 Robert Everland III
 Web Developer Extraordinaire
 Dixon Ticonderoga Company
 http://www.dixonusa.com

 -Original Message-
 From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 27, 2003 10:09 AM
 To: CF-Talk
 Subject: CFMail Not Local Host - Not a Gateway


 We recently changed our imail server settings to not allow relaying. In
 doing so we had to upagrade our Persits.Mailsender which allows the
username
 and password attributes, which solves the problem with Not a Local Host -
 Not a Gateway.

 In CFMail there is no such attribute. Has anyone ever had this problem and
 if so how do you fix it?

 
 Bryan F. Hogan
 Director of Internet Development
 Macromedia Certified ColdFusion MX Developer
 Digital Bay Media, Inc.
 1-877-72DIGITAL
 



 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Any way to send notice of a request for info to a cell phone?

2003-01-27 Thread Douglas.Knudsen
Recently, in the past year IIRC, all the big cell companies agreed to allow SMS move 
across different networks.  So you can send SMS from say a Verizon phone to a Cingular 
phone.  Recently this agreement was extended into Canada and Mexico I think.

In my case, I can just use CFMAIL to send an SMS via email.  Most cell companies have 
this setup now.  

Cheers!

--
Douglas Knudsen
Alltel Corporate
CIS Group
Spoon feeding in the long run teaches us nothing but the shape of the spoon. - E.M. 
Forster 


-Original Message-
From: Larry Juncker [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:10 AM
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phone?


Yes that is correct and yes, as I said in my first reply, you 
do have to be
a US Cellular client.
However, I am guessing that if it is this easy with US Cellular that it
probably is just about as easy with all Cell carriers.

Larry Juncker
Senior Cold fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]
(515) 574-2122

CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for 
the use of the
individual or entity to which it is addressed.  This e-mail may contain
information that is privileged, confidential and/or personal.  
If the reader
of this message is not the intended recipient (or the employee or agent
responsible to deliver it to the intended recipient), you are hereby
notified that any dissemination, distribution, or copying of this
communication is prohibited.

If you have received this communication in error, please 
notify us at the
e-mail listed above.

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 8:54 AM
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phone?


Hi, Larry.

That does seem very simple *and* very cheap at $1.95 per month
for unlimited messages.

So, I guess all that would be required on the client end would be a
digital phone to handle the digital transmissions, right?

Is that www.uscellular.com?

Rick


  -Original Message-
  From: Larry Juncker [mailto:[EMAIL PROTECTED]]
  Sent: Monday, January 27, 2003 9:43 AM
  To: CF-Talk
  Subject: RE: Any way to send notice of a request for 
info to a cell
  phone?


  I looked this weekend at United States Cellular website and
  it seems that if
  you have their digital phone service,
  you can pay $1.95 per month to have an email address for
  your cell phone
  which ends up being

  [your ten digit phone number]@email.uscc.net

  Then unlimited email can be sent to your phone by simply
  sending the email
  to that email address.

  Can not get any simpler than that.


  Larry Juncker
  Senior Cold fusion Developer
  Heartland Communications Group, Inc.
  [EMAIL PROTECTED]
  (515) 574-2122

  CONFIDENTIALITY NOTICE
  The information contained in this e-mail is intended only
  for the use of the
  individual or entity to which it is addressed.  This e-mail
  may contain
  information that is privileged, confidential and/or
  personal.  If the reader
  of this message is not the intended recipient (or the
  employee or agent
  responsible to deliver it to the intended recipient), 
you are hereby
  notified that any dissemination, distribution, or 
copying of this
  communication is prohibited.

  If you have received this communication in error, please
  notify us at the
  e-mail listed above.

  -Original Message-
  From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, January 26, 2003 5:05 PM
  To: CF-Talk
  Subject: Any way to send notice of a request for info to a
  cell phone?


  Hi, all.

  I've got a real estate client who wants to receive an automated
  call to his cell phone when a visitor to his website fills
  out and sends
  a Request For Info form.  Seems like there's a new 
service he's
  heard about that's going to provide this...

  ANY ideas at all on how this might be done?

  Articles?  Clues?

  Anything?

  (I'm running Win 2000 Server, CF 4.5.2)
  (Could update, if CFMX / Flash Remoting / Flash 
Communication Server
  had a way to achieve this...)

  Thanks,

  Rick







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
 

Where to put CFMX? - remoting and IIS

2003-01-27 Thread Candace Cottrell
I am using a Windows 2000 Server with IIS that has been partitioned to a
C drive (4.? GB) and a D Drive (11 GB) for space reasons initially
encountered in NT 4.
 
So, I have two websites that live on the D drive. One (the default) 
points to the name of the machine (http://webdev/) and the other points
to a dns name (http://intranetdev.domain.org). The CFIDE is located in
the wwwroot of the default site.
 
Where do I install cfmx so that I can use flash remoting with both of
these?
 
The localhost and 127.0.0.1 pointers don't work, and I am unable to
connect to the default gateway.
 
So what I have done is completely uninstall cfmx and am ready to start
with a clean slate.
 
One other question... even after I ran the uninstaller, the
c:\cfusionMx folder is still there as well as the cfide and other cf
folders in the default wwwroot. Should I delete those before
reinstalling?
 
Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org 
 
 
[EMAIL PROTECTED]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Any way to send notice of a request for info to a cell phon e?

2003-01-27 Thread Neil.Robertson-Ravo
what, send a text message to another phone on a different network...?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 15:29
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phone?


Recently, in the past year IIRC, all the big cell companies agreed to allow
SMS move across different networks.  So you can send SMS from say a Verizon
phone to a Cingular phone.  Recently this agreement was extended into Canada
and Mexico I think.

In my case, I can just use CFMAIL to send an SMS via email.  Most cell
companies have this setup now.  

Cheers!

--
Douglas Knudsen
Alltel Corporate
CIS Group
Spoon feeding in the long run teaches us nothing but the shape of the
spoon. - E.M. Forster 


-Original Message-
From: Larry Juncker [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:10 AM
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phone?


Yes that is correct and yes, as I said in my first reply, you 
do have to be
a US Cellular client.
However, I am guessing that if it is this easy with US Cellular that it
probably is just about as easy with all Cell carriers.

Larry Juncker
Senior Cold fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]
(515) 574-2122

CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for 
the use of the
individual or entity to which it is addressed.  This e-mail may contain
information that is privileged, confidential and/or personal.  
If the reader
of this message is not the intended recipient (or the employee or agent
responsible to deliver it to the intended recipient), you are hereby
notified that any dissemination, distribution, or copying of this
communication is prohibited.

If you have received this communication in error, please 
notify us at the
e-mail listed above.

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 8:54 AM
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phone?


Hi, Larry.

That does seem very simple *and* very cheap at $1.95 per month
for unlimited messages.

So, I guess all that would be required on the client end would be a
digital phone to handle the digital transmissions, right?

Is that www.uscellular.com?

Rick


  -Original Message-
  From: Larry Juncker [mailto:[EMAIL PROTECTED]]
  Sent: Monday, January 27, 2003 9:43 AM
  To: CF-Talk
  Subject: RE: Any way to send notice of a request for 
info to a cell
  phone?


  I looked this weekend at United States Cellular website and
  it seems that if
  you have their digital phone service,
  you can pay $1.95 per month to have an email address for
  your cell phone
  which ends up being

  [your ten digit phone number]@email.uscc.net

  Then unlimited email can be sent to your phone by simply
  sending the email
  to that email address.

  Can not get any simpler than that.


  Larry Juncker
  Senior Cold fusion Developer
  Heartland Communications Group, Inc.
  [EMAIL PROTECTED]
  (515) 574-2122

  CONFIDENTIALITY NOTICE
  The information contained in this e-mail is intended only
  for the use of the
  individual or entity to which it is addressed.  This e-mail
  may contain
  information that is privileged, confidential and/or
  personal.  If the reader
  of this message is not the intended recipient (or the
  employee or agent
  responsible to deliver it to the intended recipient), 
you are hereby
  notified that any dissemination, distribution, or 
copying of this
  communication is prohibited.

  If you have received this communication in error, please
  notify us at the
  e-mail listed above.

  -Original Message-
  From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, January 26, 2003 5:05 PM
  To: CF-Talk
  Subject: Any way to send notice of a request for info to a
  cell phone?


  Hi, all.

  I've got a real estate client who wants to receive an automated
  call to his cell phone when a visitor to his website fills
  out and sends
  a Request For Info form.  Seems like there's a new 
service he's
  heard about that's going to provide this...

  ANY ideas at all on how this might be done?

  Articles?  Clues?

  Anything?

  (I'm running Win 2000 Server, CF 4.5.2)
  (Could update, if CFMX / Flash Remoting / Flash 
Communication Server
  had a way to achieve this...)

  Thanks,

  Rick








~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 

Re: Access is Denied JS Error

2003-01-27 Thread Frank Mamone
Thanks  guys time to find a new way.


- Original Message -
From: Thomas Chiverton [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 9:35 AM
Subject: Re: Access is Denied JS Error


 On Monday 27 Jan 2003 14:26 pm, Frank Mamone wrote:
  script
  top.middleframe.document.location = http://www.yahoo.com;;
  /script
 
  It works the first time, but then gives Access is denied on the first
  refresh.

 The document security model :-)

 Basicly, middle frame is now 'owned' by yahoo.com, so unless you're in
 yahoo.com too, you will not be able to modify the object.

 --
 Tom C

 If at first you don't succeed, use a different socket.
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Load Balancing: Disk Options?

2003-01-27 Thread Paris Lundis
No matter what you implement there are bound to be issues... Here is 
the list I have as a set base of consideration:

1. Synchronization can take time ... Solution:   have synchronization 
run at file / OS level to distribute new items... Problem: lots of 
simultaneous access could make the site perform poorly or even crash...

2. Multiple synchronizers can cause things to be out of sequence..
Solution: centralize synchronization - parent to children 
relationship.. Problem: Single point of failure on the parent - 
implement 2 parents...

3. Backup and security... Both have unique needs and windows of 
time...  Solution: Create N+1 spare duplicate to keep a snapshot of all 
data for backup and security considertations offline...

Those are my major items...

Best thing to do:

1. Implement NAS
2. Implement duplicates of NAS via Samba on various Unix varieties
3. Run commercial or CLI unix type sychronizers...
4. Parse data out of CF and have mechanism to do a bulk update... setup 
a scheduled event to parse out all new pages on some schedule 
to 'refresh' / validate everything...

Still some mechanism for making the parent  - the NAS - redundant are 
needed.. That could be done by putting a spare NIC in each NAS type box 
and exchanging data, or a P2P small server/client app (best idea)..

-paris


Paris Lundis
Founder
Areaindex, L.L.C.
http://www.areaindex.com
http://www.pubcrawler.com
412-292-3135
[finding the future in the past, passing the future in the present]
[connecting people, places and things]


-Original Message-
From: Ben Koshy [EMAIL PROTECTED]
Date: Mon, 27 Jan 2003 01:25:26 -0800
Subject: RE: Load Balancing: Disk Options?

 That solution doesn't sound very clean, especially if one mapped
 drive
 is down and we have to trap  catch errors when one disk is down. 
 Then
 after the drives get out of sync, some sort of sychronization would
 have
 to be initiated, plus we would have to determine which drive is out
 of
 sync.  I'd rather use a solution that's transparent to ColdFusion
 Server.
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: SQL Worm

2003-01-27 Thread Paris Lundis
10 Gbps firewall.. sure... distributed firewalls.. multiples... There 
certainly are companies running such...

The point about it being an open network for innovation is a big deal 
considering it is indeed open and subject to all the tortures...  
Perhaps the firewall type ideas could be used defensively to insulate 
when things like this do occur...  A reactive measure...

I agree about the UDP on production being unnecessary Actually, a 
lot of networking should be cut and pure IP only I believe 

-paris


Paris Lundis
Founder
Areaindex, L.L.C.
http://www.areaindex.com
http://www.pubcrawler.com
412-292-3135
[finding the future in the past, passing the future in the present]
[connecting people, places and things]


-Original Message-
From: Jochem van Dieten [EMAIL PROTECTED]
Date: Mon, 27 Jan 2003 11:19:54 +0100
Subject: Re: SQL Worm

 Paris Lundis wrote:
  A good summary Jochem would be for folks to tune the firewall and 
  ensure permissions/allowable IP list...
 
 Since when can you even buy a 10 Gbps firewall?
 
 
  In your environment you point out the user base... 8000...
 agreeable... 
  large base for things...
  
  Tune the firewall and restrict traffic there ... allowing like port
 80 
  in and out disbaling all other services and ports, except those in
 a 
  defined list of authrozied servers...
 
 All 8000 systems are authorized servers. About 65525 of 65536 ports
 are 
 authorized ports. You can't firewall a production network where the 
 product is (supposed to be) innovation.
 
 
 I think we have had this discussion last week already, but firewalls
 are 
 not the answer to all problems. Sure, properly secured firewalls on 
 machines running MS SQL Server would have prevented this issue (at 
 least, nobody has convinced me that UDP should be allowed to a 
 production server at all). But there are allways other scenario's
 where 
 a firewall would not help. In the end, vigilance on all the aspects
 of 
 security is the only way to make sure problems like this worm don't 
 cause a total meltdown of the internet.
 
 Jochem
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Any way to send notice of a request for info to a cell phone?

2003-01-27 Thread Christian Cantrell
If your client's service supports SMS (which almost all do), I would go  
that route.  I use SMS for phone to phone communication, email alerts  
and ICQ messaging, and it works very well.  It is light-weight, fast  
and cheap.  Typically you send an SMS messages from phone to phone,  
however every service provider I have ever used has also supported  
sending SMS messages through email, which means all you have to do is  
use the cfmail tag and the service provider takes care of the rest.

SMS message are limited to between 140 and 160 characters depending on  
the network, so if you want to get fancy, you can pass your data  
through a compression script which translates things like for to  
4, removes spaces, etc.

Christian

On Sunday, January 26, 2003, at 06:05 PM, Rick Faircloth wrote:

 Hi, all.

 I've got a real estate client who wants to receive an automated
 call to his cell phone when a visitor to his website fills out and  
 sends
 a Request For Info form.  Seems like there's a new service he's
 heard about that's going to provide this...

 ANY ideas at all on how this might be done?

 Articles?  Clues?

 Anything?

 (I'm running Win 2000 Server, CF 4.5.2)
 (Could update, if CFMX / Flash Remoting / Flash Communication Server
 had a way to achieve this...)

 Thanks,

 Rick



 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMail Not Local Host - Not a Gateway

2003-01-27 Thread Bryan F. Hogan
I just tried this, I set all of the allowed IP addresses to my CF boxes and
tried to send some mail, got the same error.


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL


-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:35 AM
To: CF-Talk
Subject: Re: CFMail Not Local Host - Not a Gateway


No, just set the ip of the cf server.  If your sites are all on individual
dedicated boxes, then *thats* a problem.

--Matt Robertson--
MSB Designs, Inc.
http://mysecretbase.com

- Original Message -
From: Bryan F. Hogan [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 7:22 AM
Subject: RE: CFMail Not Local Host - Not a Gateway


 Thanks for the reply, this is not an option. This would require me to set
 the ip address of each and every site that I have, that would not be very
 cool. I know ActivMail has a username, pass option but to much $$$.

 
 Bryan F. Hogan
 Director of Internet Development
 Macromedia Certified ColdFusion MX Developer
 Digital Bay Media, Inc.
 1-877-72DIGITAL
 

 -Original Message-
 From: Robert Everland [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 27, 2003 10:04 AM
 To: CF-Talk
 Subject: RE: CFMail Not Local Host - Not a Gateway


 You have to also allow a set number of ips through. That fixed it for me.

 Robert Everland III
 Web Developer Extraordinaire
 Dixon Ticonderoga Company
 http://www.dixonusa.com

 -Original Message-
 From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 27, 2003 10:09 AM
 To: CF-Talk
 Subject: CFMail Not Local Host - Not a Gateway


 We recently changed our imail server settings to not allow relaying. In
 doing so we had to upagrade our Persits.Mailsender which allows the
username
 and password attributes, which solves the problem with Not a Local Host -
 Not a Gateway.

 In CFMail there is no such attribute. Has anyone ever had this problem and
 if so how do you fix it?

 
 Bryan F. Hogan
 Director of Internet Development
 Macromedia Certified ColdFusion MX Developer
 Digital Bay Media, Inc.
 1-877-72DIGITAL
 





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




CFMX Log Viewer

2003-01-27 Thread Justin Hansen
Has anyone written a appliation.log viewer for MX and would be willing to share?
Other wise I will have to write one. 
Those of us with Professional don't get it built in any more. 

Thanks,
Justin Hansen
--
Uhlig Communications
Systems Engineer
--
[EMAIL PROTECTED]
913-754-4273 Office
816-695-4045 Mobile
--
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMX Log Viewer

2003-01-27 Thread Debbie Dickerson
It's added back in with Updater 2. Install that and you should be all set.

Debbie

-Original Message-
From: Justin Hansen [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 11:00 AM
To: CF-Talk
Subject: CFMX Log Viewer


Has anyone written a appliation.log viewer for MX and would be willing to share?
Other wise I will have to write one. 
Those of us with Professional don't get it built in any more. 

Thanks,
Justin Hansen
--
Uhlig Communications
Systems Engineer
--
[EMAIL PROTECTED]
913-754-4273 Office
816-695-4045 Mobile
--

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Newbie question-Inserting the current date into Access

2003-01-27 Thread Luis Lebron
I have an Access table with a Date/Time field. I have tried to insert the
current date in a variety of different ways but I always end up getting an
error. This is the last thing that I tried #DateFormat(NOW(),
'/mm/dd')#. Any ideas?


thanks,

Luis R. Lebron
Project Manager
Sigmatech, Inc

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Newbie question-Inserting the current date into Access

2003-01-27 Thread Candace Cottrell
You need double quotes around the /mm/dd/
 
Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org
 
 
[EMAIL PROTECTED]

 [EMAIL PROTECTED] 1/27/2003 10:56:11 AM 
I have an Access table with a Date/Time field. I have tried to insert
the
current date in a variety of different ways but I always end up getting
an
error. This is the last thing that I tried #DateFormat(NOW(),
'/mm/dd')#. Any ideas?


thanks,

Luis R. Lebron
Project Manager
Sigmatech, Inc


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Newbie question-Inserting the current date into Access

2003-01-27 Thread Scott Brady
This is the last thing that I tried #DateFormat(NOW(),
'/mm/dd')#. Any ideas?

Instead of using CF to insert the current date, you can use the Access SQL version, 
which I believe is Now().

INSERT INTO
yourTable
(
theDate
)
VALUES
(
Now()
)

I haven't done it in Access in a while and each database has its own version (even SQL 
Server's is different from Access -- go figure) but it should be in the Access help 
file.

Scott

Scott Brady
http://www.scottbrady.net/ 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMail Not Local Host - Not a Gateway

2003-01-27 Thread Bryan F. Hogan
Ok, guys. I was wrong, it did work, my server guy did not save the changes
to the settings in Imail when he added the IP addresses.

Thanks for your help.


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL


-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:54 AM
To: CF-Talk
Subject: RE: CFMail Not Local Host - Not a Gateway


I just tried this, I set all of the allowed IP addresses to my CF boxes and
tried to send some mail, got the same error.


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL


-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:35 AM
To: CF-Talk
Subject: Re: CFMail Not Local Host - Not a Gateway


No, just set the ip of the cf server.  If your sites are all on individual
dedicated boxes, then *thats* a problem.

--Matt Robertson--
MSB Designs, Inc.
http://mysecretbase.com

- Original Message -
From: Bryan F. Hogan [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 7:22 AM
Subject: RE: CFMail Not Local Host - Not a Gateway


 Thanks for the reply, this is not an option. This would require me to set
 the ip address of each and every site that I have, that would not be very
 cool. I know ActivMail has a username, pass option but to much $$$.

 
 Bryan F. Hogan
 Director of Internet Development
 Macromedia Certified ColdFusion MX Developer
 Digital Bay Media, Inc.
 1-877-72DIGITAL
 

 -Original Message-
 From: Robert Everland [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 27, 2003 10:04 AM
 To: CF-Talk
 Subject: RE: CFMail Not Local Host - Not a Gateway


 You have to also allow a set number of ips through. That fixed it for me.

 Robert Everland III
 Web Developer Extraordinaire
 Dixon Ticonderoga Company
 http://www.dixonusa.com

 -Original Message-
 From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 27, 2003 10:09 AM
 To: CF-Talk
 Subject: CFMail Not Local Host - Not a Gateway


 We recently changed our imail server settings to not allow relaying. In
 doing so we had to upagrade our Persits.Mailsender which allows the
username
 and password attributes, which solves the problem with Not a Local Host -
 Not a Gateway.

 In CFMail there is no such attribute. Has anyone ever had this problem and
 if so how do you fix it?

 
 Bryan F. Hogan
 Director of Internet Development
 Macromedia Certified ColdFusion MX Developer
 Digital Bay Media, Inc.
 1-877-72DIGITAL
 






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: I need to recommend a J2EE server

2003-01-27 Thread Christian Cantrell
The CFMX server does not support J2EE functionality.  You might  
consider JRun 4 for your J2EE needs, then CFMX for J2EE Application  
Servers (deployed under JRun) for your CFMX needs.  This configuration  
gives you the best of both the CFMX and J2EE worlds, and runs well on  
RedHat 7.2 (though you must install the updater and read a TechNote or  
two on optimization).

If you don't need CFMX, you might still consider JRun 4 by itself.  It  
is an excellent and affordable J2EE solution.

Christian

On Monday, January 27, 2003, at 08:53 AM, Eric Dawson wrote:

 I need to recommend a J2EE server, or rather, I need this list too!

 I am inheriting the technical responsibility for a newly developed JSP
 application and am required to do the server implementation. I need a  
 J2ee
 application server, and am interested in what choices I have,  
 experiences
 and recommendations the cftalk list members might have.

 Does CFMX include a J2ee app server? or do I need JRUN as well to run  
 CFMX?

 My default action will probably be JRUN.

 I am running on RedHat v7.2 I think.

 Thanks
 Eric





 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Newbie question-Inserting the current date into Access

2003-01-27 Thread Luis Lebron
I tried it without any luck. However I found the following on cfhub.com that
worked: #CreateODBCDate(Now())#


thanks,

Luis

-Original Message-
From: Candace Cottrell [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:06 AM
To: CF-Talk
Subject: Re: Newbie question-Inserting the current date into Access


You need double quotes around the /mm/dd/
 
Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org
 
 
[EMAIL PROTECTED]

 [EMAIL PROTECTED] 1/27/2003 10:56:11 AM 
I have an Access table with a Date/Time field. I have tried to insert
the
current date in a variety of different ways but I always end up getting
an
error. This is the last thing that I tried #DateFormat(NOW(),
'/mm/dd')#. Any ideas?


thanks,

Luis R. Lebron
Project Manager
Sigmatech, Inc



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Newbie question-Inserting the current date into Access

2003-01-27 Thread Andy Ousterhout
You don't format it.  Just use a=#Now()#.

Andy

-Original Message-
From: Luis Lebron [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 9:56 AM
To: CF-Talk
Subject: Newbie question-Inserting the current date into Access


I have an Access table with a Date/Time field. I have tried to insert the
current date in a variety of different ways but I always end up getting an
error. This is the last thing that I tried #DateFormat(NOW(),
'/mm/dd')#. Any ideas?


thanks,

Luis R. Lebron
Project Manager
Sigmatech, Inc


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Newbie question-Inserting the current date into Access

2003-01-27 Thread ssnyder
I use

'#DateFormat(Now(), MM/DD/)#'



-Original Message-
From: Andy Ousterhout [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 11:19 AM
To: CF-Talk
Subject: RE: Newbie question-Inserting the current date into Access


You don't format it.  Just use a=#Now()#.

Andy

-Original Message-
From: Luis Lebron [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 9:56 AM
To: CF-Talk
Subject: Newbie question-Inserting the current date into Access


I have an Access table with a Date/Time field. I have tried to insert the
current date in a variety of different ways but I always end up getting an
error. This is the last thing that I tried #DateFormat(NOW(),
'/mm/dd')#. Any ideas?


thanks,

Luis R. Lebron
Project Manager
Sigmatech, Inc



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Any way to send notice of a request for info to a cell phon e?

2003-01-27 Thread Douglas.Knudsen
yup...most of the big cell companies allow this now...SMS is actually a good revenue 
producing product.  Allowing SMS accross networks increases its popularity therefore 
making more money.  yipee.  

-Original Message-
From: Robertson-Ravo,Neil (RX) [EMAIL PROTECTED]
[mailto:Robertson-Ravo,Neil (RX)
[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:30 AM
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phon e?


what, send a text message to another phone on a different network...?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 15:29
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phone?


Recently, in the past year IIRC, all the big cell companies 
agreed to allow
SMS move across different networks.  So you can send SMS from 
say a Verizon
phone to a Cingular phone.  Recently this agreement was 
extended into Canada
and Mexico I think.

In my case, I can just use CFMAIL to send an SMS via email.  Most cell
companies have this setup now.  

Cheers!

--
Douglas Knudsen
Alltel Corporate
CIS Group
Spoon feeding in the long run teaches us nothing but the shape of the
spoon. - E.M. Forster 


-Original Message-
From: Larry Juncker [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:10 AM
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phone?


Yes that is correct and yes, as I said in my first reply, you 
do have to be
a US Cellular client.
However, I am guessing that if it is this easy with US 
Cellular that it
probably is just about as easy with all Cell carriers.

Larry Juncker
Senior Cold fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]
(515) 574-2122

CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for 
the use of the
individual or entity to which it is addressed.  This e-mail 
may contain
information that is privileged, confidential and/or personal.  
If the reader
of this message is not the intended recipient (or the 
employee or agent
responsible to deliver it to the intended recipient), you are hereby
notified that any dissemination, distribution, or copying of this
communication is prohibited.

If you have received this communication in error, please 
notify us at the
e-mail listed above.

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 8:54 AM
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phone?


Hi, Larry.

That does seem very simple *and* very cheap at $1.95 per month
for unlimited messages.

So, I guess all that would be required on the client end would be a
digital phone to handle the digital transmissions, right?

Is that www.uscellular.com?

Rick


  -Original Message-
  From: Larry Juncker [mailto:[EMAIL PROTECTED]]
  Sent: Monday, January 27, 2003 9:43 AM
  To: CF-Talk
  Subject: RE: Any way to send notice of a request for 
info to a cell
  phone?


  I looked this weekend at United States Cellular website and
  it seems that if
  you have their digital phone service,
  you can pay $1.95 per month to have an email address for
  your cell phone
  which ends up being

  [your ten digit phone number]@email.uscc.net

  Then unlimited email can be sent to your phone by simply
  sending the email
  to that email address.

  Can not get any simpler than that.


  Larry Juncker
  Senior Cold fusion Developer
  Heartland Communications Group, Inc.
  [EMAIL PROTECTED]
  (515) 574-2122

  CONFIDENTIALITY NOTICE
  The information contained in this e-mail is intended only
  for the use of the
  individual or entity to which it is addressed.  This e-mail
  may contain
  information that is privileged, confidential and/or
  personal.  If the reader
  of this message is not the intended recipient (or the
  employee or agent
  responsible to deliver it to the intended recipient), 
you are hereby
  notified that any dissemination, distribution, or 
copying of this
  communication is prohibited.

  If you have received this communication in error, please
  notify us at the
  e-mail listed above.

  -Original Message-
  From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, January 26, 2003 5:05 PM
  To: CF-Talk
  Subject: Any way to send notice of a request for info to a
  cell phone?


  Hi, all.

  I've got a real estate client who wants to receive an automated
  call to his cell phone when a visitor to his website fills
  out and sends
  a Request For Info form.  Seems like there's a new 
service he's
  heard about that's going to provide this...

  ANY ideas at all on how this might be done?

  

Re: CFMail Not Local Host - Not a Gateway

2003-01-27 Thread samcfug
This has been discussed many times before - Look to CFPARAMS in order to pass
the username and password with your CFMAIL operation.  Allowing relaying by IP
number is a very insecure way to handle this as it will open the door to
spamming by spoofing the IP.
SMTP AUTH is a good barrier to unauthorized use of the mail server.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: Bryan F. Hogan [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 9:54 AM
Subject: RE: CFMail Not Local Host - Not a Gateway


| I just tried this, I set all of the allowed IP addresses to my CF boxes and
| tried to send some mail, got the same error.
|
| 
| Bryan F. Hogan
| Director of Internet Development
| Macromedia Certified ColdFusion MX Developer
| Digital Bay Media, Inc.
| 1-877-72DIGITAL
| 
|
| -Original Message-
| From: Matt Robertson [mailto:[EMAIL PROTECTED]]
| Sent: Monday, January 27, 2003 10:35 AM
| To: CF-Talk
| Subject: Re: CFMail Not Local Host - Not a Gateway
|
|
| No, just set the ip of the cf server.  If your sites are all on individual
| dedicated boxes, then *thats* a problem.
|
| --Matt Robertson--
| MSB Designs, Inc.
| http://mysecretbase.com
|
| - Original Message -
| From: Bryan F. Hogan [EMAIL PROTECTED]
| To: CF-Talk [EMAIL PROTECTED]
| Sent: Monday, January 27, 2003 7:22 AM
| Subject: RE: CFMail Not Local Host - Not a Gateway
|
|
|  Thanks for the reply, this is not an option. This would require me to set
|  the ip address of each and every site that I have, that would not be very
|  cool. I know ActivMail has a username, pass option but to much $$$.
| 
|  
|  Bryan F. Hogan
|  Director of Internet Development
|  Macromedia Certified ColdFusion MX Developer
|  Digital Bay Media, Inc.
|  1-877-72DIGITAL
|  
| 
|  -Original Message-
|  From: Robert Everland [mailto:[EMAIL PROTECTED]]
|  Sent: Monday, January 27, 2003 10:04 AM
|  To: CF-Talk
|  Subject: RE: CFMail Not Local Host - Not a Gateway
| 
| 
|  You have to also allow a set number of ips through. That fixed it for me.
| 
|  Robert Everland III
|  Web Developer Extraordinaire
|  Dixon Ticonderoga Company
|  http://www.dixonusa.com
| 
|  -Original Message-
|  From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]]
|  Sent: Monday, January 27, 2003 10:09 AM
|  To: CF-Talk
|  Subject: CFMail Not Local Host - Not a Gateway
| 
| 
|  We recently changed our imail server settings to not allow relaying. In
|  doing so we had to upagrade our Persits.Mailsender which allows the
| username
|  and password attributes, which solves the problem with Not a Local Host -
|  Not a Gateway.
| 
|  In CFMail there is no such attribute. Has anyone ever had this problem and
|  if so how do you fix it?
| 
|  
|  Bryan F. Hogan
|  Director of Internet Development
|  Macromedia Certified ColdFusion MX Developer
|  Digital Bay Media, Inc.
|  1-877-72DIGITAL
|  
| 
| 
| 
| 
|
| 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Any way to send notice of a request for info to a cell phon e?

2003-01-27 Thread Neil.Robertson-Ravo
been in the UK for years.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 16:16
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phon e?


yup...most of the big cell companies allow this now...SMS is actually a good
revenue producing product.  Allowing SMS accross networks increases its
popularity therefore making more money.  yipee.  

-Original Message-
From: Robertson-Ravo,Neil (RX) [EMAIL PROTECTED]
[mailto:Robertson-Ravo,Neil (RX)
[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:30 AM
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phon e?


what, send a text message to another phone on a different network...?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 15:29
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phone?


Recently, in the past year IIRC, all the big cell companies 
agreed to allow
SMS move across different networks.  So you can send SMS from 
say a Verizon
phone to a Cingular phone.  Recently this agreement was 
extended into Canada
and Mexico I think.

In my case, I can just use CFMAIL to send an SMS via email.  Most cell
companies have this setup now.  

Cheers!

--
Douglas Knudsen
Alltel Corporate
CIS Group
Spoon feeding in the long run teaches us nothing but the shape of the
spoon. - E.M. Forster 


-Original Message-
From: Larry Juncker [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:10 AM
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phone?


Yes that is correct and yes, as I said in my first reply, you 
do have to be
a US Cellular client.
However, I am guessing that if it is this easy with US 
Cellular that it
probably is just about as easy with all Cell carriers.

Larry Juncker
Senior Cold fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]
(515) 574-2122

CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for 
the use of the
individual or entity to which it is addressed.  This e-mail 
may contain
information that is privileged, confidential and/or personal.  
If the reader
of this message is not the intended recipient (or the 
employee or agent
responsible to deliver it to the intended recipient), you are hereby
notified that any dissemination, distribution, or copying of this
communication is prohibited.

If you have received this communication in error, please 
notify us at the
e-mail listed above.

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 8:54 AM
To: CF-Talk
Subject: RE: Any way to send notice of a request for info to a cell
phone?


Hi, Larry.

That does seem very simple *and* very cheap at $1.95 per month
for unlimited messages.

So, I guess all that would be required on the client end would be a
digital phone to handle the digital transmissions, right?

Is that www.uscellular.com?

Rick


  -Original Message-
  From: Larry Juncker [mailto:[EMAIL PROTECTED]]
  Sent: Monday, January 27, 2003 9:43 AM
  To: CF-Talk
  Subject: RE: Any way to send notice of a request for 
info to a cell
  phone?


  I looked this weekend at United States Cellular website and
  it seems that if
  you have their digital phone service,
  you can pay $1.95 per month to have an email address for
  your cell phone
  which ends up being

  [your ten digit phone number]@email.uscc.net

  Then unlimited email can be sent to your phone by simply
  sending the email
  to that email address.

  Can not get any simpler than that.


  Larry Juncker
  Senior Cold fusion Developer
  Heartland Communications Group, Inc.
  [EMAIL PROTECTED]
  (515) 574-2122

  CONFIDENTIALITY NOTICE
  The information contained in this e-mail is intended only
  for the use of the
  individual or entity to which it is addressed.  This e-mail
  may contain
  information that is privileged, confidential and/or
  personal.  If the reader
  of this message is not the intended recipient (or the
  employee or agent
  responsible to deliver it to the intended recipient), 
you are hereby
  notified that any dissemination, distribution, or 
copying of this
  communication is prohibited.

  If you have received this communication in error, please
  notify us at the
  e-mail listed above.

  -Original Message-
  From: Rick Faircloth [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, January 26, 2003 5:05 PM
  To: CF-Talk
  Subject: Any way to send notice of a request for info to a
  cell phone?


  Hi, all.

  I've got a real estate client who wants to receive an automated
  call to his cell phone when a visitor to his website 

RE: Newbie question-Inserting the current date into Access

2003-01-27 Thread Neil.Robertson-Ravo
dont do it using CF, let Access enter the data using Now() as a default
value, its one less SQL Transaction to doand it saves typing

-Original Message-
From: Snyder,Scott,AM IRM [EMAIL PROTECTED]
[mailto:Snyder,Scott,AM IRM [EMAIL PROTECTED]]
Sent: 27 January 2003 16:27
To: CF-Talk
Subject: RE: Newbie question-Inserting the current date into Access


I use

'#DateFormat(Now(), MM/DD/)#'



-Original Message-
From: Andy Ousterhout [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 11:19 AM
To: CF-Talk
Subject: RE: Newbie question-Inserting the current date into Access


You don't format it.  Just use a=#Now()#.

Andy

-Original Message-
From: Luis Lebron [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 9:56 AM
To: CF-Talk
Subject: Newbie question-Inserting the current date into Access


I have an Access table with a Date/Time field. I have tried to insert the
current date in a variety of different ways but I always end up getting an
error. This is the last thing that I tried #DateFormat(NOW(),
'/mm/dd')#. Any ideas?


thanks,

Luis R. Lebron
Project Manager
Sigmatech, Inc




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Pet Market Benchmarks?

2003-01-27 Thread webguy
 does anyone know of some benchmarks of pet market against the java or
 .NET versions

 z


hot topic...
http://www.dreambean.com/petstore.html
http://www.theserverside.com/home/thread.jsp?thread_id=13700article_count=2
20

WG


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: OT: MM Suprises Wall Street - Can more be done?

2003-01-27 Thread webguy

   I would be cautious advising developers to become single skilled.
   Because then if one technology fails, you are screwed.

Agreed. But the most important thing is too understand the core concepts.
Think HTTP not CFHTTP, think XML not cfxml. Then at least learning a new
language is just a matter of syntax...


WG


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: I need to recommend a J2EE server

2003-01-27 Thread webguy
 Christian  said
 The CFMX server does not support J2EE functionality.  You might

Actually Christian CFMX does support _SOME_ J2ee functionality, it supports
Servlets , JSP, and taglibs.  It doesn't support EJB/JMS etc. but it is a
servlet container.
Depends on what parts of J2EE you need ...


WG


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




SOT: XML version / DOC type

2003-01-27 Thread Mark Leder
I'm using DWMX with CF.

When creating a new page that I wish to be XHTML compliant, DWMX inserts
this into the first two lines of the page:

?xml version=1.0 encoding=iso-8859-1?
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;

Problem is, when I run the page/template through a validator, such as CSE
HTML v5.5, it throws the following error message:

[88] Using an XML declaration, although strongly encouraged by the XHTML
recommendation, may cause problems by causing browsers, such as Internet
Explorer 6.0, to trigger quirks mode rendering. This mode causes
non-standards complaint rendering. Because of this, you may want to consider
removing the XML declaration.

So who'se right?  DWMX or CSE?  Do I need the ?xml ... In my code?


Thanks, Mark 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Newbie question-Inserting the current date into Access

2003-01-27 Thread Jochem van Dieten
,Neil (RX) wrote:
 dont do it using CF, let Access enter the data using Now() as a default
 value, its one less SQL Transaction to doand it saves typing

And it kills code portability. If you do it using a DBMS built-in 
command, use the SQL standard CURRENT_TIMESTAMP (if Access supports that 
at least), else just go for the cfqueryparam.

Jochem

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Session Swapping

2003-01-27 Thread Robert Shaw
Hi,
Using CF 5 we switched form client vars to session and now we're seeing 
session swapping (login as one account and see data from another's). Any 
tips on what might be happening and why we'd be seeing this. I imagine it's 
tied to the switching.

TIA,
Rob





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMail Not Local Host - Not a Gateway

2003-01-27 Thread Bryan F. Hogan
Ok, do you know of a place I can find out what is passed through within the
header?


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL


-Original Message-
From: samcfug [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 11:27 AM
To: CF-Talk
Subject: Re: CFMail Not Local Host - Not a Gateway


This has been discussed many times before - Look to CFPARAMS in order to
pass
the username and password with your CFMAIL operation.  Allowing relaying by
IP
number is a very insecure way to handle this as it will open the door to
spamming by spoofing the IP.
SMTP AUTH is a good barrier to unauthorized use of the mail server.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: Bryan F. Hogan [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 9:54 AM
Subject: RE: CFMail Not Local Host - Not a Gateway


| I just tried this, I set all of the allowed IP addresses to my CF boxes
and
| tried to send some mail, got the same error.
|
| 
| Bryan F. Hogan
| Director of Internet Development
| Macromedia Certified ColdFusion MX Developer
| Digital Bay Media, Inc.
| 1-877-72DIGITAL
| 
|
| -Original Message-
| From: Matt Robertson [mailto:[EMAIL PROTECTED]]
| Sent: Monday, January 27, 2003 10:35 AM
| To: CF-Talk
| Subject: Re: CFMail Not Local Host - Not a Gateway
|
|
| No, just set the ip of the cf server.  If your sites are all on individual
| dedicated boxes, then *thats* a problem.
|
| --Matt Robertson--
| MSB Designs, Inc.
| http://mysecretbase.com
|
| - Original Message -
| From: Bryan F. Hogan [EMAIL PROTECTED]
| To: CF-Talk [EMAIL PROTECTED]
| Sent: Monday, January 27, 2003 7:22 AM
| Subject: RE: CFMail Not Local Host - Not a Gateway
|
|
|  Thanks for the reply, this is not an option. This would require me to
set
|  the ip address of each and every site that I have, that would not be
very
|  cool. I know ActivMail has a username, pass option but to much $$$.
| 
|  
|  Bryan F. Hogan
|  Director of Internet Development
|  Macromedia Certified ColdFusion MX Developer
|  Digital Bay Media, Inc.
|  1-877-72DIGITAL
|  
| 
|  -Original Message-
|  From: Robert Everland [mailto:[EMAIL PROTECTED]]
|  Sent: Monday, January 27, 2003 10:04 AM
|  To: CF-Talk
|  Subject: RE: CFMail Not Local Host - Not a Gateway
| 
| 
|  You have to also allow a set number of ips through. That fixed it for
me.
| 
|  Robert Everland III
|  Web Developer Extraordinaire
|  Dixon Ticonderoga Company
|  http://www.dixonusa.com
| 
|  -Original Message-
|  From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]]
|  Sent: Monday, January 27, 2003 10:09 AM
|  To: CF-Talk
|  Subject: CFMail Not Local Host - Not a Gateway
| 
| 
|  We recently changed our imail server settings to not allow relaying. In
|  doing so we had to upagrade our Persits.Mailsender which allows the
| username
|  and password attributes, which solves the problem with Not a Local
Host -
|  Not a Gateway.
| 
|  In CFMail there is no such attribute. Has anyone ever had this problem
and
|  if so how do you fix it?
| 
|  
|  Bryan F. Hogan
|  Director of Internet Development
|  Macromedia Certified ColdFusion MX Developer
|  Digital Bay Media, Inc.
|  1-877-72DIGITAL
|  
| 
| 
| 
| 
|
|

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Session Swapping

2003-01-27 Thread Neil.Robertson-Ravo
are all your session variables locked? also, are you appending the cfid
token etc in the URL.?

-Original Message-
From: Robert Shaw [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 16:50
To: CF-Talk
Subject: Session Swapping 


Hi,
Using CF 5 we switched form client vars to session and now we're seeing 
session swapping (login as one account and see data from another's). Any 
tips on what might be happening and why we'd be seeing this. I imagine it's 
tied to the switching.

TIA,
Rob






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Date question

2003-01-27 Thread Frank Mamone
What is the nest way to format a date to compare to a database datetime
column.

Basically I want to pull all records created after the original request was
made.

So,
CFSET RequestTime = this is what I need

CFQUERY.
SELECT ..

Where datecolumn = RequestTime

/CFQUERY

I'm really bad with date stuff and I need to learn how to work with them.

Thanks,

Frank

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Where to put CFMX? - remoting and IIS

2003-01-27 Thread Brandon Purcell
Candace,

It should not matter where you install CFMX, flash remoting requests are handled by 
the ISAPI filter then passed on to CFMX.

So the configuration you need to check is in IIS.  Make sure that the ISAPI filter is 
installed at the global level and the /JRunScripts virtual directory is added at each 
site.  Then try the URL

http://siteurl/flashservices/gateway 

You can set verbose=true in the jrun.ini file to see what is happening

Brandon Purcell
[EMAIL PROTECTED]
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Date question

2003-01-27 Thread Tony Weeg
you can do this...

cfquery name=blah datasource=foo
select * from foo where TheDate = #Now()#
/cfquery

and that value can be anything that is acceptable date format

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Frank Mamone [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 27, 2003 12:16 PM
To: CF-Talk
Subject: Date question


What is the nest way to format a date to compare to a database datetime
column.

Basically I want to pull all records created after the original request
was
made.

So,
CFSET RequestTime = this is what I need

CFQUERY.
SELECT ..

Where datecolumn = RequestTime

/CFQUERY

I'm really bad with date stuff and I need to learn how to work with
them.

Thanks,

Frank


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: I need to recommend a J2EE server

2003-01-27 Thread Christian Cantrell
The Enterprise edition does, however not the Professional edition.  The  
Professional edition will let you use Java objects, but not Servlets,  
JSPs or tag libraries.  And neither are complete and certified J2EE  
solutions like JRun is.

Sorry, should have clarified.

Christian

On Monday, January 27, 2003, at 11:37 AM, webguy wrote:

 Christian  said
 The CFMX server does not support J2EE functionality.  You might

 Actually Christian CFMX does support _SOME_ J2ee functionality, it  
 supports
 Servlets , JSP, and taglibs.  It doesn't support EJB/JMS etc. but it  
 is a
 servlet container.
 Depends on what parts of J2EE you need ...


 WG


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMX Log Viewer

2003-01-27 Thread Benjamin S. Rogers
I believe one of the ColdFusion MX updaters makes it available again:

http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenote
s_mx_updater.html

ID: 46600
The Log Viewer was not available in the ColdFusion MX Administrator in
Professional Edition.

Benjamin S. Rogers
http://www.c4.net/
v.508.240.0051
f.508.240.0057

-Original Message-
From: Justin Hansen [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 27, 2003 11:00 AM
To: CF-Talk
Subject: CFMX Log Viewer


Has anyone written a appliation.log viewer for MX and would be willing
to share?
Other wise I will have to write one. 
Those of us with Professional don't get it built in any more. 

Thanks,
Justin Hansen
--
Uhlig Communications
Systems Engineer
--
[EMAIL PROTECTED]
913-754-4273 Office
816-695-4045 Mobile
--

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Date question

2003-01-27 Thread Thane Sherrington
At 12:16 PM 1/27/03 -0500, Frank Mamone wrote:
What is the nest way to format a date to compare to a database datetime
column.

I always use CreateODBCDate().  So I can do something like:
CFSET 
RequestDate=CreateODBCDate(CreateDateTime(Year,Month,Day,Hour,Minute,Second))

CFQUERY...

Where dateColumn  #RequestDate#

/CFQUERY

Works everytime (for me) and you don't have to worry about date formatting.

T 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Date question

2003-01-27 Thread Tony Weeg
and to add just a bit more

where I have now, you could easily have...

#DateFormat(Now(),'mm/dd/')#

or you could have

'#DateFormat(Now(),'mm/dd/')#  00:00:00.000' to signify midnight

'#DateFormat(Now(),'mm/dd/')#  23:59:59.999' to signify the end of
the day

'#DateFormat(Now(),'mm/dd/')#  11:21:23.000' 11:21 am

its really up to you, in sql server, it seems to accept most any
date/time format.

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 27, 2003 12:21 PM
To: CF-Talk
Subject: RE: Date question


you can do this...

cfquery name=blah datasource=foo
select * from foo where TheDate = #Now()#
/cfquery

and that value can be anything that is acceptable date format

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Frank Mamone [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 27, 2003 12:16 PM
To: CF-Talk
Subject: Date question


What is the nest way to format a date to compare to a database datetime
column.

Basically I want to pull all records created after the original request
was
made.

So,
CFSET RequestTime = this is what I need

CFQUERY.
SELECT ..

Where datecolumn = RequestTime

/CFQUERY

I'm really bad with date stuff and I need to learn how to work with
them.

Thanks,

Frank



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMX Log Viewer

2003-01-27 Thread Justin Hansen
thanks, i didn't catch that.

-Original Message-
From: Debbie Dickerson [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 10:00 AM
To: CF-Talk
Subject: RE: CFMX Log Viewer


It's added back in with Updater 2. Install that and you should be all set.

Debbie

-Original Message-
From: Justin Hansen [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 11:00 AM
To: CF-Talk
Subject: CFMX Log Viewer


Has anyone written a appliation.log viewer for MX and would be willing to share?
Other wise I will have to write one. 
Those of us with Professional don't get it built in any more. 

Thanks,
Justin Hansen
--
Uhlig Communications
Systems Engineer
--
[EMAIL PROTECTED]
913-754-4273 Office
816-695-4045 Mobile
--


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: SOT: XML version / DOC type

2003-01-27 Thread ksuh
CSE is correct.  You have to VERY careful with your doctype when dealing with IE6, 
because it _will_ follow it to the letter.  So, if you have tags and layout that 
doesn't agree with the XHTML transitional doctype, it won't render correctly in IE6.

- Original Message -
From: Mark Leder [EMAIL PROTECTED]
Date: Monday, January 27, 2003 9:39 am
Subject: SOT: XML version /  DOC type

 I'm using DWMX with CF.
 
 When creating a new page that I wish to be XHTML compliant, DWMX 
 insertsthis into the first two lines of the page:
 
 ?xml version=1.0 encoding=iso-8859-1?
 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
 
 Problem is, when I run the page/template through a validator, such 
 as CSE
 HTML v5.5, it throws the following error message:
 
 [88] Using an XML declaration, although strongly encouraged by the 
 XHTMLrecommendation, may cause problems by causing browsers, such 
 as Internet
 Explorer 6.0, to trigger quirks mode rendering. This mode causes
 non-standards complaint rendering. Because of this, you may want 
 to consider
 removing the XML declaration.
 
 So who'se right?  DWMX or CSE?  Do I need the ?xml ... In my code?
 
 
 Thanks, Mark 
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: I need to recommend a J2EE server

2003-01-27 Thread webguy
LOL, Just being picky!!  As for the servlets in Pro edition well.. Cough..
Cough.

Is Ent edition NOT a certified servlet container?

WG

 The Enterprise edition does, however not the Professional edition.  The
 Professional edition will let you use Java objects, but not Servlets,
 JSPs or tag libraries.  And neither are complete and certified J2EE
 solutions like JRun is.

 Sorry, should have clarified.

 Christian


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Date question

2003-01-27 Thread Frank Mamone
I forgot to mention that the page will keep refreshing so the value would
change all the time.

What I want to do is set it once an stays the same. Maybe set a session var
in another browser frame using Now().

Thanks Tony!


- Original Message -
From: Tony Weeg [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 12:21 PM
Subject: RE: Date question


 you can do this...

 cfquery name=blah datasource=foo
 select * from foo where TheDate = #Now()#
 /cfquery

 and that value can be anything that is acceptable date format

 ...tony

 Tony Weeg
 Senior Web Developer
 UnCertified Advanced ColdFusion Developer
 Information System Design
 Navtrak, Inc.
 Mobile workforce monitoring, mapping  reporting
 www.navtrak.net
 410.548.2337

 -Original Message-
 From: Frank Mamone [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 27, 2003 12:16 PM
 To: CF-Talk
 Subject: Date question


 What is the nest way to format a date to compare to a database datetime
 column.

 Basically I want to pull all records created after the original request
 was
 made.

 So,
 CFSET RequestTime = this is what I need

 CFQUERY.
 SELECT ..

 Where datecolumn = RequestTime

 /CFQUERY

 I'm really bad with date stuff and I need to learn how to work with
 them.

 Thanks,

 Frank


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: SQL Worm

2003-01-27 Thread Justin Greene
 -Original Message-
 From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 27, 2003 5:20 AM
 To: CF-Talk
 Subject: Re: SQL Worm
 
 Paris Lundis wrote:
  A good summary Jochem would be for folks to tune the firewall and 
  ensure permissions/allowable IP list...
 
 Since when can you even buy a 10 Gbps firewall?
 
  In your environment you point out the user base... 8000... 
 agreeable... 
  large base for things...
  
  Tune the firewall and restrict traffic there ... allowing 
 like port 80 
  in and out disbaling all other services and ports, except 
 those in a 
  defined list of authrozied servers...
 
 All 8000 systems are authorized servers. About 65525 of 65536 
 ports are 
 authorized ports. You can't firewall a production network where the 
 product is (supposed to be) innovation.

Yes you can, and you have to.  The problem is that it is a pain in the ass
to maintain your rule sets as they change frequently, but that is the cost
of security.  Pessimistic security is a pain to maintain, which is why so
many people choose not to.

Every network should be firewalled and you should have specific ingress and
egress rules for each  host based on the needs of that host.  If a host does
not need outbound http, block it, then it cannot be the source of a DDOS
even if it gets compromised.  I have a very hard time believing that
innovation means that every port on every box has to be open to the public.
If the servers need to be accessible to users, they should be tunneling into
the LAN to get behind the firewall.

 I think we have had this discussion last week already, but 
 firewalls are 
 not the answer to all problems. Sure, properly secured firewalls on 
 machines running MS SQL Server would have prevented this issue (at 
 least, nobody has convinced me that UDP should be allowed to a 
 production server at all). But there are allways other 

DNS uses UDP.  If you run DNS internally, you need to allow UDP port 53.
PCAnywhere also uses UDP.


 scenario's where 
 a firewall would not help. In the end, vigilance on all the 
 aspects of 
 security is the only way to make sure problems like this worm don't 
 cause a total meltdown of the internet.
 
 Jochem
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: SOT: XML version / DOC type

2003-01-27 Thread Mark Leder
Thanks for your help on this.

Thanks, Mark 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 27, 2003 12:48 PM
To: CF-Talk
Subject: Re: SOT: XML version / DOC type


CSE is correct.  You have to VERY careful with your doctype when dealing
with IE6, because it _will_ follow it to the letter.  So, if you have tags
and layout that doesn't agree with the XHTML transitional doctype, it won't
render correctly in IE6.

- Original Message -
From: Mark Leder [EMAIL PROTECTED]
Date: Monday, January 27, 2003 9:39 am
Subject: SOT: XML version /  DOC type

 I'm using DWMX with CF.
 
 When creating a new page that I wish to be XHTML compliant, DWMX
 insertsthis into the first two lines of the page:
 
 ?xml version=1.0 encoding=iso-8859-1?
 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN 
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
 
 Problem is, when I run the page/template through a validator, such
 as CSE
 HTML v5.5, it throws the following error message:
 
 [88] Using an XML declaration, although strongly encouraged by the
 XHTMLrecommendation, may cause problems by causing browsers, such 
 as Internet
 Explorer 6.0, to trigger quirks mode rendering. This mode causes
 non-standards complaint rendering. Because of this, you may want 
 to consider
 removing the XML declaration.
 
 So who'se right?  DWMX or CSE?  Do I need the ?xml ... In my code?
 
 
 Thanks, Mark
 
 
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Session Swapping

2003-01-27 Thread Dimo Michailov
Hi Robert:

A quick tip, we had a situation with mixed sessin identities not long 
ago. The reason - ghost-ing machines which had a CFID/CFTOKEN cookie, so 
all ghosted machines had the same cookie - same identity of swapped 
identities in the middle of session.

Also, putting this in your Application.cfm would make sure that these 
cookies are terminated upon browser close;

cfif IsDefined( Cookie.CFID ) AND IsDefined( Cookie.CFTOKEN )
  cfset tmpCFID = Cookie.CFID
 cfset tmpCFTOKEN = Cookie.CFTOKEN
 cfcookie name=CFID value=#tmpCFID#
 cfcookie name=CFTOKEN value=#tmpCFTOKEN#
/cfif


Hope that helps,

Dimo Michailov


Robert Shaw wrote:
 Hi,
 Using CF 5 we switched form client vars to session and now we're seeing 
 session swapping (login as one account and see data from another's). Any 
 tips on what might be happening and why we'd be seeing this. I imagine it's 
 tied to the switching.
 
 TIA,
 Rob
 
 
 
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Session Swapping

2003-01-27 Thread Andy Ousterhout
Dimo,

I don't understand how this insures that cookies are terminated on browser
close.  It just looks like you are just resaving the same token.  Would you
explain how this works?

Andy

-Original Message-
From: Dimo Michailov [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 12:04 PM
To: CF-Talk
Subject: Re: Session Swapping


Hi Robert:

A quick tip, we had a situation with mixed sessin identities not long
ago. The reason - ghost-ing machines which had a CFID/CFTOKEN cookie, so
all ghosted machines had the same cookie - same identity of swapped
identities in the middle of session.

Also, putting this in your Application.cfm would make sure that these
cookies are terminated upon browser close;

cfif IsDefined( Cookie.CFID ) AND IsDefined( Cookie.CFTOKEN )
  cfset tmpCFID = Cookie.CFID
 cfset tmpCFTOKEN = Cookie.CFTOKEN
 cfcookie name=CFID value=#tmpCFID#
 cfcookie name=CFTOKEN value=#tmpCFTOKEN#
/cfif


Hope that helps,

Dimo Michailov


Robert Shaw wrote:
 Hi,
 Using CF 5 we switched form client vars to session and now we're seeing
 session swapping (login as one account and see data from another's). Any
 tips on what might be happening and why we'd be seeing this. I imagine
it's
 tied to the switching.

 TIA,
 Rob







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Session Swapping

2003-01-27 Thread mtangorre
The cookie is never written to the user's hard disk... they stay memory resident only.

Mike


-Original Message-
From: Andy Ousterhout [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 1:19 PM
To: CF-Talk
Subject: RE: Session Swapping


Dimo,

I don't understand how this insures that cookies are terminated on browser
close.  It just looks like you are just resaving the same token.  Would you
explain how this works?

Andy

-Original Message-
From: Dimo Michailov [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 12:04 PM
To: CF-Talk
Subject: Re: Session Swapping


Hi Robert:

A quick tip, we had a situation with mixed sessin identities not long
ago. The reason - ghost-ing machines which had a CFID/CFTOKEN cookie, so
all ghosted machines had the same cookie - same identity of swapped
identities in the middle of session.

Also, putting this in your Application.cfm would make sure that these
cookies are terminated upon browser close;

cfif IsDefined( Cookie.CFID ) AND IsDefined( Cookie.CFTOKEN )
  cfset tmpCFID = Cookie.CFID
 cfset tmpCFTOKEN = Cookie.CFTOKEN
 cfcookie name=CFID value=#tmpCFID#
 cfcookie name=CFTOKEN value=#tmpCFTOKEN#
/cfif


Hope that helps,

Dimo Michailov


Robert Shaw wrote:
 Hi,
 Using CF 5 we switched form client vars to session and now we're seeing
 session swapping (login as one account and see data from another's). Any
 tips on what might be happening and why we'd be seeing this. I imagine
it's
 tied to the switching.

 TIA,
 Rob








~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Session Swapping

2003-01-27 Thread mtangorre
go here:

http://www.halhelms.com/index.cfm?fuseaction=tutorials.detail

It is the last Animated Tutorial..

hope that better clarifies things.

Mike


-Original Message-
From: Andy Ousterhout [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 1:19 PM
To: CF-Talk
Subject: RE: Session Swapping


Dimo,

I don't understand how this insures that cookies are terminated on browser
close.  It just looks like you are just resaving the same token.  Would you
explain how this works?

Andy

-Original Message-
From: Dimo Michailov [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 12:04 PM
To: CF-Talk
Subject: Re: Session Swapping


Hi Robert:

A quick tip, we had a situation with mixed sessin identities not long
ago. The reason - ghost-ing machines which had a CFID/CFTOKEN cookie, so
all ghosted machines had the same cookie - same identity of swapped
identities in the middle of session.

Also, putting this in your Application.cfm would make sure that these
cookies are terminated upon browser close;

cfif IsDefined( Cookie.CFID ) AND IsDefined( Cookie.CFTOKEN )
  cfset tmpCFID = Cookie.CFID
 cfset tmpCFTOKEN = Cookie.CFTOKEN
 cfcookie name=CFID value=#tmpCFID#
 cfcookie name=CFTOKEN value=#tmpCFTOKEN#
/cfif


Hope that helps,

Dimo Michailov


Robert Shaw wrote:
 Hi,
 Using CF 5 we switched form client vars to session and now we're seeing
 session swapping (login as one account and see data from another's). Any
 tips on what might be happening and why we'd be seeing this. I imagine
it's
 tied to the switching.

 TIA,
 Rob








~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Session Swapping

2003-01-27 Thread Rahmin Pavlovic
Ya - the cookie dies once the user kills the browser session


- Original Message -
From: Tangorre,Michael [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 1:26 PM
Subject: RE: Session Swapping


 The cookie is never written to the user's hard disk... they stay memory
resident only.

 Mike


 -Original Message-
 From: Andy Ousterhout [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 27, 2003 1:19 PM
 To: CF-Talk
 Subject: RE: Session Swapping


 Dimo,

 I don't understand how this insures that cookies are terminated on browser
 close.  It just looks like you are just resaving the same token.  Would
you
 explain how this works?

 Andy

 -Original Message-
 From: Dimo Michailov [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 27, 2003 12:04 PM
 To: CF-Talk
 Subject: Re: Session Swapping


 Hi Robert:

 A quick tip, we had a situation with mixed sessin identities not long
 ago. The reason - ghost-ing machines which had a CFID/CFTOKEN cookie, so
 all ghosted machines had the same cookie - same identity of swapped
 identities in the middle of session.

 Also, putting this in your Application.cfm would make sure that these
 cookies are terminated upon browser close;

 cfif IsDefined( Cookie.CFID ) AND IsDefined( Cookie.CFTOKEN )
   cfset tmpCFID = Cookie.CFID
  cfset tmpCFTOKEN = Cookie.CFTOKEN
  cfcookie name=CFID value=#tmpCFID#
  cfcookie name=CFTOKEN value=#tmpCFTOKEN#
 /cfif


 Hope that helps,

 Dimo Michailov


 Robert Shaw wrote:
  Hi,
  Using CF 5 we switched form client vars to session and now we're seeing
  session swapping (login as one account and see data from another's). Any
  tips on what might be happening and why we'd be seeing this. I imagine
 it's
  tied to the switching.
 
  TIA,
  Rob
 
 
 
 
 
 


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Session Swapping

2003-01-27 Thread webguy
This is because the expire time is set to now() by default.

WG

 -Original Message-
 From: Andy Ousterhout [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 18:19
 To: CF-Talk
 Subject: RE: Session Swapping


 Dimo,

 I don't understand how this insures that cookies are terminated on browser
 close.  It just looks like you are just resaving the same token.
 Would you
 explain how this works?

 Andy

 -Original Message-
 From: Dimo Michailov [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 27, 2003 12:04 PM
 To: CF-Talk
 Subject: Re: Session Swapping


 Hi Robert:

 A quick tip, we had a situation with mixed sessin identities not long
 ago. The reason - ghost-ing machines which had a CFID/CFTOKEN cookie, so
 all ghosted machines had the same cookie - same identity of swapped
 identities in the middle of session.

 Also, putting this in your Application.cfm would make sure that these
 cookies are terminated upon browser close;

 cfif IsDefined( Cookie.CFID ) AND IsDefined( Cookie.CFTOKEN )
   cfset tmpCFID = Cookie.CFID
  cfset tmpCFTOKEN = Cookie.CFTOKEN
  cfcookie name=CFID value=#tmpCFID#
  cfcookie name=CFTOKEN value=#tmpCFTOKEN#
 /cfif


 Hope that helps,

 Dimo Michailov


 Robert Shaw wrote:
  Hi,
  Using CF 5 we switched form client vars to session and now we're seeing
  session swapping (login as one account and see data from another's). Any
  tips on what might be happening and why we'd be seeing this. I imagine
 it's
  tied to the switching.
 
  TIA,
  Rob
 
 
 
 
 
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




CFHTTP.FileContent choking on special characters

2003-01-27 Thread David Adams
I am getting errors when using CFHTTP.FileContent to grab pages that contain special 
characters such as î, è, à, etc.  

To diagnose the problem I use cfdump var=#CFHTTP.FileContent# and it displays the 
HTML code of the target page right up until the first special character and stops.

When I use cfoutput#CFHTTP.FileContent#/cfoutput I get:

TITLEMissing Post reply data/TITLE
H1Data Missing/H1
This document resulted from a POST operation and has expired from the
cache.  If you wish you can repost the form data to recreate the
document by pressing the breload/b button.

Any ideas?

Dave Adams
CFUG Ottawa, Canada

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




cfmx server

2003-01-27 Thread mtangorre
The cfmx server in one of our environments is not functioning correctly. If we get it 
working, it works for like 5 minutes, then it dies.  So far the only I can fetch out 
of the log files is in one of the jrun log files.  When I say dead I mean that all 
.cfm files don't work, like the browser hangs waiting for it to load, and after like 
10 minutes, it says something like server error, the server was unable to process your 
request.  Meanwhile the jrun service is using 100% of the CPU.  Any ideas on what 
might be wrong or anything to help us diagnose the problem.

Here is the error in the jrun log file.

01/27 10:35:16 error Connection reset by peer: JVM_recv in socket input stream read

java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream 
read

at java.net.SocketInputStream.socketRead(Native Method)

at java.net.SocketInputStream.read(Unknown Source)

at java.io.BufferedInputStream.fill(Unknown Source)

at java.io.BufferedInputStream.read1(Unknown Source)

at java.io.BufferedInputStream.read(Unknown Source)

at jrun.servlet.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java:521)

at jrun.servlet.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java:513)

at jrun.servlet.jrpp.ProxyEndpoint.readInt(ProxyEndpoint.java:531)

at jrun.servlet.jrpp.ProxyEndpoint.readRequest(ProxyEndpoint.java:229)

at 
jrun.servlet.jrpp.JRunProxyService.swapRunnable(JRunProxyService.java:152)

at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.swapRunnable(ThreadPool.java:320)

at 
jrunx.scheduler.ThreadPool$ThreadThrottle.swapRunnable(ThreadPool.java:433)

at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.swapRunnable(ThreadPool.java:280)

at jrunx.scheduler.WorkerThread.run(WorkerThread.java:76)

 

any ideas?


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfmx server

2003-01-27 Thread Adrocknaphobia Jones
What type of applications do you have running? Did this box work
properly before, or is this a new install? Are you using any outside
objects like EJBs, classes or COM? What does CFStat tell you?

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-Original Message-
From: Tangorre [mailto:Tangorre] 
Sent: Monday, January 27, 2003 1:35 PM
To: CF-Talk
Subject: cfmx server

The cfmx server in one of our environments is not functioning correctly.
If we get it working, it works for like 5 minutes, then it dies.  So far
the only I can fetch out of the log files is in one of the jrun log
files.  When I say dead I mean that all .cfm files don't work, like the
browser hangs waiting for it to load, and after like 10 minutes, it says
something like server error, the server was unable to process your
request.  Meanwhile the jrun service is using 100% of the CPU.  Any
ideas on what might be wrong or anything to help us diagnose the
problem.

Here is the error in the jrun log file.

01/27 10:35:16 error Connection reset by peer: JVM_recv in socket input
stream read

java.net.SocketException: Connection reset by peer: JVM_recv in socket
input stream read

at java.net.SocketInputStream.socketRead(Native Method)

at java.net.SocketInputStream.read(Unknown Source)

at java.io.BufferedInputStream.fill(Unknown Source)

at java.io.BufferedInputStream.read1(Unknown Source)

at java.io.BufferedInputStream.read(Unknown Source)

at
jrun.servlet.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java:521)

at
jrun.servlet.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java:513)

at
jrun.servlet.jrpp.ProxyEndpoint.readInt(ProxyEndpoint.java:531)

at
jrun.servlet.jrpp.ProxyEndpoint.readRequest(ProxyEndpoint.java:229)

at
jrun.servlet.jrpp.JRunProxyService.swapRunnable(JRunProxyService.java:15
2)

at
jrunx.scheduler.ThreadPool$DownstreamMetrics.swapRunnable(ThreadPool.jav
a:320)

at
jrunx.scheduler.ThreadPool$ThreadThrottle.swapRunnable(ThreadPool.java:4
33)

at
jrunx.scheduler.ThreadPool$UpstreamMetrics.swapRunnable(ThreadPool.java:
280)

at jrunx.scheduler.WorkerThread.run(WorkerThread.java:76)

 

any ideas?



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CFMail Not Local Host - Not a Gateway

2003-01-27 Thread Matt Robertson
The last time this came up, as I recall, you brought this up and it caused a slew of 
naysaying.  I don't think we ever got hold of a working code example and - I believe 
it was Jochem who brought them up - a slew of problems apparently exist with using 
this technique.

Relay for addresses is the standard recommendation we all hear for doing this with CF, 
both here and on the IMail list.  I'd really appreciate a cfmail snippet that handles 
this as described so I can test/evaluate it.

---
 Matt Robertson, [EMAIL PROTECTED]
 MSB Designs, Inc. http://mysecretbase.com
---


-- Original Message --
From: samcfug [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
date: Mon, 27 Jan 2003 10:26:31 -0600

This has been discussed many times before - Look to CFPARAMS in order to pass
the username and password with your CFMAIL operation.  Allowing relaying by IP
number is a very insecure way to handle this as it will open the door to
spamming by spoofing the IP.
SMTP AUTH is a good barrier to unauthorized use of the mail server.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: Bryan F. Hogan [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 9:54 AM
Subject: RE: CFMail Not Local Host - Not a Gateway


| I just tried this, I set all of the allowed IP addresses to my CF boxes and
| tried to send some mail, got the same error.
|
| 
| Bryan F. Hogan
| Director of Internet Development
| Macromedia Certified ColdFusion MX Developer
| Digital Bay Media, Inc.
| 1-877-72DIGITAL
| 
|
| -Original Message-
| From: Matt Robertson [mailto:[EMAIL PROTECTED]]
| Sent: Monday, January 27, 2003 10:35 AM
| To: CF-Talk
| Subject: Re: CFMail Not Local Host - Not a Gateway
|
|
| No, just set the ip of the cf server.  If your sites are all on individual
| dedicated boxes, then *thats* a problem.
|
| --Matt Robertson--
| MSB Designs, Inc.
| http://mysecretbase.com
|
| - Original Message -
| From: Bryan F. Hogan [EMAIL PROTECTED]
| To: CF-Talk [EMAIL PROTECTED]
| Sent: Monday, January 27, 2003 7:22 AM
| Subject: RE: CFMail Not Local Host - Not a Gateway
|
|
|  Thanks for the reply, this is not an option. This would require me to set
|  the ip address of each and every site that I have, that would not be very
|  cool. I know ActivMail has a username, pass option but to much $$$.
| 
|  
|  Bryan F. Hogan
|  Director of Internet Development
|  Macromedia Certified ColdFusion MX Developer
|  Digital Bay Media, Inc.
|  1-877-72DIGITAL
|  
| 
|  -Original Message-
|  From: Robert Everland [mailto:[EMAIL PROTECTED]]
|  Sent: Monday, January 27, 2003 10:04 AM
|  To: CF-Talk
|  Subject: RE: CFMail Not Local Host - Not a Gateway
| 
| 
|  You have to also allow a set number of ips through. That fixed it for me.
| 
|  Robert Everland III
|  Web Developer Extraordinaire
|  Dixon Ticonderoga Company
|  http://www.dixonusa.com
| 
|  -Original Message-
|  From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]]
|  Sent: Monday, January 27, 2003 10:09 AM
|  To: CF-Talk
|  Subject: CFMail Not Local Host - Not a Gateway
| 
| 
|  We recently changed our imail server settings to not allow relaying. In
|  doing so we had to upagrade our Persits.Mailsender which allows the
| username
|  and password attributes, which solves the problem with Not a Local Host -
|  Not a Gateway.
| 
|  In CFMail there is no such attribute. Has anyone ever had this problem and
|  if so how do you fix it?
| 
|  
|  Bryan F. Hogan
|  Director of Internet Development
|  Macromedia Certified ColdFusion MX Developer
|  Digital Bay Media, Inc.
|  1-877-72DIGITAL
|  
| 
| 
| 
| 
|
| 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMail Not Local Host - Not a Gateway

2003-01-27 Thread Bryan F. Hogan
Failed to send the spooled mail file, C:\CFusion\Mail\spool\7E4.cfmail. SMTP
server replied bogus mail from Moved file to
C:\CFusion\Mail\undelivr\80A.cfmail.


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL


-Original Message-
From: samcfug [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 11:27 AM
To: CF-Talk
Subject: Re: CFMail Not Local Host - Not a Gateway


This has been discussed many times before - Look to CFPARAMS in order to
pass
the username and password with your CFMAIL operation.  Allowing relaying by
IP
number is a very insecure way to handle this as it will open the door to
spamming by spoofing the IP.
SMTP AUTH is a good barrier to unauthorized use of the mail server.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: Bryan F. Hogan [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 9:54 AM
Subject: RE: CFMail Not Local Host - Not a Gateway


| I just tried this, I set all of the allowed IP addresses to my CF boxes
and
| tried to send some mail, got the same error.
|
| 
| Bryan F. Hogan
| Director of Internet Development
| Macromedia Certified ColdFusion MX Developer
| Digital Bay Media, Inc.
| 1-877-72DIGITAL
| 
|
| -Original Message-
| From: Matt Robertson [mailto:[EMAIL PROTECTED]]
| Sent: Monday, January 27, 2003 10:35 AM
| To: CF-Talk
| Subject: Re: CFMail Not Local Host - Not a Gateway
|
|
| No, just set the ip of the cf server.  If your sites are all on individual
| dedicated boxes, then *thats* a problem.
|
| --Matt Robertson--
| MSB Designs, Inc.
| http://mysecretbase.com
|
| - Original Message -
| From: Bryan F. Hogan [EMAIL PROTECTED]
| To: CF-Talk [EMAIL PROTECTED]
| Sent: Monday, January 27, 2003 7:22 AM
| Subject: RE: CFMail Not Local Host - Not a Gateway
|
|
|  Thanks for the reply, this is not an option. This would require me to
set
|  the ip address of each and every site that I have, that would not be
very
|  cool. I know ActivMail has a username, pass option but to much $$$.
| 
|  
|  Bryan F. Hogan
|  Director of Internet Development
|  Macromedia Certified ColdFusion MX Developer
|  Digital Bay Media, Inc.
|  1-877-72DIGITAL
|  
| 
|  -Original Message-
|  From: Robert Everland [mailto:[EMAIL PROTECTED]]
|  Sent: Monday, January 27, 2003 10:04 AM
|  To: CF-Talk
|  Subject: RE: CFMail Not Local Host - Not a Gateway
| 
| 
|  You have to also allow a set number of ips through. That fixed it for
me.
| 
|  Robert Everland III
|  Web Developer Extraordinaire
|  Dixon Ticonderoga Company
|  http://www.dixonusa.com
| 
|  -Original Message-
|  From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]]
|  Sent: Monday, January 27, 2003 10:09 AM
|  To: CF-Talk
|  Subject: CFMail Not Local Host - Not a Gateway
| 
| 
|  We recently changed our imail server settings to not allow relaying. In
|  doing so we had to upagrade our Persits.Mailsender which allows the
| username
|  and password attributes, which solves the problem with Not a Local
Host -
|  Not a Gateway.
| 
|  In CFMail there is no such attribute. Has anyone ever had this problem
and
|  if so how do you fix it?
| 
|  
|  Bryan F. Hogan
|  Director of Internet Development
|  Macromedia Certified ColdFusion MX Developer
|  Digital Bay Media, Inc.
|  1-877-72DIGITAL
|  
| 
| 
| 
| 
|
|

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Date question

2003-01-27 Thread Adrocknaphobia Jones
#createODBCDateTime(now())#

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-Original Message-
From: Frank Mamone [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 27, 2003 12:16 PM
To: CF-Talk
Subject: Date question

What is the nest way to format a date to compare to a database datetime
column.

Basically I want to pull all records created after the original request
was
made.

So,
CFSET RequestTime = this is what I need

CFQUERY.
SELECT ..

Where datecolumn = RequestTime

/CFQUERY

I'm really bad with date stuff and I need to learn how to work with
them.

Thanks,

Frank


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Session Swapping

2003-01-27 Thread Andy Ousterhout
Thanks.

-Original Message-
From: webguy [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 12:31 PM
To: CF-Talk
Subject: RE: Session Swapping


This is because the expire time is set to now() by default.

WG

 -Original Message-
 From: Andy Ousterhout [mailto:[EMAIL PROTECTED]]
 Sent: 27 January 2003 18:19
 To: CF-Talk
 Subject: RE: Session Swapping


 Dimo,

 I don't understand how this insures that cookies are terminated on browser
 close.  It just looks like you are just resaving the same token.
 Would you
 explain how this works?

 Andy

 -Original Message-
 From: Dimo Michailov [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 27, 2003 12:04 PM
 To: CF-Talk
 Subject: Re: Session Swapping


 Hi Robert:

 A quick tip, we had a situation with mixed sessin identities not long
 ago. The reason - ghost-ing machines which had a CFID/CFTOKEN cookie, so
 all ghosted machines had the same cookie - same identity of swapped
 identities in the middle of session.

 Also, putting this in your Application.cfm would make sure that these
 cookies are terminated upon browser close;

 cfif IsDefined( Cookie.CFID ) AND IsDefined( Cookie.CFTOKEN )
   cfset tmpCFID = Cookie.CFID
  cfset tmpCFTOKEN = Cookie.CFTOKEN
  cfcookie name=CFID value=#tmpCFID#
  cfcookie name=CFTOKEN value=#tmpCFTOKEN#
 /cfif


 Hope that helps,

 Dimo Michailov


 Robert Shaw wrote:
  Hi,
  Using CF 5 we switched form client vars to session and now we're seeing
  session swapping (login as one account and see data from another's). Any
  tips on what might be happening and why we'd be seeing this. I imagine
 it's
  tied to the switching.
 
  TIA,
  Rob
 
 
 
 
 
 



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Cold Fusion and Telnet

2003-01-27 Thread Ian Skinner
Unfortunately I do mean an honest to goodness Telnet session, with logins,
and ASCII screens collecting data and all that.  The application local users
use is Reflection that is set to use a VT102 emulation.  Can you give some
hints on where I, a telnet novice but very experienced cold fusion coder,
could go to get some information to figure out how to do this.

Just so you know, that I'm not completely out to sea, I don't need to access
the entire application on the HPUX through telnet.  I just need to get to
one screen, are repeatedly submit data to that screen for a Batch upload
through the web interface.  At least for now.  If this is a success, then
maybe more will be done with the web interface in the future.

Thanks 
Ian Skinner
BloodSource
Sacramento, CA

PS.  I also sent you an e-mail through your website, but I thought I would
also reply here to add to the knowledge of the list.

PSS. FYI, the sad thing is that all the application on the HPUX does is
submit the data to a Oracle database.  And of course it would be a piece of
cake to directly connect to the database with cold fusion, but do to the
nature of the application and data, any program that modifies it must be
certified by the federal government, which the HPUX application is.  If I
wrote a Cold Fusion tool to do this, this new tool would have to certified,
a months long process, but by Telneting (is that a word?) to the certified
program's interface, we bypass that annoyance.




-Original Message-
From: Lewis Sellers [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 10:56 AM
To: CF-Talk
Subject: Re: Cold Fusion and Telnet


On Thu, 23 Jan 2003 14:46:49 -0800, in cf-talk you wrote:

Here's an interesting one and conceivable not possible, but I thought I
would ask all the wise ones here on the CF-Talk list before I tell my
client
NO!.  Has anybody ever done anything connecting Cold Fusion and Telnet?
Basically the client wants to create a web-based telnet session to a back
end application on a HP L3000 Unix server so that every computer in the
organization doesn't have to have the customized telnet client installed
and
maintained/upgraded on them.

Is this even possible?  If not, any other suggestions on how such a system
may be created?  Anybody know of any tools/custom tags/CFX/applications or
something else that may do this already?

As two people mentioned, it's fairly trival if you know the protocol
the server in question is using a C++ COM object I wrote a few years
back now.

http://www.intrafoundation.com/tcpclient.html.

Never got around to releasing the SSL-enabled version 3 of the
software, so, FYI, if the communications stream is encrypted you'd
propbably want to try using some of the pesky little native Java
functions instead (or, I guess, $bribe$ me to finish v3 and make a cfm
script for you while I'm at it. ;-)

Btw, technically a telnet' connection is a very different thing then
most people think. You can talk to a SMTP mail server or FTP server
with the tag using simple ASCII commands with COM (and some early
versions of UNREAL before they switched over to using UDP for their
game server like the rest of the sane world)... but this isn't a
telnet connection.

When I say telnet I mean an actually honest-to-goodness VT100-like
ANSI-aware session. If you're wanting to do that now... well, that's a
wee bit more of a hassle because of the binary control codes, etc.
Just FYI.

Hopefully, for your sanity, they don't really mean a telnet
connection in that manner, but they mispoke about a simple ASCII
command protocol like email, usegroups, ftp, http, etc use.

--min

Thanks

Ian Skinner
Web Developer
BloodSource
Sacramento CA

Hm. I know you. Everytime someone downloads tcpclient, udpclient or
ihtk the intrafoundation.com the site sends me an email. Saw the
BloodSource domain go by yesterday.  BloodSource is a name that you
tend to remember. :)

--min



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




SQL: Odd Select Issue

2003-01-27 Thread Scott Weikert
(I posted this to the SQL list, but since it gets about as much traffic 
as... well, very little traffic... I'm posting here as well.)

I have two tables that I'm trying to do a combined select on, based on
criteria drawn from both tables. Second table has zero-to-X records for
each record out of the first table, and I'm doing a left outer join on'em -
that works fine.

If I look for the presence of one bit of data in the second table, it works
great. If I look for the presence of TWO bits of data (i.e. two matching
records) out of the second table, it doesn't - it appears that the two
records 'cancel each other out', as I'm looking for an ID and a value in a
text field - i.e. the first record's ID doesn't match the second ID I'm
looking for, and the second record's ID doesn't match the first ID I'm
looking for, so even though the ID/values match, they both get excluded.

Here's a trimmed down query:

SELECT DISTINCT A.*, B.FieldID, B.FieldValue
FROM TableA A LEFT OUTER JOIN TableB B
ON A.KeyedField = B.KeyedField
WHERE 1 = 1 AND
(
( B.CustomFieldID = 23 AND B.FieldValue = 'something' )
And
( B.CustomFieldID = 24 AND B.FieldValue = 'something else' )
)

Thanks in advance,
--Scott

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMail Not Local Host - Not a Gateway

2003-01-27 Thread Lee Fuller
Simply include our local servers in your Relay for Addresses list.  And it
will stop checking those server IPs.

Have done it many times...



| -Original Message-
| From: Matt Robertson [mailto:[EMAIL PROTECTED]] 
| Sent: Monday, January 27, 2003 10:56 AM
| To: CF-Talk
| Subject: Re: CFMail Not Local Host - Not a Gateway
| 
| 
| The last time this came up, as I recall, you brought this up 
| and it caused a slew of naysaying.  I don't think we ever got 
| hold of a working code example and - I believe it was Jochem 
| who brought them up - a slew of problems apparently exist 
| with using this technique.
| 
| Relay for addresses is the standard recommendation we all 
| hear for doing this with CF, both here and on the IMail list. 
|  I'd really appreciate a cfmail snippet that handles this as 
| described so I can test/evaluate it.
| 
| ---
|  Matt Robertson, [EMAIL PROTECTED]
|  MSB Designs, Inc. http://mysecretbase.com
| ---
| 
| 
| -- Original Message --
| From: samcfug [EMAIL PROTECTED]
| Reply-To: [EMAIL PROTECTED]
| date: Mon, 27 Jan 2003 10:26:31 -0600
| 
| This has been discussed many times before - Look to CFPARAMS 
| in order 
| to pass the username and password with your CFMAIL 
| operation.  Allowing 
| relaying by IP number is a very insecure way to handle this 
| as it will 
| open the door to spamming by spoofing the IP. SMTP AUTH is a good 
| barrier to unauthorized use of the mail server.
| 
| =
| Douglas White
| group Manager
| mailto:[EMAIL PROTECTED]
| http://www.samcfug.org
| =
| - Original Message -
| From: Bryan F. Hogan [EMAIL PROTECTED]
| To: CF-Talk [EMAIL PROTECTED]
| Sent: Monday, January 27, 2003 9:54 AM
| Subject: RE: CFMail Not Local Host - Not a Gateway
| 
| 
| | I just tried this, I set all of the allowed IP addresses to my CF 
| | boxes and tried to send some mail, got the same error.
| |
| | 
| | Bryan F. Hogan
| | Director of Internet Development
| | Macromedia Certified ColdFusion MX Developer
| | Digital Bay Media, Inc.
| | 1-877-72DIGITAL
| | 
| |
| | -Original Message-
| | From: Matt Robertson [mailto:[EMAIL PROTECTED]]
| | Sent: Monday, January 27, 2003 10:35 AM
| | To: CF-Talk
| | Subject: Re: CFMail Not Local Host - Not a Gateway
| |
| |
| | No, just set the ip of the cf server.  If your sites are all on 
| | individual dedicated boxes, then *thats* a problem.
| |
| | --Matt Robertson--
| | MSB Designs, Inc.
| | http://mysecretbase.com
| |
| | - Original Message -
| | From: Bryan F. Hogan [EMAIL PROTECTED]
| | To: CF-Talk [EMAIL PROTECTED]
| | Sent: Monday, January 27, 2003 7:22 AM
| | Subject: RE: CFMail Not Local Host - Not a Gateway
| |
| |
| |  Thanks for the reply, this is not an option. This would 
| require me 
| |  to set the ip address of each and every site that I have, that 
| |  would not be very cool. I know ActivMail has a username, pass 
| |  option but to much $$$.
| | 
| |  
| |  Bryan F. Hogan
| |  Director of Internet Development
| |  Macromedia Certified ColdFusion MX Developer
| |  Digital Bay Media, Inc.
| |  1-877-72DIGITAL 
| | 
| |  -Original Message-
| |  From: Robert Everland [mailto:[EMAIL PROTECTED]]
| |  Sent: Monday, January 27, 2003 10:04 AM
| |  To: CF-Talk
| |  Subject: RE: CFMail Not Local Host - Not a Gateway
| | 
| | 
| |  You have to also allow a set number of ips through. That 
| fixed it 
| |  for me.
| | 
| |  Robert Everland III
| |  Web Developer Extraordinaire
| |  Dixon Ticonderoga Company
| |  http://www.dixonusa.com
| | 
| |  -Original Message-
| |  From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]]
| |  Sent: Monday, January 27, 2003 10:09 AM
| |  To: CF-Talk
| |  Subject: CFMail Not Local Host - Not a Gateway
| | 
| | 
| |  We recently changed our imail server settings to not allow 
| |  relaying. In doing so we had to upagrade our Persits.Mailsender 
| |  which allows the
| | username
| |  and password attributes, which solves the problem with 
| Not a Local 
| |  Host - Not a Gateway.
| | 
| |  In CFMail there is no such attribute. Has anyone ever had this 
| |  problem and if so how do you fix it?
| | 
| |  
| |  Bryan F. Hogan
| |  Director of Internet Development
| |  Macromedia Certified ColdFusion MX Developer
| |  Digital Bay Media, Inc.
| |  1-877-72DIGITAL 
| | 
| | 
| | 
| | 
| |
| | 
| 
| 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 

  1   2   >