Re: CFmail Recount

2001-10-28 Thread Michael Dinowitz

Its possible that the mail being written to the same sector of a hard disk
again and again can corrupt it. This is a theory but as I've had at least 2
corrupt disks on the HoF server over the last year or two, it's a possible
one. It could also be that thousands of files in the same directory on a
windows box kills the file system in some way.


> Thenks for the info Critter. Much appreciated. :)
>
> Now for a little story about what happened today. I created a newsletter
> page so that a registered base of 150,000+ subscribers would get it on
> what would most likely be a weekly basis. On its first run today however,
> it sent out approximately 2000 emails and then... exploded. It didn't just
> stop sending emails though, instead the entire server got fried!
>
> I called up the ISP and they say there's massive corruption throughout the
> harddrive!?!?! WTF? Since the only thing that happened out of the
> oridinary was the newsletter mailing today, they surmised that it was the
> cause of the meltdown. Once again I ask... WTF?! Is ColdFusion unstable to
> the point that sending out a newsletter would fry the server?!? One theory
> is that messages got bounced back to the server and it couldn't handle the
> load of outgoing and incoming. Ok fine, i'll buy that partially. Maybe it
> was indeed a wussy server. But corruption? File corruption from
> getting/sending emails? Hell the server wont even boot up now!
>
> Has anyone else had this happen to them?
>
> So here's a word of caution to anyone doing a newsletter from me. Try not
> to fry your server in the process. *laugh* I still can't believe this
> happened.
>
> Oh yeah, for those interrested in the code that allegedly melted down the
> server, here it is:
>
>   
> SELECT date, slug, content
> FROM newsletter
> WHERE newsletter_id=#form.tid#
>   
>
>   
> SELECT email_address
> FROM members
> WHERE newsletter_flag=-1
>   
>
>  FROM="[EMAIL PROTECTED]"
>   BCC="[EMAIL PROTECTED]"
>   QUERY="receivers"
>   SUBJECT="#newsletter.slug#">
> ZZZ Newsletter
> #DateFormat(newsletter.date, ",  D ")#
> #receivers.email_address#
> =
>
> #newsletter.content#
>
> =
> UNSUBSCRIBE
> Here's how to unsubscribe or change your settings.
> http://www.zzz.com/updateprofile.asp
>   
>
> .. and yes, that's how I know 2000 emails got sent out, because I got
> 2000+ blind CC's. Left it in there from the testing phase. Ugh.
>
> --
> Bryant Tyson, WEB DEVELOPER
> http://webtys.com
> WebTY's, The Educated Choice.
>
> On Sun, 28 Oct 2001, Critz wrote:
>
> > oi Bryant!!
> >
> >
> > CHR(13)& CHR(10) is carriage return, line feed
> >
> > --
> > Best regards,
> >
> > Critter [critz.org]
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFmail Recount

2001-10-28 Thread Bryant Tyson

Thenks for the info Critter. Much appreciated. :) 

Now for a little story about what happened today. I created a newsletter
page so that a registered base of 150,000+ subscribers would get it on
what would most likely be a weekly basis. On its first run today however,
it sent out approximately 2000 emails and then... exploded. It didn't just
stop sending emails though, instead the entire server got fried!

I called up the ISP and they say there's massive corruption throughout the
harddrive!?!?! WTF? Since the only thing that happened out of the
oridinary was the newsletter mailing today, they surmised that it was the
cause of the meltdown. Once again I ask... WTF?! Is ColdFusion unstable to
the point that sending out a newsletter would fry the server?!? One theory
is that messages got bounced back to the server and it couldn't handle the
load of outgoing and incoming. Ok fine, i'll buy that partially. Maybe it
was indeed a wussy server. But corruption? File corruption from 
getting/sending emails? Hell the server wont even boot up now! 

Has anyone else had this happen to them? 

So here's a word of caution to anyone doing a newsletter from me. Try not
to fry your server in the process. *laugh* I still can't believe this
happened.

Oh yeah, for those interrested in the code that allegedly melted down the
server, here it is:

  
SELECT date, slug, content
FROM newsletter
WHERE newsletter_id=#form.tid#
  

  
SELECT email_address
FROM members
WHERE newsletter_flag=-1
  

  
ZZZ Newsletter
#DateFormat(newsletter.date, ",  D ")#
#receivers.email_address#
=

#newsletter.content#

=
UNSUBSCRIBE
Here's how to unsubscribe or change your settings.
http://www.zzz.com/updateprofile.asp
  

.. and yes, that's how I know 2000 emails got sent out, because I got
2000+ blind CC's. Left it in there from the testing phase. Ugh.

--
Bryant Tyson, WEB DEVELOPER
http://webtys.com
WebTY's, The Educated Choice.

On Sun, 28 Oct 2001, Critz wrote:

> oi Bryant!!
> 
> 
> CHR(13)& CHR(10) is carriage return, line feed
> 
> -- 
> Best regards,
>  
> Critter [critz.org]
~~
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: trim function & non-english languages

2001-10-28 Thread Antonio Mokarzel

Yes, it does.

Antonio Mokarzel


- Original Message - 
From: "Paul Hastings" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, October 29, 2001 1:54 AM
Subject: Re: trim function & non-english languages


> > I use it with Portuguese. No problems until now.
> 
> thanks. does portuguese extend into the high ascii?
> beyond 160?
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: trim function & non-english languages

2001-10-28 Thread Paul Hastings

> I use it with Portuguese. No problems until now.

thanks. does portuguese extend into the high ascii?
beyond 160?
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: trim function & non-english languages

2001-10-28 Thread Antonio Mokarzel

Paul,

I use it with Portuguese. No problems until now.

Antonio Mokarzel

- Original Message - 
From: "Paul Hastings" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, October 29, 2001 12:49 AM
Subject: trim function & non-english languages


> is anyone using cf5 & non-english language having
> problems with the TRIM() function? we have two
> sites upgraded to ver 5 that are seeing TRIM() 
> throw out certain characters along with the spaces. 
> these are both running nt4. if you're having the same
> problem, would you please get back to me.
> 
> thanks.
> 
> Paul Hastings   [EMAIL PROTECTED]  
> DirectorEnvironmental Information Center
> Thailand Environment Institute
> Member   Team Macromedia (Allaire)
> http://www.tei.or.th/eic ---
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



trim function & non-english languages

2001-10-28 Thread Paul Hastings

is anyone using cf5 & non-english language having
problems with the TRIM() function? we have two
sites upgraded to ver 5 that are seeing TRIM() 
throw out certain characters along with the spaces. 
these are both running nt4. if you're having the same
problem, would you please get back to me.

thanks.

Paul Hastings   [EMAIL PROTECTED]  
DirectorEnvironmental Information Center
Thailand Environment Institute
Member   Team Macromedia (Allaire)
http://www.tei.or.th/eic ---

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: IIS weird error (I think)

2001-10-28 Thread Kay Smoljak

> You may be running out of HD space on your machine.

There's at least a couple of gigs free...

> Also, check your database box.  I've had weird stuff happen on the web

> servers if the database box goes down while the web servers are asking

> for queries.

SQL Server is on the same box - it's an internal dev box.

> -Original Message-
> From: Kay Smoljak [mailto:[EMAIL PROTECTED]]
> Sent: October 26, 2001 8:30 AM
> To: CF-Talk
> Subject: IIS weird error (I think)
> 
> 
> Hi all,
> 
> Usually I try to put descriptive subject lines in my posts, but this 
> one has me stumped. Every now and then our internal development IIS 
> server (SBS 2K) has a dummy spit and after a long long time will 
> return only a blank page with the following:
> 
> -2146893055 (0x80090301)
> 
> It has all the latest patches, in fact we did the whole Windows Update

> thing this morning. Rebooting fixes it, but I would like to find out 
> the cause. I think it is IIS, but in reality I guess it could be CF or

> something else.
> 
> Thanks,
> Kay.
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Clustering Performance Experiences

2001-10-28 Thread Teng-Yan Loke

Hi

I've been cracking my head to improve the performance of certain sections of
my client's site, especially the search page and sitemap page.

The search page uses CF4's Verity, which indexes Spectra 1.0 objects. The
COAPI tags are already slow, compared to custom SQL queries, so updating of
the collection is affected as well.

The sitemap page uses the same COAPI tags and recursive custom tag calling
to build the sitemap tree with .

One possible way to bring down the page executation times of 2 minutes is to
increase the number of CF servers from just one. Has anyone tried clustering
with CF? Any performance measurements to share?

Thanks for any comments.


Teng-Yan Loke | [EMAIL PROTECTED]
E-Developer | novaSPRINT Systems Pte Ltd
tel: +65-2169727 | fax: +65-3390279
~~
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Security with forms

2001-10-28 Thread Pete Freitag

I wouldn't be worried about CFML (tags) inside a form element, unless you
are writing the content to a file, and then exciting the file (bad idea).
And I wouldn't be worried about CFML functions in the code unless you will
be calling Evaluate on the data.

What I would be worried about is people passing SQL into your fields,
someone on this list put together a web page about that a couple months ago,
check the archives, or hopefully someone could repost the url.

+
Pete Freitag ([EMAIL PROTECTED])
CFDEV.COM
ColdFusion Developer Resources
http://www.cfdev.com/


-Original Message-
From: Michael T. Tangorre [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 28, 2001 5:13 PM
To: CF-Talk
Subject: Security with forms


Hey everyone,
are there any good tags out there that will check and make sure or strip
out any CF code that might be inserted into a form element...

Thanks,
Mike



~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF Return Symbol

2001-10-28 Thread Critz

oi Bryant!!


CHR(13)& CHR(10) is carriage return, line feed

-- 
Best regards,
 
Critter [critz.org]


-
Sunday, October 28, 2001, 7:42:50 PM, you wrote:

BT> Would anyone here happen to know about how I can insert a return into a
BT> document with CF without using  or ? I'm sending out a newsletter
BT> via email, but it's not in HTML format so I have to strip out all the
BT> 's and 's which I've done. However I don't know what to replace
BT> them with.

BT> The ASP version of what i'm looking for is vbCrLf if that helps any.
BT> Thanks.

BT> --
BT> Bryant Tyson, WEB DEVELOPER
BT> http://webtys.com
BT> WebTY's, The Educated Choice.

BT> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF Return Symbol

2001-10-28 Thread Bryant Tyson

Would anyone here happen to know about how I can insert a return into a
document with CF without using  or ? I'm sending out a newsletter
via email, but it's not in HTML format so I have to strip out all the
's and 's which I've done. However I don't know what to replace
them with.

The ASP version of what i'm looking for is vbCrLf if that helps any.
Thanks.

--
Bryant Tyson, WEB DEVELOPER
http://webtys.com
WebTY's, The Educated Choice.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Security with forms

2001-10-28 Thread Rick Moon

#REReplace(TRIM(form.variable), "<[^>]*>", "", "all")#


- Original Message - 
From: "Michael T. Tangorre" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, October 28, 2001 2:13 PM
Subject: Security with forms


> Hey everyone,
> are there any good tags out there that will check and make sure or strip 
> out any CF code that might be inserted into a form element...
> 
> Thanks,
> Mike
> 
> 
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Security with forms

2001-10-28 Thread Matt Robertson

CF_CodeCleaner is my personal favorite.  Uses Regexes to do a lot in a
little time.  Can be configured to selectively allow types of submitted
code, as well as to simply preserve and escape the input.

-
Matt Robertson  [EMAIL PROTECTED]
MSB Designs, Inc. http://mysecretbase.com
-

- Original Message -
From: "Michael T. Tangorre" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, October 28, 2001 2:13 PM
Subject: Security with forms


Hey everyone,
are there any good tags out there that will check and make sure or strip
out any CF code that might be inserted into a form element...

Thanks,
Mike



~~
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



server slow? DSN problem?

2001-10-28 Thread Jeff Fongemie

Hello cf-talk,

  I'm trying to pinpoint a problem. I have a site using a couple of CF
  areas, a forum and a guestbook. Both are exremely slow. When first
  visiting a page for the forum or guestbook, it can take a full 10
  slow seconds to load the page.

  The Access databases are not large, 150 records at the most for the
  forum.

  The ISP is blaming the code. I think it is the server.

  1. Same code used on other sites is fast.
  2. Code and database on my local develoment computer is fast.
  3. The forum and guestbook use 2 different DSN's, and 2 databases,
  both are very slow (only for the CF pages where the database is
  first queried.
  4. To give the ISP some credit, I have other sited with them, and
  all seem fine, just this one. I don't know if they are on same or
  different computers though.

  So, I can't seem to find a code problem, should I start pressing the
  ISP??

  Any thoughts on this??


Best regards,
 Jeff
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Security with forms

2001-10-28 Thread Michael T. Tangorre

Hey everyone,
are there any good tags out there that will check and make sure or strip 
out any CF code that might be inserted into a form element...

Thanks,
Mike


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Flash Ui_Calendar control

2001-10-28 Thread Angel Stewart

Do any of you have experience using the Ui Flash calendar control in CF?

I am attempting to use the control in non Pop Up mode, and find that a
user must doubleclick a date in order to register to the control that a
date has been selected. 

Is this how the control is supposed to work, or am I doing something
wrong?

-Gel
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Daylight Savings Time

2001-10-28 Thread Kym Kovan

Regarding time changes ands session variables I have not checked yet but 
our hosting firm partner does not make their servers change to daylight 
saving, they just run the proper fixed offset from GMT the whole year round 
(it makes logs and stats and everything else an awful lot easier) and a lot 
of other hosting firms do the same so the first question is "have the 
clocks changed or not?" :-)


--

Yours,

Kym
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Cold Fusion Sever 4.5 and Windows XP Professional

2001-10-28 Thread Courtney Payne

HB

I'm running CF4.5Ent/SqlServer2k with XP on my laptop and I haven't had any
troubles at all. I've been really pleased with it all around, less the
"exciting" installation process.

Courtney Payne
Sr Web Eng
Digicon Corp, Washington, DC

- Original Message -
From: "Double Down, Inc." <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, October 27, 2001 11:54 PM
Subject: Cold Fusion Sever 4.5 and Windows XP Professional


> Does anyone know of any problems with running Cold Fusion Server 4.5 and
> Windows XP Professional?
>
> Sincerely,
>
> HB
>
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: MySQL?

2001-10-28 Thread tom muck

In CF 5 you don't need an ODBC connection for MySQL -- you can use a DSNLess
connection string.  You still need to have the ODBC drivers installed,
though.  I have a brief article on the subject at
http://www.basic-ultradev.com/articles/dsnlesscoldfusion/index.asp including
a MySQL string that is tested and works.

tom

"Gary Groomer" <[EMAIL PROTECTED]> wrote in message
000b01c15e63$3511b250$2341b23f@lindy">news:000b01c15e63$3511b250$2341b23f@lindy...
> The only way to connect to the ColdFusion Application Server is via an
ODBC
> connection.  Therefore, download and install MyODBC.  It is available at
> http://www.mysql.com/downloads/api-myodbc.html.
>
> Gary Groomer
>

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Daylight Savings Time

2001-10-28 Thread Gregory Harris

My hypothetical answer is this:

1) Granted that the server clocks tonight went from 1:59am to 1:00am the
cold fusion variables would notice no change in time therefore:

2) a coldfusion variable set for 2am expiration or later, would last another
hour (granted 2am isn't going to happen for a bit longer), while a variable
set for 1:59am or earlier would've timed out at the normally scheduled time.

Anyone care to question this? Again this is my educated guess...


-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 28, 2001 2:51 AM
To: CF-Talk
Subject: Daylight Savings Time


OK, I'm curious. What happens to times variables when the clock
changes? Do they last an extra hour in the fall and timeout an hour
prematurely in the spring? Or does ColdFusion have an "internal
clock" that syncs with the server's clock?
--

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/

~~
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: MySQL?

2001-10-28 Thread Gary Groomer

The only way to connect to the ColdFusion Application Server is via an ODBC
connection.  Therefore, download and install MyODBC.  It is available at
http://www.mysql.com/downloads/api-myodbc.html.

Gary Groomer

- Original Message -
From: "Rich Tretola" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, October 26, 2001 12:09 PM
Subject: MySQL?


> How can I connect to a MySQL datasource through the CF 5 admin (Windows
> 2000)?
>
> Rich
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: LOG IN MODULE

2001-10-28 Thread Eric Dawson

what kind of security / personalization do you need to do?

Eric Dawson



From: Leon Greeff <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: LOG IN MODULE
Date: Sun, 28 Oct 2001 10:32:58 +0200

Good morning CF'ers,

Do any of you guys know of an easy to customize login module? I know there
is a couple in the DEV Exchange, but could you recommend one?

TIA


~~
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Why can't I buy JUST CFStudio 5?

2001-10-28 Thread David Hannum \(Ohio University\)

I talked to MM Sales and they told me that subscriptions will be mailed out
before the boxed version is available on the shelf.

Dave


- Original Message -
From: "Matt Robertson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, October 27, 2001 10:06 PM
Subject: Re: Why can't I buy JUST CFStudio 5?


> I have a subscription and I haven't heard anything about a subscription
> upgrade.  Am I the only one?  Did I miss something?
>
> -
> Matt Robertson  [EMAIL PROTECTED]
> MSB Designs, Inc. http://mysecretbase.com
> -
>
> - Original Message -
> From: "Joshua Miller" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, October 26, 2001 1:23 PM
> Subject: RE: Why can't I buy JUST CFStudio 5?
>
>
> Wow ... I looked all over that site and couldn't find anything. THANKS
>
> Joshua Miller
> Web Development::Programming
> Eagle Technologies Group, Inc.
> www.eagletgi.com
> [EMAIL PROTECTED]
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 25, 2001 4:39 PM
> To: CF-Talk
> Subject: Re: Why can't I buy JUST CFStudio 5?
>
>
> At 5:55 AM 10/25/1, Joshua Miller wrote:
> > Why is it that Macromedia insists on bundling CFStudio5
> > and UltraDev 4 together? Why can't I buy just CFStudio5?
>
> Sure you can... check out the splash page:
> http://www.macromedia.com/software/coldfusionstudio/
>
> jd
>
>
>
>
>
> John Dowdell, Macromedia Tech Support, San Francisco CA US
> Search technotes: http://www.macromedia.com/support/search/
> Offlist email risks capture by the spam filters. I may not see your
> email if it's not on the list. Private one-on-one email options are
> available via Priority Access: http://www.macromedia.com/support/
>
>
>
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT Regex in SQL Server 2000

2001-10-28 Thread Don Vawter

Is anyone aware of any tools (extended stored procs etc) which will allow
you to do regular expression manipulation within a SQL Server 2000 stored
proc?

TIA

Don
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



application logfile

2001-10-28 Thread Bosky, Dave

Our entire application logfile on cfserver 5 is filled with this message.
1) What does it mean?
2) Is this normal and harmless?
3) Should I remove it with a patch or is it harmless and leave it be?

" "Error","635","10/27/01","07:59:32",,"10.10.10.10, Allaire ClusterCats
Probe, Invalid Request of APPLICATION.CFM or ONREQUESTEND.CFM File 
You have requested a template with the name APPLICATION.CFM or
ONREQUESTEND.CFM. These file names are reserved by the ColdFusion engine for
the specification of application level settings and therefore cannot be
directly requested from a web client. 
If you are creating a template which is intended for direct access by end
users you should use a name other than APPLICATION.CFM or ONREQUESTEND.CFM.

Thanks,
Dave
~~
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Web content management tools?

2001-10-28 Thread Tobe Goldfinger

Ektron has great affordable content-mgmt tools (www.ektron.com). 
EWebEditPro is the one you're looking for if all you want is something to 
give Word-like editing to a textarea box. eMPower is a full-blown package 
that includes eWebEditPro but does a whole lot more.

hth,
Tobe Goldfinger
jdt technologies, ltd.


At 03:29 AM 10/26/2001 , you wrote:
>Does anyone know of a good tool other than Active Edit which enables a
>client to manage his own web page content directly through the browser.
>
>The probs I've had with Active Edit is that the documentation on how to use
>it is very poor to non-existent. Consequently I don't have the foggiest idea
>how good or bad the tool is.
>
>I'd welcome any other potential solutions at this point.
>
>Thanks,
>Pardeep.
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: grab text from an email, insert to a record????

2001-10-28 Thread Alex

use cfpop on a scheduler. insert the body

On Sat, 27 Oct 2001, Jeff Fongemie wrote:

> Hello cf-talk,
> 
>   Is there a way to capture text (all text is fine) from an email and
>   have it go into a record in the database? So, essentially someone
>   can send an email, and it will automaticly get inserted into a
>   record.
> 
>   Example: Ski areas will send conditions reports daily by email. I
>   want to have those reports go into a record to we can use it on the
>   site of a local ski shop. Not, by the guy taking his email and
>   pasting into a form.
> 
> 
> Best regards,
>  Jeff Fongemie  mailto:[EMAIL PROTECTED]
>  
> Internet Guns For Hire
> (603) 356-0768
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Custom tag validation error in CF Studio 5

2001-10-28 Thread cf refactoring

If you leave tag validation on, then either just
ignore the alert that CFStudion produces, or write a
vtm file so CFStudio can recognize the tag

--- Tom Jacobs <[EMAIL PROTECTED]> wrote:
> When I insert a custom tag in CF Studio 5, I'm
> getting this error:
> The tag name "CF_TagName" not found in currently
> active versions.
> However, the tag is, in fact, being found by CF 5;
> the browser 
> generates no errors and the code executes just fine.
> This problem 
> apparently started happening when I installed CF
> Studio 5. Turning 
> off Tag Validation eliminates the error. Any ideas?
> 
> Tom


=
I-Lin Kuo
Macromedia CF5 Advanced Developer
Sun Certified Java 2 Programmer


~~
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Daylight Savings Time

2001-10-28 Thread Bud

OK, I'm curious. What happens to times variables when the clock 
changes? Do they last an extra hour in the fall and timeout an hour 
prematurely in the spring? Or does ColdFusion have an "internal 
clock" that syncs with the server's clock?
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Processing a RAW HTTP POST?

2001-10-28 Thread Ben Koshy

I have a java applet that posting some data to my cold fusion template.  But
I can't seem to access the data.  It doesn't appear to be showing up in a
form post, more of a raw-socket post as far as I can tell from the
documentation. When I output the CGI structure seen by the webserver via the
Cold Fusion Template, I get this:

As you can see, 46K of some data is being detected but I don't know how to
access this data.  I also notice the request method is now set to POST
instead of GET.  Even though I loop from the form structure and the variable
fieldnames it doesn't see any named variables.  The java applet also has the
ability to transmit a header before the post, is there a way I can fake a
form header so this data does show up as a form field?

HTTP_CONTENT_LENGTH - 46840
HTTP_CONTENT_TYPE - application/octet-stream

These CGI variables show the data coming through...

Any ideas?

INSTRUCTIONS ON THE POST FORMAT:
==
this is the format of POST Data

P(1Byte Character)
Length of The header for CGI author(8byte Characters)
The header for CGI author
Length of Image(8byte Characters)
\r\n(CR LF)
Image data(format is PNG or JPEG)
Length of thumbnail(8byte Characters)
thumbnail(format is PING or JPEG or AnimationData)
Length of thumbnail2(8byte Characters)
thumbnail(format is PING or JPEG or AnimationData )

Length is not transmitted, either, when there is not thumbnail.

format of poo=true
0x
\r\n(CR LF)
Image data(format is PNG or JPEG)
Lnegth of thumbnaill(8byte characters)
thumbnail(format is PING or JPEG or AnimationData)


MY CGI ENVIRONMENT RECEIVED AFTER THE POST:
==
CF_TEMPLATE_PATH - d:\index.cfm
CONTENT_LENGTH - 46840
CONTENT_TYPE - application/octet-stream
GATEWAY_INTERFACE - CGI/1.1
HTTP_ACCEPT_LANGUAGE - en
HTTP_CONNECTION - close
HTTP_CONTENT_LENGTH - 46840
HTTP_CONTENT_TYPE - application/octet-stream
HTTP_HOST - 127.0.0.1
HTTP_REFERER - http://127.0.0.1/
HTTP_USER_AGENT - PaintBBS/2.x (Windows NT;5.0)
HTTPS - off
HTTPS_KEYSIZE -
HTTPS_SECRETKEYSIZE -
HTTPS_SERVER_ISSUER -
HTTPS_SERVER_SUBJECT -
QUERY_STRING - fuseaction=test
REMOTE_USER -
REQUEST_METHOD - POST
SERVER_NAME - 127.0.0.1
SERVER_PORT - 80
SERVER_PORT_SECURE - 0
SERVER_PROTOCOL - HTTP/1.0
SERVER_SOFTWARE - Microsoft-IIS/5.0
WEB_SERVER_API - ISAPI

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



LOG IN MODULE

2001-10-28 Thread Leon Greeff

Good morning CF'ers,

Do any of you guys know of an easy to customize login module? I know there
is a couple in the DEV Exchange, but could you recommend one?

TIA

~~
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists