Re: text editor for content manag. systems

2003-12-18 Thread Hugo Ahlenius
Don't forget the most important thing: make sure that the page is fully
standards compliant to an xhtml specification, to make it future-proof. If a
menu breaks standards-compliance but supports NS4, then I wouldn't use it...

/H.

-
Hugo AhleniusE-Mail: [EMAIL PROTECTED]
Project Officer Phone:+46 8 230460
UNEP GRID-ArendalFax:+46 8 230441
Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
-


 Original Message 
From: Rick Root [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 03:24
Subject: Re: text editor for content manag. systems

| Barney Boisvert wrote:
|
|| I generally take the approach that in IE6 (about 90% of our market),
|| sites
|| should kick ass.In IE5.0, Mozilla and Safari (about 9%) it should
|| be fully
|| functional, attractive, and easy to use, but not necessarily
|| posessing _all_
|| the bells and whistles.For NS4 and everyone else, it should be
|| functional,
|| and no more.Same goes for CSS and JS.Functional with out them,
|| but if
|| it's ugly hard to use, that's perfectly acceptable.
|
| I would agree mostly with this though I don't really concern myself
| with
| the tiny TINY percentage of paranoid people who turn _javascript_ and
| cookies off.
|
| I don't go out of my way to support Netscape 4 either, for that
|matter. I just thought it was cool that the DHTML Menu Builder app
| actually
| makes DHTML menus that WORK in NS 4 =)
|
|| And to tie back to the original topic of conversation, that means
|| showing
|| NS4 users a textarea full of HTML is perfectly legit, while the IE6
|| users
|| get soEditor.
|
| Granted.. my two CMS solutions both use the non-beta version of
| htmlArea
| so if they're using IE 5.5+ for Windows, they get it,But I am
| looking
| forward to being able to tell my Mac-friendly customers that they
| don't
| have to switch computers anymore to edit their sites. =)
|
| Someone else suggested that they don't design for Netscape.That's
| fine, neither do I.But I don't design for IE either.Hell, I'm a
| programmer... I do mostly backend stuff anyway.My typical designs
| look
| something like http://fans.bobguiney.com/ =)
|
| In my department at Duke, we're gonna solve some of the
| browser-compatibility issues by building web apps in Flash MX 2004 Pro
| (thank you, MAX conference!)
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: text editor for content manag. systems

2003-12-18 Thread [EMAIL PROTECTED]
I second that !
soEditor is good I would also recommend eWebeditPro (not quite as good and
can be annoying to configure at times).
Take a look at HTMLArea,the lite version is free and will give you an idea
bu, for my money the best of the lot is soEditor.

-Darren

-Original Message-
From: Darron J. Schall [mailto:[EMAIL PROTECTED]
Sent: 17 December 2003 18:23
To: CF-Talk
Subject: Re: text editor for content manag. systems

soEditor lite is good, and free.

http://www.siteobjects.com/pages/soeditor.cfm

-d
- Original Message - 
From: Dan Farmer 
To: CF-Talk 
Sent: Wednesday, December 17, 2003 1:02 PM
Subject: text editor for content manag. systems

I'm looking for a good text editor for content management systems.
Something 
I can basically plug into an app. Are there any good free or cheap ones 
around?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Getting Errors now I am using Coldfusion MX ???

2003-12-18 Thread Ian Vaughan
Hi

 
I have just migrated from CF 4.5 to MX 6.1, and Iam receiving the
following error since doing so even though it worked when using
Coldfusion 4.5, could it because of Coldfusion MX ??

 
Can anybody/experts on the list see why this error may be occuring, and
suggested solutions ?

Error Executing Database Query. 

[Macromedia][Oracle JDBC Driver][Oracle]ORA-06550: line 1, column 23:
PLS-00103: Encountered the symbol  when expecting one of the
following: begin function package pragma procedure subtype type use
cursor form current 	
 	
The error occurred in
F:\Websites\Intranet\itintranet\publishing\articleaction.cfm: line 69
	
67 : 			and articleauthor = '#Session.Fname#
#Session.Lname#' 
68 : 			and security = '#security#' 
69 : and articledate = TO_DATE('#formatted_date#',
'MM/DD/');
70 : END;
71 : /cfquery

 
cftransaction

 
cfquery name=LOOKUP datasource=intranetv8
SELECT Max(id) NewID
FROM itarticle
/cfquery

 
cfif lookup.newid is 
cfset id = 1
cfelse
cfset id = lookup.newid + 1
/cfif

!--- Insert contact into the contacts tabel in the tes8 Database ---

cfset articledate = form.event_month  /  form.event_day  / 
form.event_year 
cfset articledate = #CreateODBCDate(articledate)#
cfset formatted_date = dateformat(articledate, MM/DD/) 
cfset content = REReplacenocase(content, /*font[^]*, , ALL) 
cfset content = REReplacenocase(content, /*span[^]*, , ALL) 

cfif form.uploadfile neq  

 
cffile action="" filefield=Form.UploadFile
destination=F:\Websites\Intranet\itintranet\itnews\images\
nameconflict=OVERWRITE
/cfif
!--- Make sure that file is of correct type ---

!--- Insert the story record ---

 
cfquery datasource=#Application.DSN# name=insert_query
INSERT INTO 
itarticle
(id, articledate, articletitle, articlesummary, articleauthor, security,
imgsrc) 
VALUES (
#id#, TO_DATE('#formatted_date#', 'MM/DD/'), '#articletitle#',
'#articlesummary#', '#Session.Fname# #Session.Lname#', '#security#',
cfif
isdefined(file.serverFile)'#file.serverFile#'cfelseNULL/cfif)
/cfquery

 
!--- Insert the long text into the story record ---
cfquery datasource=#Application.DSN# name=insert_query
DECLARE new_text LONG;
BEGIN
new_text := '#content#';

 
UPDATE itarticle
SET articlebody = new_text
WHERE id = #id# 
and articletitle = '#articletitle#'
and articlesummary = '#articlesummary#' 
and articleauthor = '#Session.Fname# #Session.Lname#' 
and security = '#security#' 
and articledate = TO_DATE('#formatted_date#', 'MM/DD/');
END;
/cfquery

/cftransaction
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Adding remote datasource dynamically

2003-12-18 Thread Jochem van Dieten
Chunshen (Don) Li wrote:
 Jochem, are you dropping the ball?

I don't use datasource passwords stored in CF, so I can't help you.

Jochem

-- 
When you don't want to be surprised by the revolution
organize one yourself
- Loesje
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Help with Netscape 4.7

2003-12-18 Thread [EMAIL PROTECTED]
One thing we commonly do is render tables with _javascript_.

Create a _javascript_ function that draws (via document.write()) a table row
with all the dynamic bits of the row as parameters of the function.In your
table ensure that you use pixel spacers (maybe in a second row 1px high) and
the like to maintain the columns (as each row is a different table). Then,
when you want to draw the table just call the _javascript_ function with your
parameters.

Not only will this make it render faster as you are using a different table
for each row, but it will also significantly reduce the weight of the page.
(by virtue of changing all that table code printed many times, to lots of
low weight js function calls).

For an example (admittedly with only six rows per page) take a look at the
results list on http://www.usedvehicles.landrover.co.uk and the
f_drawStockItem() function.

HTH

Neil

 -Original Message-
 From: Mickael [mailto:[EMAIL PROTECTED]
 Sent: 17 December 2003 21:08
 To: CF-Talk
 Subject: Help with Netscape 4.7
 
 
 Hello All,
 
 I have a client that uses Netscape 4.7 over their corporate 
 lan and they access certain reports in an application that I 
 had built for them.Unfortunately upgrading them to IE is 
 not an option.
 
 The problem I have is a certain report produces a table, and 
 depending on their criteria it can be a very long table (even 
 1000 rows) where IE will display the info to the screen 
 Netscape chokes on it.What happens it that Netscape appears 
 to be not responding, but actually if you walk away and don't 
 touch the PC the table will eventually appear.
 
 I know that Netscape does not display the table until it is 
 finished loading it completely, so I thought I would try 
 instead of displaying rows I would display one row tables 
 instead, this is not working out either as I am having a hell 
 of a time getting the columns to Line up.
 
 If anyone could point me in the right direction it would be 
 greatly appreciated.
 
 Mike
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Detecting a line break.

2003-12-18 Thread [EMAIL PROTECTED]
Hello All,

I'm uploading and reading a CSV file into a variable.

Is it possible to detect where there is a line break ?

Basically the data I am importing may have a line of metadata at the top
(basically just the date it was generated) followed by a blank line,so
what I want to do is to display the first line,skip the blank line and
then get at the datafrom line 3 onwards (4 if there is a header line as
well).

Can anyone help?

Darren
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Detecting a line break.

2003-12-18 Thread Tangorre, Michael
Check for #chr(13)# #chr(10)# which is the ASCII line break and carriage
return...

 
Mike

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 6:38 AM
To: CF-Talk
Subject: Detecting a line break.

Hello All,

I'm uploading and reading a CSV file into a variable.

Is it possible to detect where there is a line break ?

Basically the data I am importing may have a line of metadata at the top
(basically just the date it was generated) followed by a blank line,so
what I want to do is to display the first line,skip the blank line and
then get at the datafrom line 3 onwards (4 if there is a header line as
well).

Can anyone help?

Darren 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Help with Netscape 4.7

2003-12-18 Thread Mickael
This is an interesting Idea.I really don't have a good understanding of _javascript_.Can you dumb it down for me a little?
- Original Message - 
From: [EMAIL PROTECTED] 
To: CF-Talk 
Sent: Thursday, December 18, 2003 6:27 AM
Subject: RE: Help with Netscape 4.7

One thing we commonly do is render tables with _javascript_.

Create a _javascript_ function that draws (via document.write()) a table row
with all the dynamic bits of the row as parameters of the function.In your
table ensure that you use pixel spacers (maybe in a second row 1px high) and
the like to maintain the columns (as each row is a different table). Then,
when you want to draw the table just call the _javascript_ function with your
parameters.

Not only will this make it render faster as you are using a different table
for each row, but it will also significantly reduce the weight of the page.
(by virtue of changing all that table code printed many times, to lots of
low weight js function calls).

For an example (admittedly with only six rows per page) take a look at the
results list on http://www.usedvehicles.landrover.co.uk and the
f_drawStockItem() function.

HTH

Neil

 -Original Message-
 From: Mickael [mailto:[EMAIL PROTECTED]
 Sent: 17 December 2003 21:08
 To: CF-Talk
 Subject: Help with Netscape 4.7
 
 
 Hello All,
 
 I have a client that uses Netscape 4.7 over their corporate 
 lan and they access certain reports in an application that I 
 had built for them.Unfortunately upgrading them to IE is 
 not an option.
 
 The problem I have is a certain report produces a table, and 
 depending on their criteria it can be a very long table (even 
 1000 rows) where IE will display the info to the screen 
 Netscape chokes on it.What happens it that Netscape appears 
 to be not responding, but actually if you walk away and don't 
 touch the PC the table will eventually appear.
 
 I know that Netscape does not display the table until it is 
 finished loading it completely, so I thought I would try 
 instead of displaying rows I would display one row tables 
 instead, this is not working out either as I am having a hell 
 of a time getting the columns to Line up.
 
 If anyone could point me in the right direction it would be 
 greatly appreciated.
 
 Mike
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Detecting a line break.

2003-12-18 Thread [EMAIL PROTECTED]
Bingo !

Thanks Michael.
-Original Message-
From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
Sent: 18 December 2003 11:43
To: CF-Talk
Subject: RE: Detecting a line break.

Check for #chr(13)# #chr(10)# which is the ASCII line break and carriage
return...

 
Mike

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 6:38 AM
To: CF-Talk
Subject: Detecting a line break.

Hello All,

I'm uploading and reading a CSV file into a variable.

Is it possible to detect where there is a line break ?

Basically the data I am importing may have a line of metadata at the top
(basically just the date it was generated) followed by a blank line,so
what I want to do is to display the first line,skip the blank line and
then get at the datafrom line 3 onwards (4 if there is a header line as
well).

Can anyone help?

Darren 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Detecting a line break.

2003-12-18 Thread Tangorre, Michael
No problem :-)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 6:59 AM
To: CF-Talk
Subject: RE: Detecting a line break.

Bingo !

Thanks Michael.
-Original Message-
From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
Sent: 18 December 2003 11:43
To: CF-Talk
Subject: RE: Detecting a line break.

Check for #chr(13)# #chr(10)# which is the ASCII line break and carriage
return...

Mike

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 6:38 AM
To: CF-Talk
Subject: Detecting a line break.

Hello All,

I'm uploading and reading a CSV file into a variable.

Is it possible to detect where there is a line break ?

Basically the data I am importing may have a line of metadata at the top
(basically just the date it was generated) followed by a blank line,so
what I want to do is to display the first line,skip the blank line and
then get at the datafrom line 3 onwards (4 if there is a header line as
well).

Can anyone help?

Darren 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Security Attack?

2003-12-18 Thread DeMarco, Alex
All of the sudden we ave started seeing this in our logs...Any ideas
why this has started to happen?Is it really an attack?

CFID, CFTOKEN contains invalid characters. This exception is caused by
either broken links, or security attacks.The invalid id is 4393
brThe error occurred on line 62.	

- Alex
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




this is a test

2003-12-18 Thread Frodo
test
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Security Attack?

2003-12-18 Thread Jochem van Dieten
DeMarco, Alex wrote:

 All of the sudden we ave started seeing this in our logs...Any ideas
 why this has started to happen?Is it really an attack?

What is in your webserver logs?

Jochem

-- 
When you don't want to be surprised by the revolution
organize one yourself
- Loesje
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Security Attack?

2003-12-18 Thread John Beynon
You get that if you try and pass duplicate CFID  CFTOKEN in a URL, I took
over an app and when it was run on CFMX it did exactly that,

Jb.

-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: 18 December 2003 13:08
To: CF-Talk
Subject: Security Attack?

All of the sudden we ave started seeing this in our logs...Any ideas
why this has started to happen?Is it really an attack?

CFID, CFTOKEN contains invalid characters. This exception is caused by
either broken links, or security attacks.The invalid id is 4393
brThe error occurred on line 62.	

- Alex
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Help with Netscape 4.7

2003-12-18 Thread Sandy Clark
Just an FYI, if you throw something in to a page with _javascript_ then your
page will not be accessible to either those who use a screenreader or speech
browser or to anyone with _javascript_ turned off.

_

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 6:27 AM
To: CF-Talk
Subject: RE: Help with Netscape 4.7

One thing we commonly do is render tables with _javascript_.

Create a _javascript_ function that draws (via document.write()) a table row
with all the dynamic bits of the row as parameters of the function.In your
table ensure that you use pixel spacers (maybe in a second row 1px high) and
the like to maintain the columns (as each row is a different table). Then,
when you want to draw the table just call the _javascript_ function with your
parameters.

Not only will this make it render faster as you are using a different table
for each row, but it will also significantly reduce the weight of the page.
(by virtue of changing all that table code printed many times, to lots of
low weight js function calls).

For an example (admittedly with only six rows per page) take a look at the
results list on http://www.usedvehicles.landrover.co.uk and the
f_drawStockItem() function.

HTH

Neil

 -Original Message-
 From: Mickael [mailto:[EMAIL PROTECTED]
 Sent: 17 December 2003 21:08
 To: CF-Talk
 Subject: Help with Netscape 4.7
 
 
 Hello All,
 
 I have a client that uses Netscape 4.7 over their corporate 
 lan and they access certain reports in an application that I 
 had built for them.Unfortunately upgrading them to IE is 
 not an option.
 
 The problem I have is a certain report produces a table, and 
 depending on their criteria it can be a very long table (even 
 1000 rows) where IE will display the info to the screen 
 Netscape chokes on it.What happens it that Netscape appears 
 to be not responding, but actually if you walk away and don't 
 touch the PC the table will eventually appear.
 
 I know that Netscape does not display the table until it is 
 finished loading it completely, so I thought I would try 
 instead of displaying rows I would display one row tables 
 instead, this is not working out either as I am having a hell 
 of a time getting the columns to Line up.
 
 If anyone could point me in the right direction it would be 
 greatly appreciated.
 
 Mike
 
 
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: BabelFish down ?

2003-12-18 Thread Gabriel Robichaud
I have worked with various Language Services companies over the past 10 years, and I must say that Machine Translation is just a bad idea.I really hope you are not translating text other than for your personal use.I would laugh so hard if a client or supplier would hand me a proposal or something that was ran through babel fish!Yes, it is obvious when a machine did the work, and it's usually badly written.?xml:namespace prefix = o ns = urn:schemas-microsoft-com:office:office /

essage-
From: Paul Hastings [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 12:20 AM
To: CF-Talk
Subject: Re: BabelFish down ?

my first reaction to machine translators (MT) is usually bah humbug.

 Question. Does anyone know of a similar service that
 is free or fee based ? I really need this functionality at my company.

not wishing to encourage this, but i blogged about MT back in june. there's
a list of MT offerings in that entry (machine translations? bah humbug)
that might be of help:
http://cfg11n.blogspot.com/2003_06_01_cfg11n_archive.html 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: BabelFish down ?

2003-12-18 Thread David Fafard
I don't claim MT is that accurate but it does serve a purpose.

I actually use it for our Spanish speaking shop floor operators.
The application is used to make aware quality complaints
tracked from the field. They the operators click on a Spanish
flag and the data is translated via BabelFish ( was translated )

Operator feedback is that it conveys the message but is not
entirely accurate. ( important: conveys the message )

It was a very useful service to me and I could really use a 
replacement. I have looked at Paul Hastings blog and still
can not find a 'Web Service' that offers this functionality.

The BabelFish web service worked great for me and now
I am without... that's all.

Thanks,
Dave

- Original Message - 
From: Gabriel Robichaud 
To: CF-Talk 
Sent: Thursday, December 18, 2003 9:11 AM
Subject: RE: BabelFish down ?

I have worked with various Language Services companies over the past 10 years, and I must say that Machine Translation is just a bad idea.I really hope you are not translating text other than for your personal use.I would laugh so hard if a client or supplier would hand me a proposal or something that was ran through babel fish!Yes, it is obvious when a machine did the work, and it's usually badly written.?xml:namespace prefix = o ns = urn:schemas-microsoft-com:office:office /

essage-
From: Paul Hastings [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 12:20 AM
To: CF-Talk
Subject: Re: BabelFish down ?

my first reaction to machine translators (MT) is usually bah humbug.

 Question. Does anyone know of a similar service that
 is free or fee based ? I really need this functionality at my company.

not wishing to encourage this, but i blogged about MT back in june. there's
a list of MT offerings in that entry (machine translations? bah humbug)
that might be of help:
http://cfg11n.blogspot.com/2003_06_01_cfg11n_archive.html 
 _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Session variable time out?

2003-12-18 Thread John Ho
When user fails to log in, I want to disable that user
for certain time for example 30 mins. After 30 mins,
he/she can login again.
I prefer to do it in Coldfusion. Can I use session
varible to keep the time for user who failed to log
in. Untill that time is expired, thenlet them try to
log in again.

Thanks for any help.

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Session variable time out?

2003-12-18 Thread d.a.collie
Log it in the database as last attempt
When they try and log in again, check the timestamp and if it is less
than 30 minutes, don't carry out any further logging-in processes and
tell the user

-- 
dc

-Original Message-
From: John Ho [mailto:[EMAIL PROTECTED] 
Sent: 18 December 2003 14:43
To: CF-Talk
Subject: Session variable time out?

When user fails to log in, I want to disable that user
for certain time for example 30 mins. After 30 mins,
he/she can login again.
I prefer to do it in Coldfusion. Can I use session
varible to keep the time for user who failed to log
in. Untill that time is expired, thenlet them try to
log in again.

Thanks for any help.

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Session variable time out?

2003-12-18 Thread Plunkett, Matt
I would use a structure in the application scope to do this.Have the
username as the key and the time of failure as value.

-Original Message-
From: John Ho
Sent: Thursday, December 18, 2003 9:43 AM
To: CF-Talk
Subject: Session variable time out?

When user fails to log in, I want to disable that user
for certain time for example 30 mins. After 30 mins,
he/she can login again.
I prefer to do it in Coldfusion. Can I use session
varible to keep the time for user who failed to log
in. Untill that time is expired, thenlet them try to
log in again.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Session variable time out?

2003-12-18 Thread d.a.collie
And if the user does not have cookies turned on?No session scope avail
then :-(

-Original Message-
From: Plunkett, Matt [mailto:[EMAIL PROTECTED] 
Sent: 18 December 2003 14:54
To: CF-Talk
Subject: RE: Session variable time out?

I would use a structure in the application scope to do this.Have the
username as the key and the time of failure as value.

-Original Message-
From: John Ho
Sent: Thursday, December 18, 2003 9:43 AM
To: CF-Talk
Subject: Session variable time out?

When user fails to log in, I want to disable that user
for certain time for example 30 mins. After 30 mins,
he/she can login again.
I prefer to do it in Coldfusion. Can I use session
varible to keep the time for user who failed to log
in. Untill that time is expired, thenlet them try to
log in again.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Session variable time out?

2003-12-18 Thread d.a.collie
Opps just read your message...  embaressed Retractretractretract/
embaressed 

Can I replace that with server crash;-)

-- 
dc

Sorry matt :-/

-Original Message-
From: Plunkett, Matt [mailto:[EMAIL PROTECTED] 
Sent: 18 December 2003 14:54
To: CF-Talk
Subject: RE: Session variable time out?

I would use a structure in the application scope to do this.Have the
username as the key and the time of failure as value.

-Original Message-
From: John Ho
Sent: Thursday, December 18, 2003 9:43 AM
To: CF-Talk
Subject: Session variable time out?

When user fails to log in, I want to disable that user
for certain time for example 30 mins. After 30 mins,
he/she can login again.
I prefer to do it in Coldfusion. Can I use session
varible to keep the time for user who failed to log
in. Untill that time is expired, thenlet them try to
log in again.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Session variable time out?

2003-12-18 Thread Raymond Camden
You can do session variables in CF w/o cookies, you just have to use url
variables. This is covered in the documentation.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Session variable time out?

2003-12-18 Thread Nick de Voil
 And if the user does not have cookies turned on?No session scope avail
 then :-(

Not exactly

http://livedocs.macromedia.com/coldfusion/6/Developing_ColdFusion_MX_Applica
tions_with_CFML/sharedVars3.htm

Nick
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Hiding an Email Address from harvesters

2003-12-18 Thread Les Mizzell
Regarding SPAM Email Harvester Bots...

There's some really good _javascript_s out there to protect an email 
address in a standard MAILTO: link, but the harverters are also 
grabbing addresses from CFMAIL tags.

Anybody got a good technique to hide the email addresses in CFMAIL 
from the harvesters?

By the way, I've got a page working now that uses _javascript_ by 
D.K.Merriman to generate a ton of false email addresses, then record the 
IP address and other information about the crawler and email it to me 
so I can see what's hitting the page. The page then has links containing 
random variable that point back to itself so the harvester will follow 
the link back to the page and get MORE email addresses.

I grabbed one last night:
address = 63.121.30.223
host = 63.121.30.223
agent = Mozilla/4.7 (compatible; FlipDog; http://www.whizbang.com/crawler)
page = /myEmailList.cfm

It looped through the page close to 100 times, thusly grabbing several 
thousand dud addresses

-- 
Les Mizzell
-
“Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.”
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: text editor for content manag. systems

2003-12-18 Thread Kevin Graeme
 In my department at Duke, we're gonna solve some of the
 browser-compatibility issues by building web apps in Flash MX 2004 Pro
 (thank you, MAX conference!)

Unfortunately, there are still accessiblity issues with Flash based sites,
so that's not really a solution so much as shifting the problems. And
according to Duke's web policies:

If essential content relies on plug-ins (e.g. Shockwave/Flash, Acrobat),
provide an alternate, accessible version 

We're in the same boat here at Madison.

-Kevin
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Suggestion needed - UDF for converting HTML to CRLF formatted plain text?

2003-12-18 Thread Jon Block
Here's a question... I'm working on a database where the user may store
content with HTML p tags and some br tags too. I want the abilty to send
this content in a plain text mail message and still have it look okay. I
think I would need a UDF to not only strip out the p/p and br tags,
but to add the appropriate CRLF's.

Anybody have any suggestions for me?
Thanks,
Jon
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Hiding an Email Address from harvesters

2003-12-18 Thread Pete Ruckelshaus
How are they able to harvest email addresses from CFMAIL tags?I don't 
understand how this would even be possible if the page is coded properly?

Anyway, if you want to hide the email address, set it as a variable in 
the application.cfm and then call the variable from the CFMAIL tag.

Pete

Les Mizzell wrote:
 Regarding SPAM Email Harvester Bots...
 
 There's some really good _javascript_s out there to protect an email
 address in a standard MAILTO: link, but the harverters are also
 grabbing addresses from CFMAIL tags.
 
 Anybody got a good technique to hide the email addresses in CFMAIL
 from the harvesters?
 
 By the way, I've got a page working now that uses _javascript_ by
 D.K.Merriman to generate a ton of false email addresses, then record the
 IP address and other information about the crawler and email it to me
 so I can see what's hitting the page. The page then has links containing
 random variable that point back to itself so the harvester will follow
 the link back to the page and get MORE email addresses.
 
 I grabbed one last night:
 address = 63.121.30.223
 host = 63.121.30.223
 agent = Mozilla/4.7 (compatible; FlipDog; http://www.whizbang.com/crawler)
 page = /myEmailList.cfm
 
 It looped through the page close to 100 times, thusly grabbing several
 thousand dud addresses
 
 -- 
 Les Mizzell
 -
 “Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.”

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Hiding an Email Address from harvesters

2003-12-18 Thread Dan Farmer
Better yet, why not write an application that will infinate loop and create 
a bogus email address within each repition of the loop. That will get em!!!

__
Daniel Farmer
Producer / Coldfusion Developer
http://www.bernardclark.com/danfarmer.ca
P: 613.284.1684



From: Pete Ruckelshaus [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: Re: Hiding an Email Address from harvesters
Date: Thu, 18 Dec 2003 10:12:58 -0500

How are they able to harvest email addresses from CFMAIL tags?I don't
understand how this would even be possible if the page is coded properly?

Anyway, if you want to hide the email address, set it as a variable in
the application.cfm and then call the variable from the CFMAIL tag.

Pete

Les Mizzell wrote:
  Regarding SPAM Email Harvester Bots...
 
  There's some really good _javascript_s out there to protect an email
  address in a standard MAILTO: link, but the harverters are also
  grabbing addresses from CFMAIL tags.
 
  Anybody got a good technique to hide the email addresses in CFMAIL
  from the harvesters?
 
  By the way, I've got a page working now that uses _javascript_ by
  D.K.Merriman to generate a ton of false email addresses, then record the
  IP address and other information about the crawler and email it to me
  so I can see what's hitting the page. The page then has links containing
  random variable that point back to itself so the harvester will follow
  the link back to the page and get MORE email addresses.
 
  I grabbed one last night:
  address = 63.121.30.223
  host = 63.121.30.223
  agent = Mozilla/4.7 (compatible; FlipDog; 
http://www.whizbang.com/crawler)
  page = /myEmailList.cfm
 
  It looped through the page close to 100 times, thusly grabbing several
  thousand dud addresses
 
  --
  Les Mizzell
  -
  “Mihi placent, O Pincerna!
 Virent ova! Viret perna!
 Dapem posthac non arcebo.
 Gratum tibi me praebebo.”
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Hiding an Email Address from harvesters

2003-12-18 Thread Ben Densmore
If these email addresses are being pulled from a database or a list and
using CFMail to send them I don't see how this is possible. I would
think the only way they could get the emails was if you had a page
displaying the email addresses.

Ben

-Original Message-
From: Les Mizzell [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 10:02 AM
To: CF-Talk
Subject: Hiding an Email Address from harvesters

Regarding SPAM Email Harvester Bots...

There's some really good _javascript_s out there to protect an email 
address in a standard MAILTO: link, but the harverters are also 
grabbing addresses from CFMAIL tags.

Anybody got a good technique to hide the email addresses in CFMAIL 
from the harvesters?

By the way, I've got a page working now that uses _javascript_ by 
D.K.Merriman to generate a ton of false email addresses, then record the

IP address and other information about the crawler and email it to me

so I can see what's hitting the page. The page then has links containing

random variable that point back to itself so the harvester will follow 
the link back to the page and get MORE email addresses.

I grabbed one last night:
address = 63.121.30.223
host = 63.121.30.223
agent = Mozilla/4.7 (compatible; FlipDog;
http://www.whizbang.com/crawler)
page = /myEmailList.cfm

It looped through the page close to 100 times, thusly grabbing several 
thousand dud addresses

-- 
Les Mizzell
-
Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Hiding an Email Address from harvesters

2003-12-18 Thread Les Mizzell
Dan Farmer wrote:

 Better yet, why not write an application that will infinate loop and create
 a bogus email address within each repition of the loop. That will get em!!!

Use of server resources is a concern.Better to give them a couple of 
hundred, then give the server a second or two to rest before the BOT 
hits the page again looking for more...

-- 
Les Mizzell
-
“Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.”
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Hiding an Email Address from harvesters

2003-12-18 Thread Les Mizzell
Pete Ruckelshaus wrote:

 How are they able to harvest email addresses from CFMAIL tags?I don't
 understand how this would even be possible if the page is coded properly?

I don't exactly know, but the harvesters are getting smarter and 
smarter. I did a test page with a standard CFMAIL on it, using a new 
email address I set up for just the test, and I got my first 10 SPAM 
email at that address less than 24 hours later.

Believe me, they ARE parsing CFMAIL tags and acquiring the addresses.

Will try another test setting the address in the application file and 
see what happens.

-- 
Les Mizzell
-
“Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.”
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Help with Netscape 4.7

2003-12-18 Thread [EMAIL PROTECTED]
Of course.This is essentially a refactoring trick, although Sandy is
correct about accessibility.

If we take the example of drawing a load of images (instead of tables) you
have a JS function similar to:

function drawImage(src)	{
	document.write('img src="" + src + ' height=100 width=100
border=0 alt=');
}

and to write an actual image use 

drawImage('image1.jpg');

Obviously as you expose differences between elements, you need to open up
additional parameters (e.g height, width etc)
This means that your code downloaded to the client is hell of a lot smaller,
but renders in exactly the same way.It also has the bonus of making a
global change to an element a little easier.

If you take this example and apply it to tables and the like hopefully you
will get what I mean.Although, one thing to consider is the weight of the
function itself and the calls versus the natural HTML.E.g In the example
above, if you were to only draw two images, it makes sense to just write the
HTML, but if you were drawing 10,000 you could be potentially saving tens if
not hundereds of kilobytes.

Neil

 -Original Message-
 From: Mickael [mailto:[EMAIL PROTECTED]
 Sent: 18 December 2003 11:52
 To: CF-Talk
 Subject: Re: Help with Netscape 4.7
 
 
 This is an interesting Idea.I really don't have a good 
 understanding of _javascript_.Can you dumb it down for me a little?
- Original Message - 
From: [EMAIL PROTECTED] 
To: CF-Talk 
Sent: Thursday, December 18, 2003 6:27 AM
Subject: RE: Help with Netscape 4.7
 
 
One thing we commonly do is render tables with _javascript_.
 
Create a _javascript_ function that draws (via 
 document.write()) a table row
with all the dynamic bits of the row as parameters of the 
 function.In your
table ensure that you use pixel spacers (maybe in a second 
 row 1px high) and
the like to maintain the columns (as each row is a 
 different table). Then,
when you want to draw the table just call the _javascript_ 
 function with your
parameters.
 
Not only will this make it render faster as you are using a 
 different table
for each row, but it will also significantly reduce the 
 weight of the page.
(by virtue of changing all that table code printed many 
 times, to lots of
low weight js function calls).
 
For an example (admittedly with only six rows per page) 
 take a look at the
results list on http://www.usedvehicles.landrover.co.uk and the
f_drawStockItem() function.
 
HTH
 
Neil
 
 -Original Message-
 From: Mickael [mailto:[EMAIL PROTECTED]
 Sent: 17 December 2003 21:08
 To: CF-Talk
 Subject: Help with Netscape 4.7
 
 
 Hello All,
 
 I have a client that uses Netscape 4.7 over their corporate 
 lan and they access certain reports in an application that I 
 had built for them.Unfortunately upgrading them to IE is 
 not an option.
 
 The problem I have is a certain report produces a table, and 
 depending on their criteria it can be a very long table (even 
 1000 rows) where IE will display the info to the screen 
 Netscape chokes on it.What happens it that Netscape appears 
 to be not responding, but actually if you walk away and don't 
 touch the PC the table will eventually appear.
 
 I know that Netscape does not display the table until it is 
 finished loading it completely, so I thought I would try 
 instead of displaying rows I would display one row tables 
 instead, this is not working out either as I am having a hell 
 of a time getting the columns to Line up.
 
 If anyone could point me in the right direction it would be 
 greatly appreciated.
 
 Mike
 
 

 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Hiding an Email Address from harvesters

2003-12-18 Thread Ben Densmore
Are you hardcoding an email address into the CFMail tag? That may be
possible for someone to sniff out the email address that way, but if the
email is set as a variable I can't see how they would get the email
address.

Ben

-Original Message-
From: Les Mizzell [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 10:24 AM
To: CF-Talk
Subject: Re: Hiding an Email Address from harvesters

Pete Ruckelshaus wrote:

 How are they able to harvest email addresses from CFMAIL tags?I
don't
 understand how this would even be possible if the page is coded
properly?

I don't exactly know, but the harvesters are getting smarter and 
smarter. I did a test page with a standard CFMAIL on it, using a new 
email address I set up for just the test, and I got my first 10 SPAM 
email at that address less than 24 hours later.

Believe me, they ARE parsing CFMAIL tags and acquiring the addresses.

Will try another test setting the address in the application file and 
see what happens.

-- 
Les Mizzell
-
Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




About CFError

2003-12-18 Thread Hassan Arteaga Rodriguez
Hi there

 
I'm starting using handle error techniques in CF. Then I start with CFERROR
tag.
I test some possible causes of Exceptions like stoped SQL server when u try
to query some table the application redirect to me without problems to the
template file in CFError declaration.
But when i try to send email to invalid email address(i know i can do it
with regex, but remember i'm forcing exceptions jut to test cferror tag).
The error is not trapped, the application continue without error..But when i
check in exception log in the CF Server Administrator i see the exception...

 
Any help ?

 
Regards 

 
__
MSc. Hassan Arteaga Rodrguez
Microsoft Certified System Engineer.
DIGI- Grupo de Desarrollo
COPEXTEL, S.A.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Hiding an Email Address from harvesters

2003-12-18 Thread Oliver Cookson
Any email addresses available in the page source COULD be harvested by
spam crawlers, if its NOT available in the source there is NO way via
HTTP you can view Coldfusion variables. (without some form of hack)

This would be a MASSIVE security hole.

Thanks.

-Original Message-
From: Les Mizzell [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 10:24 AM
To: CF-Talk
Subject: Re: Hiding an Email Address from harvesters

Pete Ruckelshaus wrote:

 How are they able to harvest email addresses from CFMAIL tags?I
don't
 understand how this would even be possible if the page is coded
properly?

I don't exactly know, but the harvesters are getting smarter and 
smarter. I did a test page with a standard CFMAIL on it, using a new 
email address I set up for just the test, and I got my first 10 SPAM 
email at that address less than 24 hours later.

Believe me, they ARE parsing CFMAIL tags and acquiring the addresses.

Will try another test setting the address in the application file and 
see what happens.

-- 
Les Mizzell
-
Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Hiding an Email Address from harvesters

2003-12-18 Thread [EMAIL PROTECTED]
A lot of spammers take a domain and send email to all the likely users on
that domain in the hope it is an actual address

e.g	[EMAIL PROTECTED]
	[EMAIL PROTECTED]
	[EMAIL PROTECTED]

What was the address you used for your test?

Neil

 I don't exactly know, but the harvesters are getting smarter and 
 smarter. I did a test page with a standard CFMAIL on it, using a new 
 email address I set up for just the test, and I got my first 10 SPAM 
 email at that address less than 24 hours later.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Hiding an Email Address from harvesters

2003-12-18 Thread Jerry Johnson
Just a guess, but it may be that the CFMAIL tag sends to YOU from the server account.

A good form filler could fill out the form with their own email address, and get the server account address mailed to them.

Otherwise, I can't see the CF source being harvested.

Jerry Johnson

 [EMAIL PROTECTED] 12/18/03 10:37AM 
Any email addresses available in the page source COULD be harvested by
spam crawlers, if its NOT available in the source there is NO way via
HTTP you can view Coldfusion variables. (without some form of hack)

This would be a MASSIVE security hole.

Thanks.

-Original Message-
From: Les Mizzell [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 10:24 AM
To: CF-Talk
Subject: Re: Hiding an Email Address from harvesters

Pete Ruckelshaus wrote:

 How are they able to harvest email addresses from CFMAIL tags?I
don't
 understand how this would even be possible if the page is coded
properly?

I don't exactly know, but the harvesters are getting smarter and 
smarter. I did a test page with a standard CFMAIL on it, using a new 
email address I set up for just the test, and I got my first 10 SPAM 
email at that address less than 24 hours later.

Believe me, they ARE parsing CFMAIL tags and acquiring the addresses.

Will try another test setting the address in the application file and 
see what happens.

-- 
Les Mizzell
-
Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: PayFlowPro Install Problem

2003-12-18 Thread Dan Phillips
You will have to use the DLL version of the tag. The Java one does not
work. I finally got Verisign to admit it after myself and the customer
trying to use that tag kept after their support department. 

 
Dan Phillips
CFXHosting.com
[EMAIL PROTECTED]

-Original Message-
From: Eric Hoffman [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 17, 2003 8:46 PM
To: CF-Talk
Subject: PayFlowPro Install Problem

I am not sure if I have lost my mind or not:

CF MX (6.1) ON IIS 5.Tried to install the Java/CFX tag as instructed,
but
no matter how I tweak it, it keeps telling me it can't find it for some
darned reason.

Can someone lend a hand, as in a gotcha to look for or something like
that?

Eric 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Training ColdFusion newbies

2003-12-18 Thread Dan Phillips
Try easycfm.com

-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 17, 2003 9:00 PM
To: CF-Talk
Subject: RE: Training ColdFusion newbies

Hi, Peter...

Know of a tutorial online that could teach me how to do this part?

building a search engine that highlights keywords of their search
result
anywhere in
the search results. They even decided to change the highlight to BOLD
text
with a yellow background.

Rick

-Original Message-
From: Peter Tilbrook [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 17, 2003 2:38 AM
To: CF-Talk
Subject: Training ColdFusion newbies

Hey there fellow developers!

I've just completed a three day crash course for training total
ColdFusion
newbies in the art of what we all know and love - CFML. Squeezing in
eight
years of CF experience in three days, making it interesting, making it
fun,
is quite tough.

The two 'victims' were Centrelink (www.centrelink.gov.au) employees
(26,000
employees Australia wide - pretty big) who had no web application
development experience - at all - but at least knew about HTML (thank
you
lord). They were more the Visual Basic types - but very smart.

1. Pretty much on day one I walked them through what ColdFusion is,
where
it
came from, the long path travelled, where it is headed, why the hell
am I
still using it, etc. They will be stuck on CF5 for a while so it was
hard
not to spurt the virtues of just how good MM made CF with RedSky.

2. Day two was probably more boring as there was a less hands-on
approach
as I tried to explain key issues like application security, code
optimisation, coding practices, FuseBox (example) as a framework,
state
management, etc. Now these guys never really had to worry about state
management so it was a challenge. The discussion of race conditions
was
interesting to say the least.

I was hoarse by the end of the day at any rate.

3. Day three I decided to make it more interesting by declaring I
will
not
write a single line of code. You will - but I will sit by your right
and
explaing what to write, why you are writing it, and how it works - and
brag
about yes CFML is easy to pick up given time.

On this day my two newbies added to the application* I built on day
one -
some cool features like creating a register new user which included
input
validation (email address is valid etc), dynamically creating MSSQL
2000
database tables, sending email in CF (easy peasy with MX) and building
a
search engine that highlights keywords of their search result anywhere
in
the search results. They even decided to change the highlight to
BOLD
text
with a yellow background.

Whew!

It was tough as I had never had to train anyone before. ColdFusion -
being
such an accessible language - made it easier. Thank god they are still
on
CF5 so I did not need to go into web services or ColdFusion Component
-
but
they were mentioned. UDF's however got a special mention as noone at
Centrelink seems to have... Nope. I will not be critical.

I really like CF and it was great to introduce another two into it's
intoxicating world. With a few more tweaks (and more computers than my
own
which I had to drag in from home) I could be on a roll.

I'd also like to mention that CF-Talk got a special mention (as did
House
of
Fusion itself), Ben Forta What, did he write this book too? (yep! he
sure
did - here are a few (4.5+) I no longer need), Dave Watts - from
FigLeaf -
not Dr David Watts who will be appearing at MXDU 2004 (www.mxdu.com)
and
Charlie Arehart (New Atlanta) for Blue Dragon.

Any tips for the next round of training in January would be
appreciated!

Merry Christmas!

(basically a web application for storing and retrieving favorites or
bookmarks long forgotten with full text search)

Peter Tilbrook
ColdFusion Applications Developer
ColdGen Internet Solutions
Manager, ACT and Region ColdFusion Users Group -
http://www.actcfug.com
4/73 Tharwa Road
Queanbeyan, NSW, 2620
AUSTRALIA

Telephone: +61-2-6284-2727
Mobile: +61-0439-401-823
E-mail: [EMAIL PROTECTED] 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Hiding an Email Address from harvesters

2003-12-18 Thread Les Mizzell
Ben Densmore wrote:
 Are you hardcoding an email address into the CFMail tag? That may be
 possible for someone to sniff out the email address that way, but if the
 email is set as a variable I can't see how they would get the email
 address.

I've got a number of smaller clients/sites that only use one email 
address, so it's hard coded into the tag.

For awhile, the harversters weren't picking these up, but they're 
getting smarter all the time.

I'm slowly moving through all my sites, protecting email addresses that 
are in standard mailto links and best bet for CFMAIL seems to be, even 
if it's a single email address, to set is as a variable in the 
application file.

-- 
Les Mizzell
-
“Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.”
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Importing Tag Libraries

2003-12-18 Thread Bryan F. Hogan
Hi All I have the following code that throws an error that I don't
understand. Hoping someone can help.

cfimport taglib=/WEB-INF/lib/taglibs-scrape.jar prefix=scrp
scrp:page url="" time=20
scrp:scrape id=qt begin=table border=1 end=/table
anchors=true/
/scrp:page

The error is: The type for attribute url of tag page could not be
determined.

Thanks
Bryan
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: PayFlowPro Install Problem

2003-12-18 Thread Eric Hoffman
Is it possible to get that copy somewhere?

_

From: Dan Phillips [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 9:49 AM
To: CF-Talk
Subject: RE: PayFlowPro Install Problem

You will have to use the DLL version of the tag. The Java one does not
work. I finally got Verisign to admit it after myself and the customer
trying to use that tag kept after their support department. 

Dan Phillips
CFXHosting.com
[EMAIL PROTECTED]

-Original Message-
From: Eric Hoffman [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 17, 2003 8:46 PM
To: CF-Talk
Subject: PayFlowPro Install Problem

I am not sure if I have lost my mind or not:

CF MX (6.1) ON IIS 5.Tried to install the Java/CFX tag as instructed,
but
no matter how I tweak it, it keeps telling me it can't find it for some
darned reason.

Can someone lend a hand, as in a gotcha to look for or something like
that?

Eric 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Hiding an Email Address from harvesters

2003-12-18 Thread Brad Roberts
 I don't exactly know, but the harvesters are getting smarter and
 smarter. I did a test page with a standard CFMAIL on it, using a new
 email address I set up for just the test, and I got my first 10 SPAM
 email at that address less than 24 hours later.

Someone correct me if I'm wrong, but if harvesters are able to get email
addresses from your CFMAIL tags, you've got bigger problems than spam!

Since CFMAIL is used on the server side to Send email, the email address is
never displayed in the browser.

-Brad

-Original Message-
From: Les Mizzell [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 10:24 AM
To: CF-Talk
Subject: Re: Hiding an Email Address from harvesters

Pete Ruckelshaus wrote:

 How are they able to harvest email addresses from CFMAIL tags?I don't
 understand how this would even be possible if the page is coded properly?

I don't exactly know, but the harvesters are getting smarter and
smarter. I did a test page with a standard CFMAIL on it, using a new
email address I set up for just the test, and I got my first 10 SPAM
email at that address less than 24 hours later.

Believe me, they ARE parsing CFMAIL tags and acquiring the addresses.

Will try another test setting the address in the application file and
see what happens.

--
Les Mizzell
-
“Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.”
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: PayFlowPro Install Problem

2003-12-18 Thread Dan Phillips
Sure. I'll email you off list. 

-Original Message-
From: Eric Hoffman [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 10:51 AM
To: CF-Talk
Subject: RE: PayFlowPro Install Problem

Is it possible to get that copy somewhere?

_

From: Dan Phillips [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 9:49 AM
To: CF-Talk
Subject: RE: PayFlowPro Install Problem

You will have to use the DLL version of the tag. The Java one does not
work. I finally got Verisign to admit it after myself and the customer
trying to use that tag kept after their support department. 

Dan Phillips
CFXHosting.com
[EMAIL PROTECTED]

-Original Message-
From: Eric Hoffman [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 17, 2003 8:46 PM
To: CF-Talk
Subject: PayFlowPro Install Problem

I am not sure if I have lost my mind or not:

CF MX (6.1) ON IIS 5.Tried to install the Java/CFX tag as instructed,
but
no matter how I tweak it, it keeps telling me it can't find it for some
darned reason.

Can someone lend a hand, as in a gotcha to look for or something like
that?

Eric 
_ 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:Hiding an Email Address from harvesters

2003-12-18 Thread John Beynon
sorry, but i can't believe a harvester could pick up an email address within a CFMAIL tag, the address must be published somewhere else on the site. CFMAIL is server side, excuting on the server - nothing to do with this is available via HTTPunless, of course you've got debugging information switched on to all IPs and the address is presented in that - but i doubt that very much!

jb.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:Session variable time out?

2003-12-18 Thread John Ho
thank you all
From database is the simplest way for me to do.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Help with Netscape 4.7

2003-12-18 Thread Mickael
Hi Neil,

Thank you for the explanation I understand it properly now.There I have two questions.

If in HTML I do this

 tr
 tdnbsp;/td
 tdnbsp;/td
 tdnbsp;/td
/tr

How can it be much smaller using the _javascript_ syntax you had mentioned?

Also doesn't Netscape 4.7 have an issue that it will not start displaying the table until it receives the closing tag?
- Original Message - 
From: [EMAIL PROTECTED] 
To: CF-Talk 
Sent: Thursday, December 18, 2003 10:32 AM
Subject: RE: Help with Netscape 4.7

Of course.This is essentially a refactoring trick, although Sandy is
correct about accessibility.

If we take the example of drawing a load of images (instead of tables) you
have a JS function similar to:

function drawImage(src) {
document.write('img src="" + src + ' height=100 width=100
border=0 alt=');
}

and to write an actual image use 

drawImage('image1.jpg');

Obviously as you expose differences between elements, you need to open up
additional parameters (e.g height, width etc)
This means that your code downloaded to the client is hell of a lot smaller,
but renders in exactly the same way.It also has the bonus of making a
global change to an element a little easier.

If you take this example and apply it to tables and the like hopefully you
will get what I mean.Although, one thing to consider is the weight of the
function itself and the calls versus the natural HTML.E.g In the example
above, if you were to only draw two images, it makes sense to just write the
HTML, but if you were drawing 10,000 you could be potentially saving tens if
not hundereds of kilobytes.

Neil

 -Original Message-
 From: Mickael [mailto:[EMAIL PROTECTED]
 Sent: 18 December 2003 11:52
 To: CF-Talk
 Subject: Re: Help with Netscape 4.7
 
 
 This is an interesting Idea.I really don't have a good 
 understanding of _javascript_.Can you dumb it down for me a little?
- Original Message - 
From: [EMAIL PROTECTED] 
To: CF-Talk 
Sent: Thursday, December 18, 2003 6:27 AM
Subject: RE: Help with Netscape 4.7
 
 
One thing we commonly do is render tables with _javascript_.
 
Create a _javascript_ function that draws (via 
 document.write()) a table row
with all the dynamic bits of the row as parameters of the 
 function.In your
table ensure that you use pixel spacers (maybe in a second 
 row 1px high) and
the like to maintain the columns (as each row is a 
 different table). Then,
when you want to draw the table just call the _javascript_ 
 function with your
parameters.
 
Not only will this make it render faster as you are using a 
 different table
for each row, but it will also significantly reduce the 
 weight of the page.
(by virtue of changing all that table code printed many 
 times, to lots of
low weight js function calls).
 
For an example (admittedly with only six rows per page) 
 take a look at the
results list on http://www.usedvehicles.landrover.co.uk and the
f_drawStockItem() function.
 
HTH
 
Neil
 
 -Original Message-
 From: Mickael [mailto:[EMAIL PROTECTED]
 Sent: 17 December 2003 21:08
 To: CF-Talk
 Subject: Help with Netscape 4.7
 
 
 Hello All,
 
 I have a client that uses Netscape 4.7 over their corporate 
 lan and they access certain reports in an application that I 
 had built for them.Unfortunately upgrading them to IE is 
 not an option.
 
 The problem I have is a certain report produces a table, and 
 depending on their criteria it can be a very long table (even 
 1000 rows) where IE will display the info to the screen 
 Netscape chokes on it.What happens it that Netscape appears 
 to be not responding, but actually if you walk away and don't 
 touch the PC the table will eventually appear.
 
 I know that Netscape does not display the table until it is 
 finished loading it completely, so I thought I would try 
 instead of displaying rows I would display one row tables 
 instead, this is not working out either as I am having a hell 
 of a time getting the columns to Line up.
 
 If anyone could point me in the right direction it would be 
 greatly appreciated.
 
 Mike
 
 

 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CF MX and speed issues

2003-12-18 Thread Robert Everland III
Ok I am running into a brick wall here and maybe some of you have some experience with this. We have one server that is a quad Xeon processor box with 2 GB of ram and this runs CFMX 6.1 perfectly. On the other hand I have a 1.5 ghz single processor box with 1GB of ram that runs CFMX 6.1 horribly. What would cause there to be such a lag on a decent machine? It's a brand new box, going to be the dv box. Everything has just been installed from scratch. Are there any CF optimizations I can do to get the speed up there? Any script to precompile the templates? Any help would be appreciated.

Bob
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Session variable time out?

2003-12-18 Thread Andy Ousterhout
John,

Unless you have control of each Users PC, I don't recommend that you rely on
session cookies to maintain state.MX's session cookies are actually
permanent cookies and many Users, myself included, do not allow these types of
cookies to be set.These means that I will not buy from certain sites where
this is a requirements.I recommend that you use URLSessionFormat() around
all of your links so that Users who don't allow permanent cookies can still
use your site.

To manage log-ins, you can either add a column to your User table to track any
log-in limitations or use an application variable such as
application.CantLogInUntil[UserName/ID]=[allowed time].

Andy
-Original Message-
From: John Ho [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 8:43 AM
To: CF-Talk
Subject: Session variable time out?

When user fails to log in, I want to disable that user
for certain time for example 30 mins. After 30 mins,
he/she can login again.
I prefer to do it in Coldfusion. Can I use session
varible to keep the time for user who failed to log
in. Untill that time is expired, thenlet them try to
log in again.

Thanks for any help.

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Hiding an Email Address from harvesters

2003-12-18 Thread Les Mizzell
 What was the address you used for your test?

[EMAIL PROTECTED] !!!

-- 
Les Mizzell
-
“Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.”
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




About CFusion Undeliverable Mail Folder

2003-12-18 Thread Ming Lu
Hi,

Does any one know the reason why a good email got stuck in CFusion
Undeliverable Mail Folder (CF5)? Is there any way to prevent it from
happening?

Thank you very much!Have a great Holidays!

Ming Lu
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:Hiding an Email Address from harvesters

2003-12-18 Thread Andrew Spear
There is no way a harvester to getting your email via CFMAIL as it is parsed on the server and never returned to the browser.The only way would be if they obtained access to your server and were able to look at your source code.Can you post the URL to the page that you're worried about?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




J2EE datasources hidden from client var storage

2003-12-18 Thread Chris Norloff
I learned that J2EE datasources can be hidden if you try to designate them for client variable storage. (Bug no. 52639). Due to be fixed in the next upgrade to CFMX.

They're there; they verify in CFMX Admin  Data Sources, but they're not visible in CFMX Admin  Client Variables.

Workarounds:

1) manually edit the WEB-INF/cfusion/lib/neo-clientstore.xml file to designate a datasource for client variable storage. Keep a backup of that file!

2) create a separate CFMX-configured datasource for only client variables, and use the J2EE datasource for regular use.

Chris Norloff
CFMX v6.1 on WebSphere Application Server v5.0.2.1, Solaris 8, Oracle 91
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Hiding an Email Address from harvesters

2003-12-18 Thread Thomas Chiverton
On Thursday 18 Dec 2003 15:02 pm, Les Mizzell wrote:
 There's some really good _javascript_s out there to protect an email
 address in a standard MAILTO: link, but the harverters are also
 grabbing addresses from CFMAIL tags.

Can you post an example URL where you think an email address has ben poached 
out of a CFMAIL tag ?

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Hiding an Email Address from harvesters

2003-12-18 Thread Tony Weeg
no way. not possible. only way, if that cfmail tag sent out an email to
someone, it got to their address book, and then thataddress book was
compromised.

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

-Original Message-
From: Andrew Spear [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 10:12 AM
To: CF-Talk
Subject: Re:Hiding an Email Address from harvesters

There is no way a harvester to getting your email via CFMAIL as it is parsed
on the server and never returned to the browser.The only way would be if
they obtained access to your server and were able to look at your source
code.Can you post the URL to the page that you're worried about?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: About CFusion Undeliverable Mail Folder

2003-12-18 Thread Jochem van Dieten
Ming Lu said:

 Does any one know the reason why a good email got stuck in CFusion
 Undeliverable Mail Folder (CF5)?

mail.log knows.

 Is there any way to prevent it from happening?

Depends on what the reason was.

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Covert to CF

2003-12-18 Thread David Brown
I need to convert the following VB code to CF code. When I use cfobject or createobject inside cfscript I can't get a return on sResults) and I get a value for back greater then 0.That means an error occured.

Dim oNXT As Object

Dim sRequest as String

Dim sResults as String

Dim lResult as Long

Set >

sRequest = oDoc.xml (some xml, I have this working)

sResults = 

lResult = oNXT.ExecuteTXN(ProcessTXN, 9000, sRequest, sResults)

' Anything but 0 is an error

If lResult  0 Then

' Error handler

Else

' Success so load returned xml document

oDoc.loadxml sResults

End If

Here is my part of my cf code.

 !--- Only build xml and post to star for the faccilities that have records ---
 cfif GetPaymentHistory.RecordCount GT 0
!--- Create XML from payment history records ---
cfsavecontent variable=sRequest
cfoutput
Root Facility=#GetPaymentHistory.FacilityDisplay# StarVersion=#GetPaymentHistory.StarVersion#
cfloop query=GetPaymentHistory
Document ENRecNo=#CurrentRow#Column ColumnName=FacilityDisplay#FacilityDisplay#/ColumnColumn ColumnName=StarVersion#StarVersion#/ColumnColumn ColumnName=AccountNum#AccountNumber#/ColumnColumn ColumnName=PaymentAmount#PaymentAmmount#/ColumnColumn ColumnName=VeriSignReferenceNum#VerisignAuth#/Column/Document
/cfloop
/Root
/cfoutput
/cfsavecontent
 
!--- Try to connect to the Mitem application object ---
CFTRY 
!--- If it exists, connect to it --- 
CFOBJECT
 ACTION="">
 CLASS=NXT_Delegate.mvConnector
 NAME=obj
 TYPE=COM
 CFCATCH 
!--- The object doesn't exist, so create it --- 
CFOBJECT
 ACTION="">
 CLASS=NXT_Delegate.mvConnector
 NAME=obj
 TYPE=COM
 /CFCATCH
/CFTRY
cfset sResults = 

!--- call object to post xml ---
cfset lResult = obj.ExecuteTXN(ProcessTXN, 9000, sRequest, sResults)

 /cfif
/cfloop 

I get a value greater then 0 in lresult and I get an error if I try to referance obj.sResults or lResult.SResults

Thanks
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Hiding an Email Address from harvesters

2003-12-18 Thread Pete Ruckelshaus
I've used the emailAntiSpam UDF available at 
http://www.cflib.org/udf.cfm?ID=405 for a while and have not had SPAM 
issues with those email addresses.

Still, the variable thing is a good way to go.

Pete

Les Mizzell wrote:

 Ben Densmore wrote:
 Are you hardcoding an email address into the CFMail tag? That may be
 possible for someone to sniff out the email address that way, but if the
 email is set as a variable I can't see how they would get the email
 address.
 
 I've got a number of smaller clients/sites that only use one email
 address, so it's hard coded into the tag.
 
 For awhile, the harversters weren't picking these up, but they're
 getting smarter all the time.
 
 I'm slowly moving through all my sites, protecting email addresses that
 are in standard mailto links and best bet for CFMAIL seems to be, even
 if it's a single email address, to set is as a variable in the
 application file.
 
 -- 
 Les Mizzell
 -
 “Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.”

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: About CFusion Undeliverable Mail Folder

2003-12-18 Thread Dan Phillips
Check your mail.log file. It will tell you why the mail was
undeliverable. 

-Original Message-
From: Ming Lu [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 11:11 AM
To: CF-Talk
Subject: About CFusion Undeliverable Mail Folder

Hi,

Does any one know the reason why a good email got stuck in CFusion
Undeliverable Mail Folder (CF5)? Is there any way to prevent it from
happening?

Thank you very much!Have a great Holidays!

Ming Lu 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:CF MX and speed issues

2003-12-18 Thread John Beynon
BenF blogged a really great article on AMD vs Intel high end processors yesterday, more importantly they used CFMX as the test platform along with Fusetalk Enterprise, see more here - http://www.geek.com/news/geeknews/2003Dec/gee20031217023126.htm

jb.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF MX and speed issues

2003-12-18 Thread Jon Block
Try turning on trusted cache in your cfmx admin. For me, that makes the
biggest difference in performance since the files live on a mapped drive,
which is slow.
-Original Message-
From: Robert Everland III [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 10:06 AM
To: CF-Talk
Subject: CF MX and speed issues

Ok I am running into a brick wall here and maybe some of you have some
experience with this. We have one server that is a quad Xeon processor box
with 2 GB of ram and this runs CFMX 6.1 perfectly. On the other hand I have
a 1.5 ghz single processor box with 1GB of ram that runs CFMX 6.1 horribly.
What would cause there to be such a lag on a decent machine? It's a brand
new box, going to be the dv box. Everything has just been installed from
scratch. Are there any CF optimizations I can do to get the speed up there?
Any script to precompile the templates? Any help would be appreciated.

Bob
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CFMX and Flash Remoting

2003-12-18 Thread [EMAIL PROTECTED]
I don't know if anyone can help but I am just getting round to having a look
at flash remoting with CFMX 6.1 and flash 2004 pro.

I am connecting to cfc's via a remote connection.Now I have tried this
locally and all is ok I have then tried another server, not locally, and all
is ok.

There is one server, that again is not local, that just will not recognise
the CFC.

So I have gone to the Service Browser in Flash and added the flash gateway,
it is set to the standard on port 8500, this is fine.

I then have taken the component/service address from the CFMX component
browser, so I know that the CF server can see the component and all is ok,
and added this as a service in the Service Browser in Flash.

But when I add this service address to the service browser I am returned
this error by the service browser, I have replaced the true service path
here in this email:

Service threw an exception during method invocation: No service named
dir.dir.dir.dir.cfcName is known to Flash Remoting MX.

remember the service path and name are taken from the component explorer so
CFMX can see it and the dir call is correct.

Is it something to do with the server, as I say the flash gateway is
functioning fine.

cheers
Martin
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Help with Netscape 4.7

2003-12-18 Thread [EMAIL PROTECTED]
In this situation (one row of three cells) there is no real need to optimise
it, but if you are drawing 1000 rows then use a function like

function drawRow()	{
	
document.write('trtdnbsp;/tdtdnbsp;/tdtdnbsp;/td/tr');
}

and call it as is.

As for netscape, make each row a seperate table.You will have the overhead
of more table tags, but the page will be perceived by the user as a lot
faster.
If column widths are varying between rows, force them with spacer images:

table
 tr
 	tdnbsp;/td
 	tdnbsp;/td
	tdnbsp;/td
 /tr
 tr
	tdimg src="" width=200 height=1/td	
	tdimg src="" width=100 height=1/td
	tdimg src="" width=200 height=1/td
 /tr
/table

which will make all rows a consistent sizing..

Neil

 -Original Message-
 From: Mickael [mailto:[EMAIL PROTECTED]
 Sent: 18 December 2003 15:59
 To: CF-Talk
 Subject: Re: Help with Netscape 4.7
 
 
 Hi Neil,
 
 Thank you for the explanation I understand it properly now.
 There I have two questions.
 
 If in HTML I do this
 
tr
tdnbsp;/td
tdnbsp;/td
tdnbsp;/td
/tr
 
 How can it be much smaller using the _javascript_ syntax you 
 had mentioned?
 
 Also doesn't Netscape 4.7 have an issue that it will not 
 start displaying the table until it receives the closing tag?
- Original Message - 
From: [EMAIL PROTECTED] 
To: CF-Talk 
Sent: Thursday, December 18, 2003 10:32 AM
Subject: RE: Help with Netscape 4.7
 
 
Of course.This is essentially a refactoring trick, 
 although Sandy is
correct about accessibility.
 
If we take the example of drawing a load of images (instead 
 of tables) you
have a JS function similar to:
 
function drawImage(src) {
document.write('img src="" + src + ' height=100 width=100
border=0 alt=');
}
 
and to write an actual image use 
 
drawImage('image1.jpg');
 
Obviously as you expose differences between elements, you 
 need to open up
additional parameters (e.g height, width etc)
This means that your code downloaded to the client is hell 
 of a lot smaller,
but renders in exactly the same way.It also has the bonus 
 of making a
global change to an element a little easier.
 
If you take this example and apply it to tables and the 
 like hopefully you
will get what I mean.Although, one thing to consider is 
 the weight of the
function itself and the calls versus the natural HTML.E.g 
 In the example
above, if you were to only draw two images, it makes sense 
 to just write the
HTML, but if you were drawing 10,000 you could be 
 potentially saving tens if
not hundereds of kilobytes.
 
Neil
 
 -Original Message-
 From: Mickael [mailto:[EMAIL PROTECTED]
 Sent: 18 December 2003 11:52
 To: CF-Talk
 Subject: Re: Help with Netscape 4.7
 
 
 This is an interesting Idea.I really don't have a good 
 understanding of _javascript_.Can you dumb it down for me 
 a little?
- Original Message - 
From: [EMAIL PROTECTED] 
To: CF-Talk 
Sent: Thursday, December 18, 2003 6:27 AM
Subject: RE: Help with Netscape 4.7
 
 
One thing we commonly do is render tables with _javascript_.
 
Create a _javascript_ function that draws (via 
 document.write()) a table row
with all the dynamic bits of the row as parameters of the 
 function.In your
table ensure that you use pixel spacers (maybe in a second 
 row 1px high) and
the like to maintain the columns (as each row is a 
 different table). Then,
when you want to draw the table just call the _javascript_ 
 function with your
parameters.
 
Not only will this make it render faster as you are using a 
 different table
for each row, but it will also significantly reduce the 
 weight of the page.
(by virtue of changing all that table code printed many 
 times, to lots of
low weight js function calls).
 
For an example (admittedly with only six rows per page) 
 take a look at the
results list on http://www.usedvehicles.landrover.co.uk and the
f_drawStockItem() function.
 
HTH
 
Neil
 
 -Original Message-
 From: Mickael [mailto:[EMAIL PROTECTED]
 Sent: 17 December 2003 21:08
 To: CF-Talk
 Subject: Help with Netscape 4.7
 
 
 Hello All,
 
 I have a client that uses Netscape 4.7 over their corporate 
 lan and they access certain reports in an application that I 
 had built for them.Unfortunately upgrading them to IE is 
 not an option.
 
 The problem I have is a certain report produces a table, and 
 depending on their criteria it can be a very long table (even 
 1000 rows) where IE will display the info to the screen 
 Netscape chokes on it.What happens it that Netscape appears 
 to be not responding, but actually if you walk away and don't 
 touch the PC the table will eventually appear.
 
 I know that Netscape does not display the table until it is 
 finished loading it completely, so I thought I would try 
 instead of displaying rows I would display one row tables 
 instead, this is not working out either as I am having a hell 
 of a time getting the columns to Line up.
 
 If anyone could point me in the right direction it would be 
 greatly appreciated.
 
 Mike
 
 

 

 

 [Todays Threads] 
 [This 

CFPOP question

2003-12-18 Thread Burns, John
I'm getting an error trying to use CFPOP.It seems to happen after I try to delete a mail item and it lasts for a few minutes and then seems to fix itself. Anyone have any suggestions or experience with this?Here's the error I get.

Error Occurred While Processing Request
Error Diagnostic Information Can't get lock. Mailbox in useThe error occurred while processing an element with a general identifier of (CFPOP), occupying document position (2:2) to (2:107). Date/Time: Thu Dec 18 11:20:30 2003 Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)	

Thanks,

John Burns
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Security Attack?

2003-12-18 Thread Nathan Strutz
The user probably has Norton Internet Security installed. It's got this
feature where you tell it your pin number, ccard number, address and
whatnot, and it blots it out if the site isn't on SSL. It's kinda cool for
total newbies so you can't enter your credit card number onto a site without
a secure connection. Then on the other hand, 4 digit pin numbers tend to
catch on numeric strings like your cfid and cftoken, or people's user id
numbers and stuff. NIS will blot out those numbers that were entered into
it.

If my pin number is 1234 and my cftoken is 9991234999, norton will force my
cftoken to 999999 when I post it back to the site, in url or in form
fields.

I had this idea a few weeks ago and sent it in as a bug to symantec. No
replies though. I thought up a way to get NIS user's credit card numbers,
pin numbers and whatever else. Make a page with a button that says click
here to test your norton internet security strength with a hidden formfield
containing digits 0-9 arranged in any possible combination of 16 digit
numbers. Norton will blot out their credit card number, you compare it to
the original and say your credit card number is 123456..., your pin number
is 1234 or something like that. Don't anyone do this, btw. It's illegal.

I guess paranoia is as dangerous as stupidity.

-nathan strutz

-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 6:08 AM
To: CF-Talk
Subject: Security Attack?

All of the sudden we ave started seeing this in our logs...Any ideas
why this has started to happen?Is it really an attack?

CFID, CFTOKEN contains invalid characters. This exception is caused by
either broken links, or security attacks.The invalid id is 4393
brThe error occurred on line 62.

- Alex
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: About CFusion Undeliverable Mail Folder

2003-12-18 Thread Ming Lu
Hi Jochem,

When I put that email from CFusion Undeliverable Mail Folder back to Spool,
it went out ok. I just would like to know why it got moved the UnDelivr
folder the first time.

Thanks!

Ming Lu
-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 11:15 AM
To: CF-Talk
Subject: Re: About CFusion Undeliverable Mail Folder

Ming Lu said:

 Does any one know the reason why a good email got stuck in CFusion
 Undeliverable Mail Folder (CF5)?

mail.log knows.

 Is there any way to prevent it from happening?

Depends on what the reason was.

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Hiding an Email Address from harvesters

2003-12-18 Thread John Beynon
I use the EmailAntiSpam UDF from cflib.org, that replaces the email
addresses with their ascii equivalents.

How can the harvesters see CFMAIL code? That gets processed server side and
never goes anywhere near a client browser?

Jb.

-Original Message-
From: Les Mizzell [mailto:[EMAIL PROTECTED] 
Sent: 18 December 2003 15:02
To: CF-Talk
Subject: Hiding an Email Address from harvesters

Regarding SPAM Email Harvester Bots...

There's some really good _javascript_s out there to protect an email 
address in a standard MAILTO: link, but the harverters are also 
grabbing addresses from CFMAIL tags.

Anybody got a good technique to hide the email addresses in CFMAIL 
from the harvesters?

By the way, I've got a page working now that uses _javascript_ by 
D.K.Merriman to generate a ton of false email addresses, then record the 
IP address and other information about the crawler and email it to me 
so I can see what's hitting the page. The page then has links containing 
random variable that point back to itself so the harvester will follow 
the link back to the page and get MORE email addresses.

I grabbed one last night:
address = 63.121.30.223
host = 63.121.30.223
agent = Mozilla/4.7 (compatible; FlipDog; http://www.whizbang.com/crawler)
page = /myEmailList.cfm

It looped through the page close to 100 times, thusly grabbing several 
thousand dud addresses

-- 
Les Mizzell
-
Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: About CFusion Undeliverable Mail Folder

2003-12-18 Thread Jochem van Dieten
Ming Lu said:

 When I put that email from CFusion Undeliverable Mail Folder back to
 Spool, it went out ok. I just would like to know why it got moved
 the UnDelivr folder the first time.

mail.log

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: About CFusion Undeliverable Mail Folder

2003-12-18 Thread Ming Lu
Hi Dan,

Thank you for your reply!

Here is the error at that time. How could it be there was No connection to
mail server. at that moment even though the server was running fine then?

Error,2528,12/17/03,13:00:45,,Failed to send the spooled mail file,
D:\CFusion\Mail\spool\BAA7.cfmail. SMTP server replied No connection to
mail server. Moved file to D:\CFusion\Mail\undelivr\BAA8.cfmail.

Ming Lu
-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 11:20 AM
To: CF-Talk
Subject: RE: About CFusion Undeliverable Mail Folder

Check your mail.log file. It will tell you why the mail was
undeliverable.

-Original Message-
From: Ming Lu [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 11:11 AM
To: CF-Talk
Subject: About CFusion Undeliverable Mail Folder

Hi,

Does any one know the reason why a good email got stuck in CFusion
Undeliverable Mail Folder (CF5)? Is there any way to prevent it from
happening?

Thank you very much!Have a great Holidays!

Ming Lu
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Security Attack?

2003-12-18 Thread [EMAIL PROTECTED]
Thats a pretty long number

 -Original Message-
 From: Nathan Strutz [mailto:[EMAIL PROTECTED]
 Sent: 18 December 2003 16:22
 To: CF-Talk
 Subject: RE: Security Attack?
 
 
 with a 
 hidden formfield
 containing digits 0-9 arranged in any possible combination of 16 digit
 numbers.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Importing Tag Libraries

2003-12-18 Thread Alexander Sherwood
At 10:48 AM 12/18/2003 -0500, you wrote:

Hi All I have the following code that throws an error that I don't
understand. Hoping someone can help.

cfimport taglib=/WEB-INF/lib/taglibs-scrape.jar prefix=scrp
scrp:page url="" time=20
 scrp:scrape id=qt begin=table border=1 end=/table
anchors=true/
/scrp:page

The error is: The type for attribute url of tag page could not be
determined.

Thanks
Bryan

Looks like an attribute validation error in being performed in the .jar 
file. Perhaps its trying to type the URL variable and cannot determine that 
it is a string? Try it with a simple string like myString and see if you 
get the error again (although the tag might not perform its function 
without a proper URL in the attribute!).

See how that goes.

--
Alex
--
Alex Sherwood
PHS Collection Agency
THE COLLECTORS
T:301.215.4200
F:301.664.6834
W: www.phs-net.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Help with Netscape 4.7

2003-12-18 Thread Mickael
Thanks for the extra explanations it all makes sense now.
- Original Message - 
From: [EMAIL PROTECTED] 
To: CF-Talk 
Sent: Thursday, December 18, 2003 11:19 AM
Subject: RE: Help with Netscape 4.7

In this situation (one row of three cells) there is no real need to optimise
it, but if you are drawing 1000 rows then use a function like

function drawRow() {

document.write('trtdnbsp;/tdtdnbsp;/tdtdnbsp;/td/tr');
}

and call it as is.

As for netscape, make each row a seperate table.You will have the overhead
of more table tags, but the page will be perceived by the user as a lot
faster.
If column widths are varying between rows, force them with spacer images:

table
tr
tdnbsp;/td
tdnbsp;/td
tdnbsp;/td
/tr
tr
tdimg src="" width=200 height=1/td 
tdimg src="" width=100 height=1/td
tdimg src="" width=200 height=1/td
/tr
/table

which will make all rows a consistent sizing..

Neil

 -Original Message-
 From: Mickael [mailto:[EMAIL PROTECTED]
 Sent: 18 December 2003 15:59
 To: CF-Talk
 Subject: Re: Help with Netscape 4.7
 
 
 Hi Neil,
 
 Thank you for the explanation I understand it properly now.
 There I have two questions.
 
 If in HTML I do this
 
tr
tdnbsp;/td
tdnbsp;/td
tdnbsp;/td
/tr
 
 How can it be much smaller using the _javascript_ syntax you 
 had mentioned?
 
 Also doesn't Netscape 4.7 have an issue that it will not 
 start displaying the table until it receives the closing tag?
- Original Message - 
From: [EMAIL PROTECTED] 
To: CF-Talk 
Sent: Thursday, December 18, 2003 10:32 AM
Subject: RE: Help with Netscape 4.7
 
 
Of course.This is essentially a refactoring trick, 
 although Sandy is
correct about accessibility.
 
If we take the example of drawing a load of images (instead 
 of tables) you
have a JS function similar to:
 
function drawImage(src) {
document.write('img src="" + src + ' height=100 width=100
border=0 alt=');
}
 
and to write an actual image use 
 
drawImage('image1.jpg');
 
Obviously as you expose differences between elements, you 
 need to open up
additional parameters (e.g height, width etc)
This means that your code downloaded to the client is hell 
 of a lot smaller,
but renders in exactly the same way.It also has the bonus 
 of making a
global change to an element a little easier.
 
If you take this example and apply it to tables and the 
 like hopefully you
will get what I mean.Although, one thing to consider is 
 the weight of the
function itself and the calls versus the natural HTML.E.g 
 In the example
above, if you were to only draw two images, it makes sense 
 to just write the
HTML, but if you were drawing 10,000 you could be 
 potentially saving tens if
not hundereds of kilobytes.
 
Neil
 
 -Original Message-
 From: Mickael [mailto:[EMAIL PROTECTED]
 Sent: 18 December 2003 11:52
 To: CF-Talk
 Subject: Re: Help with Netscape 4.7
 
 
 This is an interesting Idea.I really don't have a good 
 understanding of _javascript_.Can you dumb it down for me 
 a little?
- Original Message - 
From: [EMAIL PROTECTED] 
To: CF-Talk 
Sent: Thursday, December 18, 2003 6:27 AM
Subject: RE: Help with Netscape 4.7
 
 
One thing we commonly do is render tables with _javascript_.
 
Create a _javascript_ function that draws (via 
 document.write()) a table row
with all the dynamic bits of the row as parameters of the 
 function.In your
table ensure that you use pixel spacers (maybe in a second 
 row 1px high) and
the like to maintain the columns (as each row is a 
 different table). Then,
when you want to draw the table just call the _javascript_ 
 function with your
parameters.
 
Not only will this make it render faster as you are using a 
 different table
for each row, but it will also significantly reduce the 
 weight of the page.
(by virtue of changing all that table code printed many 
 times, to lots of
low weight js function calls).
 
For an example (admittedly with only six rows per page) 
 take a look at the
results list on http://www.usedvehicles.landrover.co.uk and the
f_drawStockItem() function.
 
HTH
 
Neil
 
 -Original Message-
 From: Mickael [mailto:[EMAIL PROTECTED]
 Sent: 17 December 2003 21:08
 To: CF-Talk
 Subject: Help with Netscape 4.7
 
 
 Hello All,
 
 I have a client that uses Netscape 4.7 over their corporate 
 lan and they access certain reports in an application that I 
 had built for them.Unfortunately upgrading them to IE is 
 not an option.
 
 The problem I have is a certain report produces a table, and 
 depending on their criteria it can be a very long table (even 
 1000 rows) where IE will display the info to the screen 
 Netscape chokes on it.What happens it that Netscape appears 
 to be not responding, but actually if you walk away and don't 
 touch the PC the table will eventually appear.
 
 I know that Netscape does not display the table until it is 
 finished loading it completely, so I thought I would try 
 instead of displaying rows I would display one row tables 
 instead, this is not working out either as I 

RE: PayFlowPro Install Problem

2003-12-18 Thread Daniel O'Keefe
It does not work with 6.1? The CFX tag works with 5.0, right?

 
Dan

-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 10:49 AM
To: CF-Talk
Subject: RE: PayFlowPro Install Problem

You will have to use the DLL version of the tag. The Java one does not
work. I finally got Verisign to admit it after myself and the customer
trying to use that tag kept after their support department. 

Dan Phillips
CFXHosting.com
[EMAIL PROTECTED]

-Original Message-
From: Eric Hoffman [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 17, 2003 8:46 PM
To: CF-Talk
Subject: PayFlowPro Install Problem

I am not sure if I have lost my mind or not:

CF MX (6.1) ON IIS 5.Tried to install the Java/CFX tag as instructed,
but
no matter how I tweak it, it keeps telling me it can't find it for some
darned reason.

Can someone lend a hand, as in a gotcha to look for or something like
that?

Eric 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Security Attack?

2003-12-18 Thread Nathan Strutz
Yeah, but consider visas start with a 4, mc with 54, amex with 34, after
that it depends on your alrorithm, but it would still be big. really big.
plus you could put in a cc # generator... yeah, still too big. Well it's
just an idea. Pin numbers would be easier to sniff.

-nathan strutz

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 9:29 AM
To: CF-Talk
Subject: RE: Security Attack?

Thats a pretty long number

 -Original Message-
 From: Nathan Strutz [mailto:[EMAIL PROTECTED]
 Sent: 18 December 2003 16:22
 To: CF-Talk
 Subject: RE: Security Attack?


 with a
 hidden formfield
 containing digits 0-9 arranged in any possible combination of 16 digit
 numbers.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Hiding an Email Address from harvesters

2003-12-18 Thread Les Mizzell
Andrew Spear wrote:

 There is no way a harvester to getting your email via CFMAIL as it is 
 parsed on the server and never returned to the browser.The only way 
 would be if they obtained access to your server and were able to look at 
 your source code.Can you post the URL to the page that you're worried 
 about?

Here's my test code.I've already shut down the email address used. 
But, this was the ONLY place that address was EVER posted - and I got 
SPAM less than 18 hours after putting in on a test page.

cfmail
to=[EMAIL PROTECTED]
from=Some Spammer
subject=SPAM HARVESTER ALERT
type=html
server=MyServerInfoHere

address = #cgi.remote_addr#br
host = #cgi.remote_host#br
referer = #cgi.http_referer#br
agent = #cgi.http_user_agent#br
page = #cgi.script_name#br
/cfmail

Here's the information from the email that came to me when the page was hit:

address = 64.243.28.77
host = 64.243.28.77
referer =
agent = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461; .NET 
CLR 1.0.3705; .NET CLR 1.1.4322)
page = /myEmailList.cfm

I got SPAM just a few hours AFTER getting the alert email.

Here's the WHOIS information for the above:

Trying whois -h whois.arin.net 64.243.28.77

OrgName: SAVVIS Communications Corporation OrgID:SAVV
Address: 1 SAVVIS Parkway
City: Town and Country
StateProv:MO
PostalCode: 63017
Country: US

NetRange:64.240.0.0 /t/refer?a=64.240.0.0 - 64.243.255.255 
/t/refer?a=64.243.255.255 CIDR: 64.240.0.0/14 
/t/refer?a=64.240.0.0/14 NetName: SAVVIS8
NetHandle:NET-64-240-0-0-1
Parent:NET-64-0-0-0-0
NetType: Direct Allocation
NameServer: NS1.SAVVIS.NET /t/refer?a=NS1.SAVVIS.NET
NameServer: NS2.SAVVIS.NET /t/refer?a=NS2.SAVVIS.NET
Comment: ADDRESSES WITHIN THIS BLOCK ARE NON-PORTABLE
RegDate: 2000-02-01
Updated: 2002-07-15

TechHandle: ZS36-ARIN
TechName:SAVVIS Communications TechPhone:+1-888-638-6771
TechEmail:[EMAIL PROTECTED] /t/[EMAIL PROTECTED]
OrgTechHandle: ZS36-ARIN
OrgTechName:SAVVIS Communications OrgTechPhone:+1-888-638-6771
OrgTechEmail:[EMAIL PROTECTED] /t/[EMAIL PROTECTED]



-- 
Les Mizzell
-
“Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.”
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFPOP question

2003-12-18 Thread Howie Hamlin
That's an error from your email server.Some servers store email in a single file and limit access to that file to a single process.If the mailbox is being used by one process then the next process will receive a lock error.It could be a matter of doing two CFPOPS at once but I'm not sure.

HTH,
-- 
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
PrismAV - Virus scanning for ColdFusion applications
 Please vote for iMS here: http://www.sys-con.com/coldfusion/readerschoice2003/index.cfm 
 Find out how iMS Stacks up to the competition: http://www.coolfusion.com/imssecomparison.cfm

- Original Message - 
From: Burns, John 
To: CF-Talk 
Sent: Thursday, December 18, 2003 11:18 AM
Subject: CFPOP question

I'm getting an error trying to use CFPOP.It seems to happen after I try to delete a mail item and it lasts for a few minutes and then seems to fix itself. Anyone have any suggestions or experience with this?Here's the error I get.

Error Occurred While Processing Request
Error Diagnostic Information Can't get lock. Mailbox in useThe error occurred while processing an element with a general identifier of (CFPOP), occupying document position (2:2) to (2:107). Date/Time: Thu Dec 18 11:20:30 2003 Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) 

Thanks,

John Burns
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Hiding an Email Address from harvesters

2003-12-18 Thread [EMAIL PROTECTED]
And you wonder why you got spam

Neil

 cfmail
 to=[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Hiding an Email Address from harvesters

2003-12-18 Thread Scott Brady
Original Message:
 From: Les Mizzell [EMAIL PROTECTED]

 cfmail
 to=[EMAIL PROTECTED]
 from=Some Spammer
 subject=SPAM HARVESTER ALERT
 type=html
 server=MyServerInfoHere
 
 address = #cgi.remote_addr#br
 host = #cgi.remote_host#br
 referer = #cgi.http_referer#br
 agent = #cgi.http_user_agent#br
 page = #cgi.script_name#br
 /cfmail
 
 Here's the information from the email that came to me when the page was hit:
 

Is that e-mail the one you're suggesting is spam?

If so, they're not harvesting your address.It looks like a robot (any robot, including a search engine indexer) hit that page you put up which automatically sends an e-mail.(I'm basing that on the test code you provided)

Scott

---
Scott Brady
http://www.scottbrady.net/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Hiring: CF Developer

2003-12-18 Thread Jamie Jackson
[Sorry if this is against the rules, I saw no precedent.]

My company is looking to fill a position, here's what they're posting
on the job sites. They also ask that resumes be sent to:
Email: hr atSign calib dotCharacter com

Cold Fusion Developer 

Caliber Associates, Inc. is a dynamic, employee-owned consulting firm
specializing in the social and behavioral sciences.Caliber's 300
staff continue to share the firm's founding philosophy of building
success through dedication to intellectual excellence, scientific
rigor and professional integrity.We are growing and seek a Cold
Fusion Developer.

The Cold Fusion Developer will be responsible for full life-cycle
web-based application development, management, and maintenance of
database driven web applications, for high profile Federal government
and commercial clients, online learning communities and dynamic web
sites.

Bachelor's Degree in Computer Science and 3-5 years of work experience
performing web application development required.Strong web
development skills and demonstrated proficiency in ColdFusion 5/MX,
Java, _javascript_, MS SQL Server 7/2000 and/or Oracle 8i technologies
required.Fusebox, Flash, and XML experience preferred.Excellent
written and verbal communication skills and ability to work on
multiple projects essential.Caliber offers a supportive work
environment, competitive salary and excellent benefits.If
interested, please forward a cover letter with salary requirements and
resume to: 

Caliber Associates, Inc.
Attn: HR- ColdFusion Developer
10530 Rosehaven Street, Suite 400
Fairfax, VA 22030
Email: itjobs atSign calib dotCharacter com
Fax: 703-218-6930
Website: www.calib.com
Caliber Associates, the measure of excellence.
EOE
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Hiding an Email Address from harvesters

2003-12-18 Thread John Rossi
That's possibly what she is doing considering that was my IP address
she just posted. I went to her domain based on her email address. Did a view
source, and look at one or two of the hidden links. I am definitely not a
spammer.

John Rossi
Webmaster/Network Administrator
Bernier  Associates, Inc.
[EMAIL PROTECTED]

-Original Message-
From: Scott Brady [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 11:57 AM
To: CF-Talk
Subject: Re: Hiding an Email Address from harvesters

Original Message:
 From: Les Mizzell [EMAIL PROTECTED]

 cfmail
 to=[EMAIL PROTECTED]
 from=Some Spammer
 subject=SPAM HARVESTER ALERT
 type=html
 server=MyServerInfoHere
 
 address = #cgi.remote_addr#br
 host = #cgi.remote_host#br
 referer = #cgi.http_referer#br
 agent = #cgi.http_user_agent#br
 page = #cgi.script_name#br
 /cfmail
 
 Here's the information from the email that came to me when the page 
 was hit:
 

Is that e-mail the one you're suggesting is spam?

If so, they're not harvesting your address.It looks like a robot (any
robot, including a search engine indexer) hit that page you put up which
automatically sends an e-mail.(I'm basing that on the test code you
provided)

Scott

---
Scott Brady
http://www.scottbrady.net/
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Upgrading from evaluation version

2003-12-18 Thread Scott Ashman
We just finished migrating 30 sites from one cold fusion box to another, but found out at the end of migrations that the new box has an 'evaluation' version of cold fusion mx.I guess whoever installed it didn't use the correct key, as the CD itself wasn't an evaluation version.Is there any place to enter the correct key, or are we SOL and have to remove and reinstall cf mx?

Thanks in advance

---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.551 / Virus Database: 343 - Release Date: 12/13/2003
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Covert to CF

2003-12-18 Thread David Brown
One other question.I don't see a way to use cfparam to set data type to Long. 

Is there a way in CF to set data type to long?
- Original Message - 
From: David Brown 
To: CF-Talk 
Sent: Thursday, December 18, 2003 11:16 AM
Subject: Covert to CF

I need to convert the following VB code to CF code. When I use cfobject or createobject inside cfscript I can't get a return on sResults) and I get a value for back greater then 0.That means an error occured.

Dim oNXT As Object

Dim sRequest as String

Dim sResults as String

Dim lResult as Long
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: J2EE datasources hidden from client var storage

2003-12-18 Thread Thomas Chiverton
On Thursday 18 Dec 2003 16:13 pm, Chris Norloff wrote:
 I learned that J2EE datasources can be hidden if you try to designate them
 for client variable storage. (Bug no. 52639). Due to be fixed in the next
 upgrade to CFMX.

We're running MX6.1 on WebLogic, and can use J2EE data sources fine as client 
variable store.
Set up TX and JDBC pool via the weblogic admin., sources appeared in the CF 
admin. as normal.

 They're there; they verify in CFMX Admin  Data Sources, but they're not
 visible in CFMX Admin  Client Variables.

I only ever saw this in the beta's.
-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: PayFlowPro Install Problem

2003-12-18 Thread Dan Phillips
correct

-Original Message-
From: Daniel O'Keefe [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 11:35 AM
To: CF-Talk
Subject: RE: PayFlowPro Install Problem

It does not work with 6.1? The CFX tag works with 5.0, right?

Dan

-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 10:49 AM
To: CF-Talk
Subject: RE: PayFlowPro Install Problem

You will have to use the DLL version of the tag. The Java one does not
work. I finally got Verisign to admit it after myself and the customer
trying to use that tag kept after their support department. 

Dan Phillips
CFXHosting.com
[EMAIL PROTECTED]

-Original Message-
From: Eric Hoffman [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 17, 2003 8:46 PM
To: CF-Talk
Subject: PayFlowPro Install Problem

I am not sure if I have lost my mind or not:

CF MX (6.1) ON IIS 5.Tried to install the Java/CFX tag as instructed,
but
no matter how I tweak it, it keeps telling me it can't find it for some
darned reason.

Can someone lend a hand, as in a gotcha to look for or something like
that?

Eric 
_ 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: BabelFish down ?

2003-12-18 Thread Paul Hastings
 Operator feedback is that it conveys the message but is not
 entirely accurate. ( important: conveys the message )

anything complex becomes quite iffy. its one thing to be turning out plastic
flowers, another thing if you're building medical equipment.

 It was a very useful service to me and I could really use a
 replacement. I have looked at Paul Hastings blog and still
 can not find a 'Web Service' that offers this functionality.

not that its any of my business, but i know some of those free web
translators are back-ended by heftier technologies  do indeed offer
webservices.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Hiding an Email Address from harvesters

2003-12-18 Thread Les Mizzell
 Is that e-mail the one you're suggesting is spam?

No, what I'm saying is that AFTER posting the page, the email address 
[EMAIL PROTECTED] started getting SPAM messages.

The lovely Manga RX+ Penis Patch Spam, Mortgage Loans, the whole bit

The only place the address above was EVER posted was on that single page 
inside the CFMAIL tag. Nowhere else.The page was set up specifically 
set up to try and attract address harvesters.

The page also contains:

meta NAME=ROBOTS CONTENT=NOFOLLOW, NONE, NOARCHIVE
meta NAME=GOOGLEBOT CONTENT=NOARCHIVE
meta HTTP-EQUIV=CACHE-CONTROL CONTENT=NO-CACHE
meta HTTP-EQUIV=PRAGMAS CONTENT=NO-CACHE

which is keeping out the legit bots.

I made a mistake in my last email (my apologies to John Rossi). Here's 
the alert I got when the harvester crawled the page:

address = 63.121.30.223
host = 63.121.30.223
referer =
agent = Mozilla/4.7 (compatible; FlipDog; http://www.whizbang.com/crawler)
page = /myEmailList.cfm

A little digging shows that a number of ISP's have BLOCKED this IP and 
related IP addresses to keep the crawler out. Guess mine hasn't!

However, it picked up some 5000 false email addresses to play with while 
it was there, so I certainly slowed it down a little bit...

-- 
Les Mizzell
-
“Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.”
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Hiding an Email Address from harvesters

2003-12-18 Thread Thomas Chiverton
On Thursday 18 Dec 2003 16:44 pm, Les Mizzell wrote:
 Here's my test code.I've already shut down the email address used.
 cfmail
 to=[EMAIL PROTECTED]

I spamBot could guess that username, I suspect. 
Google doesn't find that domain at all though.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: About CFusion Undeliverable Mail Folder

2003-12-18 Thread Dan Phillips
Hard to say what happened. Could have been network traffic or just one
of those things. As long as you don't see it happening all the time, I
would not worry about it. 

 
Dan Phillips
CFXHosting.com
866.239.4678 x105
[EMAIL PROTECTED]

-Original Message-
From: Ming Lu [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 11:30 AM
To: CF-Talk
Subject: RE: About CFusion Undeliverable Mail Folder

Hi Dan,

Thank you for your reply!

Here is the error at that time. How could it be there was No connection
to
mail server. at that moment even though the server was running fine
then?

Error,2528,12/17/03,13:00:45,,Failed to send the spooled mail
file,
D:\CFusion\Mail\spool\BAA7.cfmail. SMTP server replied No connection
to
mail server. Moved file to D:\CFusion\Mail\undelivr\BAA8.cfmail.

Ming Lu
-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 11:20 AM
To: CF-Talk
Subject: RE: About CFusion Undeliverable Mail Folder

Check your mail.log file. It will tell you why the mail was
undeliverable.

-Original Message-
From: Ming Lu [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 11:11 AM
To: CF-Talk
Subject: About CFusion Undeliverable Mail Folder

Hi,

Does any one know the reason why a good email got stuck in CFusion
Undeliverable Mail Folder (CF5)? Is there any way to prevent it from
happening?

Thank you very much!Have a great Holidays!

Ming Lu
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Upgrading from evaluation version

2003-12-18 Thread Thomas Chiverton
On Thursday 18 Dec 2003 17:08 pm, Scott Ashman wrote:
 correct key, as the CD itself wasn't an evaluation version.Is there any
 place to enter the correct key, 

'System Information' across the top of the admin.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Upgrading from evaluation version

2003-12-18 Thread Tom Jordahl
Just go to the Version Information page in the administrator and enter the
correct serial number.

Link for this is across the top of the admin.

--
Tom Jordahl
Macromedia Server Development

-Original Message-
From: Scott Ashman [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 12:09 PM
To: CF-Talk
Subject: Upgrading from evaluation version

We just finished migrating 30 sites from one cold fusion box to another, but
found out at the end of migrations that the new box has an 'evaluation'
version of cold fusion mx.I guess whoever installed it didn't use the
correct key, as the CD itself wasn't an evaluation version.Is there any
place to enter the correct key, or are we SOL and have to remove and
reinstall cf mx?

Thanks in advance

---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.551 / Virus Database: 343 - Release Date: 12/13/2003

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Upgrading from evaluation version

2003-12-18 Thread Dan Phillips
Yup, its easy to do. Log into the CF administrator and click on System
Info. You can put in the right key there. 

 
Dan Phillips
CFXHosting.com
866.239.4678 x105
[EMAIL PROTECTED]

-Original Message-
From: Scott Ashman [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 12:09 PM
To: CF-Talk
Subject: Upgrading from evaluation version

We just finished migrating 30 sites from one cold fusion box to another,
but found out at the end of migrations that the new box has an
'evaluation' version of cold fusion mx.I guess whoever installed it
didn't use the correct key, as the CD itself wasn't an evaluation
version.Is there any place to enter the correct key, or are we SOL and
have to remove and reinstall cf mx?

Thanks in advance

---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.551 / Virus Database: 343 - Release Date: 12/13/2003 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Importing Tag Libraries

2003-12-18 Thread Bryan F. Hogan
Hi Alexander I tried your suggestion. I also tried using the javaCast()
function, the same error was returned. Thanks for your suggestion.

-Original Message-
From: Alexander Sherwood [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 11:29 AM
To: CF-Talk
Subject: Re: Importing Tag Libraries

Looks like an attribute validation error in being performed in the .jar 
file. Perhaps its trying to type the URL variable and cannot determine
that 
it is a string? Try it with a simple string like myString and see if
you 
get the error again (although the tag might not perform its function 
without a proper URL in the attribute!).
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: PayFlowPro Install Problem

2003-12-18 Thread Ryan Emerle
We have it running on CFMX 6.1 without a problem.Here are the settings
that worked:

JVM Class Path:

x:\CFX_Tags\Verisign.jar

CFX Definition (Java):

Tag Name: cfx_PayFlowPro

Class: CFXPayFlowPro

HTH

-Ryan

_

From: Dan Phillips [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 12:09 PM
To: CF-Talk
Subject: RE: PayFlowPro Install Problem

correct

-Original Message-
From: Daniel O'Keefe [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 11:35 AM
To: CF-Talk
Subject: RE: PayFlowPro Install Problem

It does not work with 6.1? The CFX tag works with 5.0, right?

Dan
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Covert to CF

2003-12-18 Thread Dave Watts
 One other question. I don't see a way to use cfparam to set 
 data type to Long. 
 
 Is there a way in CF to set data type to long?

No, there's no concept of long in CF. A value can be numeric.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Hiding an Email Address from harvesters

2003-12-18 Thread Les Mizzell
 cfmail
 to=[EMAIL PROTECTED]
 from=Some Spammer
 subject=SPAM HARVESTER ALERT
 type=html
 server=MyServerInfoHere

I will run a new test with another, MUCH less obvious email address. 
Will report back after getting results, or lack of.

-- 
Les Mizzell
-
“Mihi placent, O Pincerna!
Virent ova! Viret perna!
Dapem posthac non arcebo.
Gratum tibi me praebebo.”
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Hiring: CF Developer

2003-12-18 Thread Schuster, Steven
Do they pay more than 85K a year?

-Original Message-
From: Jamie Jackson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 11:59 AM
To: CF-Talk
Subject: Hiring: CF Developer

 
[Sorry if this is against the rules, I saw no precedent.]

My company is looking to fill a position, here's what they're posting
on the job sites. They also ask that resumes be sent to:
Email: hr atSign calib dotCharacter com

Cold Fusion Developer 

Caliber Associates, Inc. is a dynamic, employee-owned consulting firm
specializing in the social and behavioral sciences.Caliber's 300
staff continue to share the firm's founding philosophy of building
success through dedication to intellectual excellence, scientific
rigor and professional integrity.We are growing and seek a Cold
Fusion Developer.

The Cold Fusion Developer will be responsible for full life-cycle
web-based application development, management, and maintenance of
database driven web applications, for high profile Federal government
and commercial clients, online learning communities and dynamic web
sites.

Bachelor's Degree in Computer Science and 3-5 years of work experience
performing web application development required.Strong web
development skills and demonstrated proficiency in ColdFusion 5/MX,
Java, _javascript_, MS SQL Server 7/2000 and/or Oracle 8i technologies
required.Fusebox, Flash, and XML experience preferred.Excellent
written and verbal communication skills and ability to work on
multiple projects essential.Caliber offers a supportive work
environment, competitive salary and excellent benefits.If
interested, please forward a cover letter with salary requirements and
resume to: 

Caliber Associates, Inc.
Attn: HR- ColdFusion Developer
10530 Rosehaven Street, Suite 400
Fairfax, VA 22030
Email: itjobs atSign calib dotCharacter com
Fax: 703-218-6930
Website: www.calib.com
Caliber Associates, the measure of excellence.
EOE
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Session variable time out?

2003-12-18 Thread Dave Watts
 Unless you have control of each Users PC, I don't recommend 
 that you rely on session cookies to maintain state. MX's 
 session cookies are actually permanent cookies and many 
 Users, myself included, do not allow these types of cookies 
 to be set. These means that I will not buy from certain sites 
 where this is a requirements. I recommend that you use 
 URLSessionFormat() around all of your links so that Users 
 who don't allow permanent cookies can still use your site.

If you want to use nonpersistent (session) cookies, you can either select
the J2EE Sessions option in the CF Administrator, which will create a
session cookie called JSESSIONID, or you can manually set the CFID and
CFTOKEN cookies to be nonpersistent, using something like this in your
Application.cfm:

cfapplication ... sessionmanagement=yes setclientcookies=no

cfif not IsDefined(Cookie.CFID)
	cfcookie name=CFID value=#Session.CFID#
	cfcookie name=CFTOKEN value=#Session.CFTOKEN#
/cfif

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Importing Tag Libraries

2003-12-18 Thread Massimo Foti
 Hi Alexander I tried your suggestion. I also tried using the javaCast()
 function, the same error was returned. Thanks for your suggestion.

One last shot in the dark...
You could try to turn your CFML string into a Java url object like:

cfset jUrl=createObject(java,java.net.URL).init(urlString)

Then pass jUrl to the jsp tag.

Again, it's just wild guessing, but it may be worth a try

Massimo
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Upgrading from evaluation version

2003-12-18 Thread Scott Ashman
Bingo.Thanks.
- Original Message - 
From: Tom Jordahl 
To: CF-Talk 
Sent: Thursday, December 18, 2003 12:19 PM
Subject: RE: Upgrading from evaluation version

Just go to the Version Information page in the administrator and enter the
correct serial number.

Link for this is across the top of the admin.

--
Tom Jordahl
Macromedia Server Development

-Original Message-
From: Scott Ashman [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 12:09 PM
To: CF-Talk
Subject: Upgrading from evaluation version

We just finished migrating 30 sites from one cold fusion box to another, but
found out at the end of migrations that the new box has an 'evaluation'
version of cold fusion mx.I guess whoever installed it didn't use the
correct key, as the CD itself wasn't an evaluation version.Is there any
place to enter the correct key, or are we SOL and have to remove and
reinstall cf mx?

Thanks in advance

---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.551 / Virus Database: 343 - Release Date: 12/13/2003

 _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




  1   2   >