Re: Handling invalid recipient in mailing list

2015-04-03 Thread Rob Voyle

Hi Folks

Robert details all the steps to keeping an email list clean and valid.
Having done that in the past and for a list of 5000 addresses I would say it is 
a 
far better deal to go with one of the email newsletter companies. Having tried 
several I can highly recommend mailchimp http://mailchimp.com/

 They offer several benefits.

1. They clean the bounced email and keep the list valid. (no programing to 
write 
and validate)

2. They have deals with ISPs to recognize their bulk email as legit. When I was 
doing that privately it was a headache to stay on top of all the ISP's spam 
protections and have my server continually validated. (And if you are on a 
shared server forget it as you will be vulnerable to all the other user's bad 
practices and reputation)

3. The time saving was well worth the $s

4. If you do decide to use a provider check their rules about establishing your 
list. (some such as icontact will require you to do a new optin on your already 
established list, and then they will block anyone who does not re-optin. 
Those 
address could then never be resubsbcribed even by their owner.)

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382
   



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360360
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Issue with Changes (?) to CFDocument and a background image.

2015-02-21 Thread Rob Voyle

Hi Les

Since CF11 is run on Tomcat, even for the Windows version, file includes such 
as 
background-image: url(../images/bluefade.jpg);

have become case sensitive. That wasted a couple of days as well...

Rob

On 20 Feb 2015 at 18:55, Les Mizzell wrote:

 
 Wow - I've spent almost 2 full days trying to figure this out and
 have 
 never found one thing anywhere saying .gif files were no longer 
 supported! Thanks Adobe!!



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360146
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


validating email CF11

2015-01-15 Thread Rob Voyle

Hi Folks

Using CF11
 isValid(email,name@gmail) is returning a Yes

Am I missing something or is this a bug. As far as I know CF9 would have 
returned NO

Rob

  
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
http://www.clergyleadership.com/
503-647-2378 or 503-647-2382


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359966
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: validating email CF11

2015-01-15 Thread Rob Voyle

Thanks Robert
Your code limits TLD to 4 which would catch .museum
What are people setting as a limit on TLDs

Rob

On 15 Jan 2015 at 9:53, Robert Harrison wrote:

 
 I had similar issues with this... use the script below instead of
 CF.  You
 can do an onBlur=validateEmail(); on the email field. 
 
 
 function validateEmail(){
 var emailRegEx =
 /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
 str = document.userform.email.value;
 if(!str.match(emailRegEx)){
 alert(Please enter a valid email address
 (n...@domain.com).);
 userform.email.focus();
 return false;
 }
 }
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359968
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Builder 3

2015-01-14 Thread Rob Voyle

I had problems with studio on win 7 freezing when doing extended 
search/replace which was what I continued to use homesite for.
Rob 

On 15 Jan 2015 at 2:57, Andrew Scott wrote:

 
 So was Studio as it was shipped with ColdFusion 5.
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359948
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Builder 3

2015-01-13 Thread Rob Voyle

Hi Aaron

After much frustration I found that you need to select wrap search in the 
options box for the find to work.

Still prefer homesite for project wide find and replace when upgrading an 
entire 
site.

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382


On 13 Jan 2015 at 15:21, Aaron Rouse wrote:

 
 I have had horrible luck with the CFBuilder Find.  Just as one
 short
 example, last quarter I was asked to find some emails in a big
 project that
 the support person no longer was available for.  My workstation at
 home has
 CFBuilder on it and it could not find one CFMail tag(or just the
 text
 cfmail) in there.  


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359943
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Builder 3-2

2015-01-11 Thread Rob Voyle

Hi Steve
As I recall it was only on things like cffile or cfcontent where I was 
manipulating 
file names. cfinclude was not impacted. Unfortunately I had got a bit lazy in 
my 
code having moved from a unix platform to windows about 8 years ago.
Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382


On 10 Jan 2015 at 21:35, Steve LaBadie wrote:

 
 Thanks Ron i didn't know that cf11 could be case sensitive.
 
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359941
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Builder 3

2015-01-10 Thread Rob Voyle

Hi Steve
I use cfbuilder 3 on my local development of applications (Win 7 machine).
Having migrated from using Homesite (which I still use for its ease of extended 
find/replace across entire web projects)

I am not very impressed with cfbuilder. It could be very useful and has some 
promise but I would not pay money for it again, and if you already have a 
template editor you like don't waste your time trying to get a free version 
working.

While you can select a range of editor preferences color coding etc. You will 
have 
varying and frustrating results with many preferences not sticking after you 
close 
and reopen the program.

The syntax error reporting and color coding is insanely erroneous and unhelpful.

Many of these bugs have had multiple bug reports made at Adobe but nothing 
has been done

The built in FTP is so complex to setup, I gave up and went back to an external 
FileZilla program.

For a relative beginner to the deeper complexity and power of CF (despite 
having 
used it for many years) I found it very difficult to find the settings that 
control 
many of the preferences. Seemed like I am using confusion builder rather than 
coldfusion builder

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382
  

 

 

On 6 Jan 2015 at 18:18, Steve LaBadie wrote:

 
 We just purchased CF 11 and we also received a license for Builder
 3. I don't know anything about the product and wanted to know if it
 something that should be installed. Does it get installed on the
 server or desktop?



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359935
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Builder 3-2

2015-01-10 Thread Rob Voyle

Hi Steve

One other thing if you are using a windows platform.
CF11 is now built on Tomcat. Not much of a problem EXCEPT that some (but not 
all) file names will be case sensitive in some applications. Wasted a day on 
that 
one trying to debug an application that had worked fine on CF9.

Rob 

On 6 Jan 2015 at 18:18, Steve LaBadie wrote:

 
 We just purchased CF 11 and we also received a license for Builder
 3. I don't know anything about the product and wanted to know if it
 something that should be installed. Does it get installed on the
 server or desktop?



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359936
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: cfmail causing problems for our server

2014-12-10 Thread Rob Voyle

I use and like mail chimp
Rob


Sent from my Verizon Wireless 4G LTE smartphone

div Original message /divdivFrom: Dave Long 
d...@northgoods.com /divdivDate:12/10/2014  12:23 PM  (GMT-06:00) 
/divdivTo: cf-talk cf-talk@houseoffusion.com /divdivSubject: cfmail 
causing problems for our server /divdiv
/div
My customer's site allows interested visitors to subscribe to intermittent
e-mail notifications regarding his annual event. My hosting provider tells
me that use of cfmail to contact his 5,000+ mailing list is triggering
blacklisting when we use it to notify subscribers of event changes and
additions. He (the hosting provider) insists we use a third party e-mail
service instead.

Can anyone recommended such a service that can be trusted not to resell the
DB?

Thank you.

Dave Long
NorthGoods Merchant Services






~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359795
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: need a host

2014-11-21 Thread Rob Voyle

Hi Folks

I would affirm kickAssVps, I was with them for several years and got great 
responsive service.

However for business reasons, which I totally understand, they are not 
upgrading to CF11.

I moved to www.viviotech.net/ and because I am not all that literate in the 
server and condfusion administration arena purchased the extended support and 
I couldn't be happier, the crew their have been really great.

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382
 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359695
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Non-profit donation providers

2014-11-04 Thread Rob Voyle

Hi Al

Thanks for this. I will pass the info on to the group I am working with.

Rob 

On 2 Nov 2014 at 11:16, Al Musella, DPM wrote:

 
 I use paypal.. Couldn't be easier, and they give a discount on the
 rates to nonprofits...
 however, there is one big problem...
 
Bad people have been using my donation form to test stolen credit
 cards. They use the stolen credit cards to make a small donation to
 see if the cards work.  I have the security set so they need address
 verification as well as the security code and still many get
 through.
 When someone complains of fraud, paypal removes the donation and a
 big fee (aorund $25..  I forget the exact amount)... and threatens
 me 
 that they will cut off my account if my fraud rate doesn't go down..
 I called them and they offer no help at all.
 
 So what I do now is have my server send an email to my phone when a
 donation is made. If it looks suspicious, I click a link in the
 email 
 that will ban that IP address from making a successful donation 
 (anything they try gets them a page that says the donation failed. )
 Then I go back and reverse any donations that got through with that
 IP address or amount around that time.  Most of the time they are
 all 
 the same amount.. We have a $5 minimum, so they are mostly 
 $5.  Before I had a minimum, they were usually $1.
 
 I also allow only 3 attempts per IP address per day.. even if 
 successful - it will alert me and I check to verify the donations 
 they made were good.
 
 
 
 
 
 
 Hi Folks
 Any recommendations for church/non-profit online donations,
 especially
 recurring donations?
 
 Thanks
 Rob
 Robert J. Voyle, Psy.D.
 Director, Clergy Leadership Institute
 For Coaching and Training in Appreciative Inquiry
 Author: Restoring Hope: Appreciative Strategies
  to Resolve Grief and Resentment
 http://www.appreciativeway.com/
 503-647-2378 or 503-647-2382
 
 
 
 
 
 
 ~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=
 houseoffusion
 Archive:
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:35
 9553
 Subscription:
 http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe:
 http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359563
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Non-profit donation providers

2014-10-28 Thread Rob Voyle

Hi Folks
Any recommendations for church/non-profit online donations, especially 
recurring donations?

Thanks
Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359523
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Link checker

2014-09-10 Thread Rob Voyle

Hi Byron
I use html validator
https://www.htmlvalidator.com
You can batch test an entire website. Not only checks links but html, 
accessibility 
etc.
Rob


On 10 Sep 2014 at 14:36, Byron Mann wrote:

 
 I know there was a previous thread about spidering a site to check
 links
 and some people recommended a certain utility other than wget.  I
 went
 through the archives and wasn't able to find that thread.
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359282
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 to CF11 cfscript

2014-08-11 Thread Rob Voyle

Hi Adam

Its the end of a workshop registration form where multiple participants can be 
registered.
For each participant a series of emails are generated to both the participant 
and 
the workshop host, and the participant information is entered into a data bases.

The page is then paused for a couple of seconds and then the database is 
checked to see if all the information is entered before the confirmation page 
is 
presented. I had trouble with the combination of email and database actions, I 
think it was the speed of the email process, putting in the pause solved the 
problem, let the email processes conclude before going to the confirmation.

some of this code is very old I didn't know about sleep()

Rob


On 10 Aug 2014 at 16:19, Adam Cameron wrote:

 
 You know CFML has had the sleep() function (which does what your
 code does)
 built-in since CF8, right?
 
 Your issue is probaby that thread is a keyword in CF9+.
 
 Replace your code with:
 
 sleep(4000);
 
 Wanting the page to pause whilst data is entered into the DB is an
 odd
 thing... given DB operations in CFML are blocking by default. It'd
 be good
 to see more of your code to cast some light on what you're doing
 here...?
 
 -- 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359105
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF9 to CF11 cfscript

2014-08-10 Thread Rob Voyle

Hi folks

Migrating from cf9 to cf11

cfscript
thread = CreateObject(java, java.lang.Thread);
thread.sleep(4000);
 /cfscript

is now giving an error message  invalid token 

What should the syntax be. I simply want the page to pause while data is 
entered into a 
database.

Thanks
Rob


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359102
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion and authorize.net

2014-07-22 Thread Rob Voyle

Hi Eric

I use coldfusion and authorize.net and I am big into simple

Take a look at:
https://www.appreciativeway.com/secure/paymentPortal.cfm

If that is what you want I could help you off line.

Biggest challenge is maintaining the PCI compliance to which end you may want 
to use their forms.

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382
 


On 21 Jul 2014 at 15:03, Eric Bourland wrote:

 
 ColdFusion 9
 MS SQL Server 2012
 authorize.net API
 
 Hi. I need help with a problem, and am hoping someone here can guide
 me on the right path.
 
 In brief: I need to populate an authorize.net payment page using
 information from a simple form that is processed in coldfusion.
 
 Details: I need to do something fairly simple -- or, I am told it is
 simple. =) Here is what the client wants to happen:
 
 After the user fills out and submits the simple registration form,
 she should then see the authorize.net payment page where she pays
 conference registration fees; the client would like the
 authorize.net payment page to already display the information (name,
 address, payment amount, and so on) that the user already typed in
 the ColdFusion form
 
 I downloaded some sample code from authorize.net -- it is given
 below.
 
 I would like the registrant to register her information -- name,
 address, conference fee -- then go to the authorize.net payment page
 and see all of her contact information, and the conference fee that
 she selected, already populated in the payment fields.
 
 Has anyone here done this with ColdFusion? I am not clear how to
 integrate the cfhttp code with my existing, simple registration
 form.
 
 Thank you for your advice.
 
 Eric
 
 cfsetting enablecfoutputonly=true
 cfoutput
 !--
 This sample code is designed to connect to Authorize.net using the
 AIM method.
 For API documentation or additional sample code, please visit:
 http://developer.authorize.net
 --
 
 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN 
 http://www.w3.org/TR/html4/loose.dtd;
 HTML lang='en'
 HEAD
   TITLE Sample AIM Implementation /TITLE
 /HEAD
 BODY
 P This sample code is designed to generate a post using
 Authorize.net's
 Advanced Integration Method (AIM) and display the results of this
 post to
 the screen. /P
 P For details on how this is accomplished, please review the
 readme file,
 the comments in the sample code, and the Authorize.net AIM API
 documentation
 found at http://developer.authorize.net /P
 HR /
 
 /cfoutput
 !--- ColdFusion's cfhttp object is specifically designed to create
 a post,
 and retrieve the results.  Those results are accessed in
 cfhttp.filecontent ---
 !--- By default, this sample code is designed to post to our test
 server
 for developer accounts:
 https://test.authorize.net/gateway/transact.dll
 for real accounts (even in test mode), please make sure that you
 are\posting to: https://secure.authorize.net/gateway/transact.dll
 ---
 cfhttp method=Post
 url=https://test.authorize.net/gateway/transact.dll;
   !--- the API Login ID and Transaction Key must be replaced with
 valid values ---
   cfhttpparam type=Formfield name=x_login
 value=API_LOGIN_ID
   cfhttpparam type=Formfield name=x_tran_key
 value=TRANSACTION_KEY

   cfhttpparam type=Formfield name=x_delim_data value=TRUE
   cfhttpparam type=Formfield name=x_delim_char value=|
   cfhttpparam type=Formfield name=x_relay_response
 value=FALSE
 
   cfhttpparam type=Formfield name=x_type value=AUTH_CAPTURE
   cfhttpparam type=Formfield name=x_method value=CC
   cfhttpparam type=Formfield name=x_card_num
 value=4111
   cfhttpparam type=Formfield name=x_exp_date value=0115
 
   cfhttpparam type=Formfield name=x_amount value=19.99
   cfhttpparam type=Formfield name=x_description value=Sample
 Transaction
 
   cfhttpparam type=Formfield name=x_first_name value=John
   cfhttpparam type=Formfield name=x_last_name value=Doe
   cfhttpparam type=Formfield name=x_address value=1234
 Street
   cfhttpparam type=Formfield name=x_state value=WA
   cfhttpparam type=Formfield name=x_zip value=98004
   !--- Additional fields can be added here as outlined in the AIM
 integration
   guide at: http://developer.authorize.net ---   
   !--- The following fields show an example of how to include line
 item details, they are commented out by default.
   cfhttpparam type=Formfield name=x_line_item
 value=item1|golf balls||2|18.95|Y
   cfhttpparam type=Formfield name=x_line_item
 value=item2|golf bag|Wilson golf carry bag,
 red|1|39.99|Y
   cfhttpparam type=Formfield name=x_line_item
 value=item3|book|Golf for Dummies|1|21.99|Y
   ---
 /cfhttp
 
 !--- Because coldfusion's ListToArray object ignores empty fields,
 we 

CF 11

2014-06-25 Thread Rob Voyle

Hi Folks
Wondering what the advantages of CF11 over CF10

The one thing I am looking for is ease of doing the updates and patches, which 
is 
pretty miserable in CF9

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358761
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Spam management for forms handling

2014-04-17 Thread Rob Voyle

Hi Ben

I had this problem many years ago and didn't know of HoneyPots though I like 
the idea a lot.

So I created a very simple Captcha.  It is is easy to read and not dynamic, it 
is 
the same image all the time.
You can see it at:http://www.appreciativeway.com/email.cfm?email=info

It has worked perfectly for over 6 years without ever being changed.

I essentially hate captcha's. Just used Microsoft's yesterday and the thing was 
almost unreadable and required several takes before I got it to work.

So when mine stops working I will probably try the Honey pot idea.

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382




On 17 Apr 2014 at 9:54, Ben wrote:

 
 Hi 
 
 Some of the forms we use CF to email out are getting hit with spam
 garbage. I'm seeing patterns in them I can use to catch it now, but
 wondered if there is a more general approach available I'm not aware



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358350
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Possible time out - Not

2014-02-13 Thread Rob Voyle

Hi Matthew and Anthony
It was the post param limit issue
There were lots of hidden input variables associated with the check box.
Bummer just getting a white screen without any error message.

Thanks

Rob 


On 13 Feb 2014 at 9:11, Matthew Williams wrote:

 
 Is the form re-submitting each time you check a box?  I bet it's the
 post parameter limit thing.  The behavior you're describing (white
 screen) is exactly what happens when you hit that post param limit. 
 Cutter did a great blog post on it
 http://www.cutterscrossing.com/index.cfm/2012/3/27/ColdFusion-Securi
 ty-Hotfix-and-Big-Forms.
 
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357669
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Possible time out

2014-02-12 Thread Rob Voyle

Hi Folks
Running CF9 developer

I have a form with 24 items and check boxes.
When over 13 check boxes are checked the screen just goes white,
no error message is displayed, nor is the CF debug info shown.

Each check box initiates Database queries. 
Total time on the template is 2449 ms when 12 boxes are checked.

The timeout request in CF is not checked. 

I don't have any problems on the production server with exact same template.

Any ideas?

Thanks

Rob


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357665
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfheader

2014-02-10 Thread Rob Voyle

Hi folks

I am using 

cfheader name=Content-disposition value=inline;filename=#handout#
cfcontent  type=application/pdf  file=#handoutfile# deleteFile = no 

to display a pdf and it works fine, but I would like to open it in a new window

Is there a way to open the pdf in a new browser window such as the html  
target=_blank does.

Thanks
Rob



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357645
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfheader - thanks

2014-02-10 Thread Rob Voyle

Thanks Steve - so simple!

On 10 Feb 2014 at 10:02, Steve Milburn wrote:

 
 Why not put target=_blank in the a tag on the page that is
 linked to
 the pdf?
 
 Steve
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357649
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cflocation mystery

2014-02-02 Thread Rob Voyle

Hi Folks

I have a basic .html site that I have converted to a coldfusion site.

since there are many old .html links out there I added the following to my 
notFound.cfm file:

cfif notFoundUrl contains .html 
cfset newUrl=http://www.mydomain.com;  
replace(notFoundUrl,.html,.cfm)
cfif fileExists(newUrl) is yes
cflocation url=#newUrl#
cfelse
cflocation url=http://www.mydomain.com;
/cfif
/cfif

Works fine if the file exists but throws an error if the file doesn't exist 
rather than 
redirecting.

Also which log file would have the error in it as I can't find the error in any 
of the 
logs 

What am I missing?

Thanks
Rob



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357561
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cflocation mystery

2014-02-02 Thread Rob Voyle

Hi Timothy
Instead of redirecting to: mydomain.com
cflocation url=http://www.mydomain.com;
It is throwing an error rather than redirecting.

How do I redirect?

Rob


On 2 Feb 2014 at 11:56, Timothy Heald wrote:

 
 It's no mystery, that's the correct response.  Trap the 404 error
 for html
 files at the web server and handle the cf side through either site
 wide or
 per application error handling.
 On Feb 2, 2014 11:42 AM, Rob Voyle robvo...@voyle.com wrote:
 
  cfif notFoundUrl contains .html 
  cfset newUrl=http://www.mydomain.com; 
  replace(notFoundUrl,.html,.cfm)
  cfif fileExists(newUrl) is yes
  cflocation url=#newUrl#
  cfelse
  cflocation url=http://www.mydomain.com;
  /cfif
  /cfif
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357565
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cflocation mystery

2014-02-02 Thread Rob Voyle

Hi Timothy

Which log would the error be in. I can't find the error in any of the logs.
The site is public and only displays a generic error template rather than the 
specific error. 

Rob

On 2 Feb 2014 at 11:58, Timothy Heald wrote:

 
 What's the error message?
 On Feb 2, 2014 11:42 AM, Rob Voyle robvo...@voyle.com wrote:



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357569
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cflocation mystery- solved

2014-02-02 Thread Rob Voyle

Thanks guys

needed the absolute path in fileExist
Rob


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357576
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Windows server 2008 or 2012

2014-01-16 Thread Rob Voyle

Hi Folks

I am looking at changing VPS providers to maintain and upgrade CF 
I have an option of Windows 2008 or 2012 server.

The reccommendation is 2008 and was wondering what others think. 
I spent a week a year ago migrating from 2003 to 2008 and would rather not go 
thru that hassle again in a few years time and so I think starting with 2012 
would be a more practical option. 

One of my ongoing concerns is PCI compliance.

any reason not to go with 2012 (cost is the same)

Thanks
Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382
 
 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357451
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Jrun many use

2014-01-02 Thread Rob Voyle

Happy new year.

My CF 9 is on a VPS with 8 domains.
Jrun.exe is currently using around 400 mb of memory.
Is that typical?

Thanks
Rob



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357383
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Can't Connect http://localhost:8501

2013-12-26 Thread Rob Voyle

Hi Folks

Running Developer CF9 on my local desktop.
A power failure crashed the computer in the midst of a cf operation

Now I can't connect to localhost:8501
Coldfusion 9 application server was being stopped, 
so uninstalled and reinstalled CF 9

Now i can access the CF Administrator at:
http://127.0.0.1/CFIDE/administrator/index.cfm
And the application server is running.

But I stll can't connect to localhost:8501 

Any suggestions?
Thanks
Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357377
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Can't Connect http://localhost:8501

2013-12-26 Thread Rob Voyle

As always thanks for the help guys.
I hadn't enabled the server.
Back to running ok now.
Thanks
Rob

On 26 Dec 2013 at 17:11, Russ Michaels wrote:

 
 are you sure you enabled the built in web server when you
 re-installed ?
 I presume not being as you are not using it to access the cfadmin.
 and if you have a web server already installed, you don;t need it
 anyway.
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357381
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


custom error handler

2013-12-11 Thread Rob Voyle

Hi folks

I have installed a custom error handler at the root of my vps that directs 
errors 
to each domain.

At the domain level I have a custom error page that is accessed from cferror tag

cferror type=exception template=errorpage.cfm exception=any

works fine for missing variables however is there a way to identify context 
validation errors such as missing /cfif etc.
These just get handled by the vps error handler.

Thanks
Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357344
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: custom error handler

2013-12-11 Thread Rob Voyle

Russ Michaels r...@michaels.me.uk,

On 12 Dec 2013 at 0:25, Russ Michaels wrote:

 
 what web server are you running ?
 
 
 On Thu, Dec 12, 2013 at 12:22 AM, Rob Voyle robvo...@voyle.com
 wrote:
 
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357346
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Hosting

2013-10-21 Thread Rob Voyle

Ive been truly blessed by Kickassvps 
http://www.kickassvps.com/

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382


On 21 Oct 2013 at 9:04, Robert Harrison wrote:

 
 I know this has been asked 100 times before, but it looks like I
 need a new cf hosts that can host enterprise level sites.  Any
 recommendations?
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356956
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cflocation and long urls

2013-08-28 Thread Rob Voyle

Hi Kevin

I doubt that the + is the problem as it is now working fine as a relative link 
which includes the + / and = 
Rob

On 28 Aug 2013 at 19:49, Kevin Parker wrote:

 
 My guess is your + signs may be seen as a space unless that's what
 you
 intended. I have seen this on the odd occasion but mainly on an
 older system
 on our Intranet.
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356583
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cflocation and long urls

2013-08-27 Thread Rob Voyle

Hi folks

I have a long encrypted url stored in a database:

the cgi.query_string is something like
 
YJShGG8kxBWgJKOlo2z4oTM8jEanxnGNBzw+QBQw8JBtuiQ8Oyn6tc6qmbd+E7W
vcbfncSF/pq2ttDOdegKnxA==

It works fine if i manually copy the total url from the database to the browser,

 however if I use 
cflocation url=#database.weblink#

I get a not found error in firefox IE Chrome whereas Safari it works fine

Any ideas or work arounds?

Thanks

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356566
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cflocation and long urls

2013-08-27 Thread Rob Voyle

Hi Ray and Dave

If it were a length issue then it wouldn't work if I just paste it in from the 
database.
Also its not an error in the string as you suggest Dave. I have both copied it 
straight from the database and then copied it from a cfm page where the 
database query is being presented. Both work fine. Its just the cflocation that 
is 
not working.Using CF9 if that matters.

Rob 


 
  I have a long encrypted url stored in a database:
 
  the cgi.query_string is something like
 
  YJShGG8kxBWgJKOlo2z4oTM8jEanxnGNBzw+QBQw8JBtuiQ8Oyn6tc6qmbd+E7W
  vcbfncSF/pq2ttDOdegKnxA==
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356570
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cflocation and long urls

2013-08-27 Thread Rob Voyle

Hi Bryan

To check it I used trim no success.

Then instead of using cflocation url=#database.weblink[1]#
I put 
cflocation url=copy of complete link that works manually
Again no success,

What I did notice the link is an absolute link beginning http://www
the cflocation appears to be appended to the url of the origninal page.
such as http://www.originalpage.cfmhttp://wwwnewlink which is what is causing 
the notfound error

Normally cflocation replaces the entire url

Rob 




On 27 Aug 2013 at 15:57, Bryan Stevenson wrote:

 
 Well just remember that copying and pasting often selects extra 
 characters (like blanks either side of the string)and I'm
 mentioning 
 this because Rob you have not said explicitly that you did check for
 thisjust being thorough ;-)
 
 If you've already made sure the values are trimmed and each
 character is 
 indeed IDENTICAL, then move on



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356573
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cflocation and long urls -2

2013-08-27 Thread Rob Voyle

Hi folks
Interesting it works fine with relative url. 
Not sure if it is a length issue in the cflocation or some other factor

Thanks
Rob


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356574
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cflocation and long urls

2013-08-27 Thread Rob Voyle

Hi Byron
yes there are several + and / and =

Rob

On 27 Aug 2013 at 21:43, Byron Mann wrote:

 
 Are there any strange characters in the final decrypted uri? Like %
 / +?
 That are in the query_string portion of the URI?
 
 Byron Mann
 Lead Engineer  Architect
 HostMySite.com



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356576
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


404 pages

2013-07-18 Thread Rob Voyle

Hi Folks

I set up in the administrator a Missing Template Handler
I have a notfound.cfm page that works fine for 404 errors such as
http://www.domain.com/obsoletePage.cfm
will trigger notFound.cfm

However
http://www.domain.com/obsoletePage.cfm?training=teleconference
gets the standard CF missing page with the path
File not found: /obsoletePage.cfm

Any ideas on how to handle urls with get data

Thanks
Rob  


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356237
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


checking for encryption

2013-05-25 Thread Rob Voyle

Hi Folks

I have a variable that may or may not be encrypted.
How do I test for the encryption. 

If I try to decrypt it when its not encrypted I get an error message The input 
and output encodings are not same.. 

Thanks
Rob


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355840
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: checking for encryption

2013-05-25 Thread Rob Voyle

Thanks Matt,
Worked like a charm

Rob

On 25 May 2013 at 12:31, Matt Quackenbush wrote:

 
 Try/catch around the decryption? If you get that known message you
 could
 ignore it and move on.
 
 I'm not saying this is a good solution, but could get you going. The
 main
 issue would be if the key was changed or something like that, it'd
 hit the
 same exception.
 
 Off the top of my head I am not aware of anything that specifically
 checks
 for encryption. I don't use that stuff much. There might be
 something in
 the underlying Java that you can get at.
 
 HTH
 
 Sent from my Samsung Galaxy SII
 On May 25, 2013 12:25 PM, Rob Voyle robvo...@voyle.com wrote:
 
 
  Hi Folks
 
  I have a variable that may or may not be encrypted.
  How do I test for the encryption.
 
  If I try to decrypt it when its not encrypted I get an error
 message The
  input
  and output encodings are not same.. 
 
  Thanks
  Rob
 
 
  
 
 
 ~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=
 houseoffusion
 Archive:
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:35
 5841
 Subscription:
 http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe:
 http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355844
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF Builder 2 or Sublime Test 2

2013-03-18 Thread Rob Voyle

Hi Folks

Looking at:
CF Builder 2 or Sublime Test 2

do either validate web pages (missing td p) etc.

do either validate missing links?

Thanks
Rob


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355080
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Builder 2 or Sublime Test 2

2013-03-18 Thread Rob Voyle

Hi Mark
I was thinking more of integration with W3C or some built in html validator
I'm not too interested in writing my own.

Rob

On 18 Mar 2013 at 16:51, Mark Drew wrote:

 
 CFBuilder might (if you write a plugin for it) since that deals with
 the idea of a site. I haven't seen one for Sublime Text 2 but that
 is just a matter of time really, it should be fairly easy to write
 
 
 Sincerely
 
 Mark Drew
 
 On 18 Mar 2013, at 16:45, Rob Voyle robvo...@voyle.com wrote:
 
  
  Hi Folks
  
  Looking at:
  CF Builder 2 or Sublime Test 2
  
  do either validate web pages (missing td p) etc.
  
  do either validate missing links?
  
  Thanks
  Rob



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355082
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: sql injection attempt

2013-01-23 Thread Rob Voyle

Hi Greg
As I continue to update my security processes, I'm curious
Was this injection attempt at the url or at a form input.

Thanks
Rob

On 22 Jan 2013 at 11:12, Greg Morphis wrote:

 
 I saw some request errors but what were they trying to do?
 This is what the onRequest error email showed
 
 declare @q varchar(8000) select @q =
 0x57414954464F522044454C4159202730303A30303A313527 exec(@q)
 
 
 
 ~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=
 houseoffusion
 Archive:
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:35
 3998
 Subscription:
 http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe:
 http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354030
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Email attachment problem

2013-01-05 Thread Rob Voyle

Thanks Guys
Does CFsleep pause the server, which would impact other users, or just the 
page.
My prefernce would be for a page pause with hour glass indicating when the mail 
was sent, followed by a confirmation page.
It seems though that the simplest ideal would be Russ' and set up a schedule to 
clean out the Temp directory each day. 

Rob


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353788
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Email attachment problem

2013-01-04 Thread Rob Voyle

Hi folks

I have an online classroom that enables participants to email each other 
including sending attachments.
The attachments are uploaded to a private temporay directory and then attached 
to the email.
After the email is sent i want to delete the file from the temp directory.
If the file is large (several mb) and the list is large the delete function 
interferes 
with the cfmail program, by deleting the file before all the email is processed.

Is there a way to tell when the email is sent to automatically delete the 
temporary file and/or is there a way to set up routine that would automatically 
delete the temp directory every day.

Thanks
Rob 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353766
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfcontent changing name of file

2012-12-30 Thread Rob Voyle

On 30 Dec 2012 at 1:05, =?ISO-8859-1?Q?Claude_Schn=E9 wrote:
Hi Claude
The attachment option forces a download without viewing, I want the user to 
be able to view the document and then save it if they choose.
So far there are two options that I can use in the serving page classroom.cfm:

cfheader name=Content-disposition value=inline;filename=#handout# /
cfcontent  type=application/pdf  file=#handoutfile# deleteFile = no /

This works great for viewing the file, but the name of the file is 
classroom.pdf 
since there is multiple handouts the user is likely to overwrite previously 
saved 
files

cfheader name=Content-Disposition 
value=attachment;filename=#handout#
cfcontent type = application/pdf file=#handoutFile# DELETEFILE=no /
 
This works great for forcing the download with a changed name but doesn't have 
the view option.

Seems the simplest route is to create two links. View Handout and Download 
Handout

Thanks

Rob



 
 You need two tags: one to set the file name, one to send return the
 document
 cfheader name=Content-Disposition value=attachment;
 filename=myFile.pdf
 cfcontent type = application/pdf file=#handoutFile#
 DELETEFILE=no RESET=yes



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353718
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfcontent changing name of file

2012-12-30 Thread Rob Voyle

Hi Claude

No classroom.cfm is the file that serves up the handouts.

person clicks on a link: classroom.cfm?handout=session1.pdf

classroom.cfm has 
cfheader name=Content-disposition value=inline;filename=#handout# /
cfcontent  type=application/pdf  file=#handoutfile# deleteFile = no /

handoutfile is the full path and file name 

This displays the file fine in the browser, but attempts to save it using the 
browser pdf save function will try to save it as classroom.pdf

Interesting I just discovered that if I use the browsers save file it is saving 
it as 
session1.pdf

My issue is with the browser's pdf reader save function. This is true for 
firefox 
and safari

Rob


On 30 Dec 2012 at 8:55, =?ISO-8859-1?Q?Claude_Schn=E9 wrote:

 
  cfheader name=Content-disposition
 value=inline;filename=#handout# /
 cfcontent  type=application/pdf  file=#handoutfile# deleteFile
 = no /
 
  This works great for viewing the file, but the name of the file
 is classroom.pdf
 since there is multiple handouts the user is likely to overwrite
 previously saved
 files
 
 Well, if the file name is classroom.pdf, it must be because you
 have handout set to classroom.pdf, no?
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353720
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfcontent changing name of file

2012-12-30 Thread Rob Voyle

Hi Claude
It appears on all browsers. i think the issue is in the adobe pdf reader, not 
picking up the file name.

it seems to fall under the rubric. Just when I thought I had idiot proofed the 
system they invented a more advanced idiot.

My solution for now, or what I am prepared to put time into is to create a 
view 
link and a download link.

Thanks

Rob 

On 30 Dec 2012 at 11:18, =?ISO-8859-1?Q?Claude_Schn=E9 wrote:

 
 Well, I see. Then it definitely looks like a Firefox issue. Have you
 try with Explorer?
 I don't see what you can do from CF.
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353723
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfcontent changing name of file

2012-12-29 Thread Rob Voyle

Hi Folks

I have a webpage  called classroom.cfm

It serves up a series of pdf handouts using 

cfcontent type = application/pdf file=#handoutFile# deleteFile = no 

handoutFile is the absolute path  #handout#  to a non web part of the server 
where the handouts are .

Works fine except when someone wants to save the file to their computer the 
file 
is called classroom.pdf 

Is there a way to change the file name to #handout#.

I have tried 
cfheader name=Content-Disposition value=filename=#handout# 
which doesn't work
cfheader name=Content-Disposition value=attachment; 
filename=#handout#
works but it forces the saving of the file i want the person to be able to read 
the 
file and then save it if they want.

Thanks
Rob


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353712
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfcontent changing name of file

2012-12-29 Thread Rob Voyle

Hi Russ
creating objects is beyond my expertise and I couldn't get the sitepoint idea 
to 
work. Kept getting an object error. However my suspicion is that it wouldn't 
solve my problem. 
cfheader name=Content-disposition 
value=attachment;filename=#downloadFile# /
forces the browser to save the file not view the file. I want people to first 
view it 
and then save it if they want. 

Rob

 

On 30 Dec 2012 at 2:34, Russ Michaels wrote:

 
 try this.
 http://www.sitepoint.com/forums/showthread.php?640127-changing-filen
 ame-of-download-in-cfcontent
 
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353714
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfcontent changing name of file

2012-12-29 Thread Rob Voyle

Hi Dan

That doesn't work
It opens the pdf fine: the url in the browser says
www.host.com/webinars/classroom.cfm?handout=ai-session1.pdf

and if I try to save the pdf file the file name is:  classroom.pdf
What I would like to do is save it as: ai-session1.pdf

Rob

On 29 Dec 2012 at 23:45, Dan G. Switzer, II wrote:

 
 Rob,
 
 The following should work:
 
 cfheader name=Content-disposition
 value=inline;filename=#downloadFile# /
 
 -Dan



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353716
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Recommendations for audio video players

2012-12-20 Thread Rob Voyle

Hi Folks

Any recommendationns for audio/video player integration with CF9 
using cfmediaplayer

Thanks
Rob

PS the image upload/cropping etc. is workig well. thanks for all the help 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353588
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cffile mime type

2012-12-19 Thread Rob Voyle

Hi Folks

I am using CF9 creating a form to upload images to website.

cffile action=upload
 fileField=fileUpload
  result=outcome
  accept = image/jpg
  nameConflict = overwrite
 destination=#mediaPath#

I have a photo.jpg which gets the error
The MIME type of the uploaded file image/jpeg was not accepted by the server. 

If I delete the  accept = image/jpg  it works fine.

also is there a way to determine the name of the file to be uploaded before it 
actually does the upload fileUpload gives a neotmp.tmp which doesn't 
allow testing of the extension before it is up loaded?

Thanks
rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382
   


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353547
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cffile mime type

2012-12-19 Thread Rob Voyle

Hi Russ

Thanks
needed accept = image/jpeg not jpg

Rob

On 19 Dec 2012 at 23:57, Russ Michaels wrote:

 
 Just add that mime type to the accept list and it will work.
 
 You could extract the filename from the file field and send it to
 the
 server in advance using ajax.
 
 
  Hi Folks
 
  I am using CF9 creating a form to upload images to website.
 
  cffile action=upload
   fileField=fileUpload
result=outcome
accept = image/jpg
nameConflict = overwrite
   destination=#mediaPath#
 
  I have a photo.jpg which gets the error



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353549
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cffile mime type

2012-12-19 Thread Rob Voyle

Hi Folks

Adding the accept doesn't really work as it triggers a CF error message

I want to interupt the process before that .
I don't know ajax or a way to access the file name before it gets converted to 
a 
tmp file

Rob 

On 19 Dec 2012 at 16:16, Rob Voyle wrote:

 
 Hi Russ
 
 Thanks
 needed accept = image/jpeg not jpg
 
 Rob



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353550
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Need help finding new CF Hosting

2012-12-18 Thread Rob Voyle

As a long time user but newbie in understanding I have appreciated the tech 
support at Kickassvps in managing my vps with coldfusion

Rob
  
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Core Elements of the Appreciative Way 
http://www.clergyleadership.com/
503-647-2378 or 503-647-2382


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353533
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Post Office mailing Barcode

2012-11-09 Thread Rob Voyle

Hi folks

Anyone know of a US Post Office barcode creator that would run with coldfusion 
and mysql.

Thanks
Rob 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353105
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Flushing cache

2012-11-07 Thread Rob Voyle

Hi Folks

Is there anyway to ensure that a user starts with a new or fresh template 
that 
is loaded from the website and not from their computer's cache.

I have a form that I update on my website, but people will often complete it 
from 
a version that is in their cache.

Rob



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353072
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfoutput and

2012-11-05 Thread Rob Voyle

Hi folks

I need to output email addresses  enclosed in  as is  #email#

I am using cfoutput #name# #email# /cfoutput 
just gives the name how do I escape the   (doubling doesn't work)

Thanks

Rob


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353060
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfoutput and

2012-11-05 Thread Rob Voyle

Brilliant Matt
Thanks
Rob

On 5 Nov 2012 at 12:19, Matt Quackenbush wrote:

 
 lt;#email#gt;
 
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353062
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Debugging

2012-10-31 Thread Rob Voyle

Hi Folks
I have been moved to new servers Using CF9 and need to turn on debugging. 

I have Enable Robust Exception Information selected along with all the options 
on Debug Output settings but I just get 500 Internal Server errors with no 
debugging information.

What am I missing

Thanks

Rob


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353032
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Debugging

2012-10-31 Thread Rob Voyle

Hi Matt

That was it thanks a bunch
Rob



On 31 Oct 2012 at 10:20, Matt Quackenbush wrote:

 
 Oops. My bad. That thread was actually on another list. :-)
 
 This is what I got after a quickie Google search:
 http://helpnotes.vpasp.com/kb/611-General-hosting-questions/1089-How
 -to-Turn-Off-Friendly-Error-in-IIS-7xx/
 
 HTH



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353036
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Resolving security vulnerability

2012-10-04 Thread Rob Voyle

Hi

I created a template that checks variables against threats and then use a 
collection=#form# cfloop that tests all form variables including the hidden 
fields against the threats.

It solved that particular PCI security compliance check.

rob

 

On 4 Oct 2012 at 9:57, fun and learning wrote:

 
 Hi All,
 I am using input hidden fields for some CGI variables. The security
 scan has issued 'information leakage' threat. These variables are
 defined in a file and the file is included in various places. What
 is the best way to resolve this vulnerability?
 Thanks 
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352853
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Question about using AJAX with Authorize.net

2012-09-18 Thread Rob Voyle

Hi Rick
I use authorize.net and i can submit all sorts of personal information, name 
address email address etc. in the x_variable customer information. perhaps I 
am not sure what information you are suggesting

However i do what Russ suggests, I submit the information for processing as a 
cfinclude in my submission form and when it is approved, use the approval to 
trigger my own emails from my server, both to the customer and to the 
fulfilment service.

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382


On 18 Sep 2012 at 13:40, Rick Faircloth wrote:

 
 I'm implementing my first donation form using Authorize.net.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352661
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Question about using AJAX with Authorize.net

2012-09-18 Thread Rob Voyle

Hi rick

I take this to mean anything downstream of their portal, but surely anything 
upstream on your server and your form is yours.

If you do have any concerns I would call authorize.Net tech support. I have 
found them to be very helpful.
rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382


On 18 Sep 2012 at 17:25, Rick Faircloth wrote:

 
 From the Advanced Integration Method docs:
 
 Merchant-defined data fields are not intended to and must not be
 used
 to capture personally identifying information. Accordingly, the
 merchant
 is prohibited from capturing, obtaining, and/or transmitting any
 personally identifying information in or by means of the
 merchant-defined
 data fields. Personally identifying information includes, but is not
 limited
 to,
 name, address, credit card number, social security number, driver's
 license
 number,
 state-issued identification number, passport number, and card
 verification
 numbers
 (CVV, CVC2, CVV2, CID, CVN). If Authorize.Net discovers that the
 merchant is
 capturing and/or transmitting personally identifying information by
 means of
 the merchant-defined data fields, whether or not intentionally,
 CyberSource
 will immediately suspend the merchant's account, which will result
 in a
 rejection
 of any and all transaction requests submitted by the merchant after
 the
 point of suspension.
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352666
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


turning of port 3306

2012-09-06 Thread Rob Voyle

Hi folks
I need to turn off port 3306 for PCI compliance on a windows 2008 server, how 
do I connect coldfusion to mysql. I have set us a ssh tunnel on port 22 which i 
can access from my remote computer but can't get coldfuion on the server to 
connect on 22.

thanks

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352438
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: turning of port 3306

2012-09-06 Thread Rob Voyle

Hi Brian
Its for PCI compliance for doing credit card transctions. control scan keeps 
reporting Port 3306 being open to the internet.
I just need coldfusion to access Mysql. I used FreeSShd to create a ssh tunnel 
which I can access on port 22 from Navicat on my desktop, So I can administer 
the Mysql data base. But I can't get coldfusion to access the port 22.

Rob 

On 6 Sep 2012 at 22:25, Brian Thornton wrote:

 
 Or use a DMZ port forwarding method based on the packet header...
 
 Is this for SOX compliance?
 On Sep 6, 2012 10:00 PM, Scott Slone ssl...@rubbergumball.net
 wrote:
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352442
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: Thoughts on Hostek?

2012-09-05 Thread Rob Voyle

Hi Folks

I would also put in a big plug for kickassvps, Brian Emerson and his crew.

Their tech support is very responsive and outages in the past few years 
virtually 
nonexistent.

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382


 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352425
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfmail settings

2012-08-29 Thread Rob Voyle

Hi Folks
I have just upgraded to windows server 2008 CF9

My web email forms aren't working:
in cfmail server=localhost

in the coldfusion administrator the mail server is left blank

used to work but isn't now. any ideas
Thanks
Rob



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352336
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Best practices

2012-06-20 Thread Rob Voyle

Hi folks

Thanks for the input and help.
I had not been thinking in terms of speed but of accuracy, which doesn't seem 
to 
be an issue. The page isn't that big that speed is going to be a problem. It is 
actually much easier to code without the output as I have several paragraphs 
with variable scattered throughout.

Thanks
Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382
   


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351627
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Best practices

2012-06-19 Thread Rob Voyle

Hi Folks

I am wondering what is considered best practices for the cfoutput tag

I have a large page many tables, paragraphs etc. that has text and a series of 
variables scattered thru it.
The simplest coding is to put a cfoutput at the begining and a /cfoutput at 
the end and us #variable# thru the page

or should I use a separate cfoutput#variable#/cfoutput for each new 
variable.

Thanks
Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351617
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


password protected directory

2012-03-02 Thread Rob Voyle

Hi Folks

I am creating an online library (mainly pdfs with some MSWord) on windows 
based server administered primarily with Plesk.

Subscribers have to log in using unique passwords stored in a data base.

What is the simplest way to protect the library directories. I can't figure out 
how 
to integrate my login with the windows/plesk login.

Thanks
Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Assessing Skills and Discerning Calls
http://www.clergyleadership.com/
503-647-2378 or 503-647-2382
  


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350191
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Escaping #

2012-02-01 Thread Rob Voyle

Hi 

thanks to all the guys who have helped on this project. Most of it is working 
but...

I am passing hidden variables to a confirmation page this line of code works:

input type=hidden name=namefirst2  
value=cfoutput#namefirst2#/cfoutput /

I can't get the loop to work

cfloop index = i from = 1 to = 50
input type=hidden name=namefirst#i# 
   value=cfoutput#'namefirst'  i#/cfoutput /
/cfloop

Thanks

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349696
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Escaping #

2012-02-01 Thread Rob Voyle

Hi Dave and Steve

Thanks for the help

What I am doing is creating a series of pages to register students for a class.
I have a set of variables namefirst1 namefirst2 namefirst3 etc. which yield 
names such as Fred, Sam, Mary etc. that evenutally get passed by hidden input 
to a confirmation page after the person pays

Here is what I got to work

cfloop index = i from = 2 to = 20
cfoutput
input type=hidden name=namefirst#i# 
   value=#Evaluate('namefirst'  i)# /
/cfoutput
/cfloop

I needed the cfoutput tag because it wasn't reading the name=namefirst#i#
and then needed to evaluate the variable which gets rid of the multiple ## .

Thanks for your help.

Rob




On 1 Feb 2012 at 10:10, Dave Watts wrote:

 
  I can't get the loop to work
 
  cfloop index = i from = 1 to = 50
  input type=hidden name=namefirst#i#
    value=cfoutput#'namefirst'  i#/cfoutput /
  /cfloop
 
 What is this supposed to output?
 
 cfoutput#'namefirst'  i#/cfoutput
 
 If you want to output the value contained in a variable whose name
 consists of the string namefirst1, namefirst2, etc, here's one
 way
 to do it:
 
 cfoutput#variables[namefirst  i]#/cfoutput
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349715
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Escaping #

2012-02-01 Thread Rob Voyle

Hi Dave

What you had suggested didn't work as I hadn't scoped the variables so I got a 
not defined error message when I tried 
cfoutput#variables[namefirst  i]#/cfoutput

I tried cfoutput#[namefirst  i]#/cfoutput
but that didn't work.

Rob

On 1 Feb 2012 at 11:39, Dave Watts wrote:

 
  Here is what I got to work
 
  cfloop index = i from = 2 to = 20
  cfoutput
  input type=hidden name=namefirst#i#
    value=#Evaluate('namefirst'  i)# /
  /cfoutput
  /cfloop
 
  I needed the cfoutput tag because it wasn't reading the
 name=namefirst#i#
  and then needed to evaluate the variable which gets rid of the
 multiple ## .
 
 That will work as well, but in general it's more expensive to use
 evaluate (which has to do more work under the covers, to convert
 an
 arbitrary string to executable code) than the solution I proposed,
 which looks for a key within a structure.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite
 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349718
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Escaping #

2012-02-01 Thread Rob Voyle

Hi Dave

My forms up until this time have been very simple and I have never defined or 
specified the scope or structure of variables.

Is there a syntax for the cfloop if no structure is defined or is that when i 
would 
need to use evaluate?

Thanks

Rob  

On 1 Feb 2012 at 12:46, Dave Watts wrote:

 
  What you had suggested didn't work as I hadn't scoped the
 variables so I got a
  not defined error message when I tried
  cfoutput#variables[namefirst  i]#/cfoutput
 
 You can use whatever scope the variables are in, though:
 
 #form[namefirst  i]#
 
  I tried cfoutput#[namefirst  i]#/cfoutput
  but that didn't work.
 
 Right. The brackets indicate membership in a structure, but you
 didn't
 specify the structure
 
 structure[key]
 
 Variable scopes are exposed as structures.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.
 
 
 ~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=
 houseoffusion
 Archive:
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:34
 9719
 Subscription:
 http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe:
 http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349720
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Escaping #

2012-01-23 Thread Rob Voyle

I'm still having trouble with basic cfloop syntax.

For example:

cfloop index = i from = 1 to = 20
cfset errorEmailaddress#i# default=
/cfloop

I get an invalid construct message.

Thanks for the help

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382

 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349605
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Escaping #

2012-01-22 Thread Rob Voyle

Hi Claude
Thanks
I still have a problem
The value comes from the form itself.
The first time the form is read the values are set to default with:

cfloop index = i from = 1 to = 50
cfparam name=namefirst#i# default=
/cfloop

In the form I use

cfloop index = i from = 1 to = 50
input type=text class=txt name=namefirst#i# size=25
   value=cfoutput#form['nameFirst'  i]#/cfoutput /br /
 /cfloop

but I get the error message
Element nameFirst1 is undefined in a Java object of type class 
coldfusion.filter.FormScope.

Rob



On 21 Jan 2012 at 17:20, =?ISO-8859-1?Q?Claude_Schn=E9 wrote:

 
 I suppose the namefirst variables come from some Query?
 
 cfloop index = i from = 1 to = 50
 input type=text class=txt name=namefirst#i# size=25
  value=cfoutput#evaluate ('nameFirst'  i)#/cfoutput /br
 /
 /cfloop
 
 However, if the variables namefirst come from a form or some other
 structure, there might be a better way.
 cfloop index = i from = 1 to = 50
 input type=text class=txt name=namefirst#i# size=25
  value=cfoutput#form['nameFirst'  i]#/cfoutput /br /
 /cfloop
 
 
 
 ~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=
 houseoffusion
 Archive:
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:34
 9589
 Subscription:
 http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe:
 http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349591
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Escaping #

2012-01-21 Thread Rob Voyle

Hi Folks

I have a series of text inputs for a multi-person registration form:

input type=text class=txt name=namefirst1 size=25 
value=cfoutput#namefirst1#/cfoutput /
works fine with an individual item

I want to put them in a loop to generate fifty fields namefirst1, 
namefirst2... 
etc. with values namefirst1, namefirst2 ...

cfloop index = i from = 1 to = 50
input type=text class=txt name=namefirst#i# size=25 
value=cfoutput#namefirst##i###/cfoutput /br /
/cfloop

doesn't work, how do you escape the cfoutput #

Thanks

rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349588
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Hiding email address from spiders

2011-10-14 Thread Rob Voyle

Hi Al

I agree that many captchas are miserable unreadable and discouraging.

My web site and web skills are pretty low tech. I created the captcha on my 
site 
in a graphics program 8 or 9 years ago when I became inundated with spam 
from my contact page. My captcha doesn't change, it is one simple image. When 
I created it I thought that I would need to change it or create a more dynamic 
version with differing text as other sites were using. As it turns out I have 
had 
zero spam since I created and installed it and I have not had to modify it at 
all.

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382


On 12 Oct 2011 at 7:56, Al Musella, DPM wrote:

 
 That is a nice captcha.. most of them are so hard for people to read
 that it discourages some people, and I am dealing with people who 
 have brain tumors.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348140
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Hiding email address from spiders

2011-10-10 Thread Rob Voyle

Hi Al

I replaced all email addresses with a coldfusion email form and then started 
getting a bunch of automated spam. Putting in an image based challenge that 
the sender must manually replicate stopped all the spam dead.
The form is at 
http://www.clergyleadership.com/email.cfm

Rob

 
   I had the same problem.. what I did is store the email addresses
 in 
 a database and then replace the email link with a link to a feedback
 form on your website. When people want to email someone, they click
 the link, fill out and submit the form. They never get to see the 
 actual email address.
 In my case, I needed to stop the recipients from getting spam,
 so 
 I have the emails going into a queue where I have to approve them 
 before they are sent. I check it every few hours - just a page of
 all 
 of the emails. Usually easy to spot bad ones.. and I have a radio 
 button for send / delete next to each one. Takes a few minutes a
 day. 
 and got rid of 100% of spam to the recipients.
 I just use an autonumber to link them, but you can use a UUID so 
 people can't easily guess the sequence. ( I use a form field to make
 it a little harder.)
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348033
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) Best Site Search Solution

2011-09-11 Thread Rob Voyle

Hi Michael

I have used http://www.freefind.com/
for many years
They have a pro version. I don't know how it integrates with mySql but it has 
worked well on my CF site.

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382


On 8 Sep 2011 at 10:04, Michael Grant wrote:

 
 We have a client with over 300 pages of content that wants a site
 search.
 They formerly had the free Google solution and didn't like it. All
 the
 content is stored in a mySQL (yuck) db across three tables. So my
 question
 is: What do people think is the best route to take to offer search
 capabilities? Collections aren't a possibility so it either needs to
 be a db
 specific solution or a third party indexing solution.
 
 I'd love to hear your thoughts.
 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347408
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Intelligent Mail Bar Code Algorithm

2011-05-03 Thread Rob Voyle

Hi folks

Anyone know of an intelligent Mail bar code algorthm

I need to generate the FADT code from all the numbers so I can create mailing 
barcodes.

Thanks

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344188
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Intelligent Mail Bar Code Algorithm

2011-05-03 Thread Rob Voyle

Hi Jacob

Thanks.
After scouring the usps website and the web in general I finally managed to get 
the usps Excel spreadsheet to work. Also very easy when you know how;-)

Rob

On 3 May 2011 at 16:15, Jacob wrote:

 
 http://www.idautomation.com/java/font-encoder.html
 
 Then, you just use the Postnet font to convert.
 
 We used the VB solution from ID Automation.  Not difficult at all.
 
 Jacob
 
 -Original Message-
 From: Rob Voyle [mailto:robvo...@voyle.com] 
 Sent: Tuesday, May 03, 2011 12:12 PM
 To: cf-talk
 Subject: Intelligent Mail Bar Code Algorithm
 
 
 Hi folks
 
 Anyone know of an intelligent Mail bar code algorthm
 
 I need to generate the FADT code from all the numbers so I can
 create
 mailing barcodes.
 
 Thanks
 
 Rob
 Robert J. Voyle, Psy.D.
 Director, Clergy Leadership Institute
 For Coaching and Training in Appreciative Inquiry
 Author: Restoring Hope: Appreciative Strategies
  to Resolve Grief and Resentment
 http://www.appreciativeway.com/
 503-647-2378 or 503-647-2382
 
 
 
 
 
 
 ~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=
 houseoffusion
 Archive:
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:34
 4201
 Subscription:
 http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe:
 http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344202
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: outlook 2007 and cfmail

2011-04-05 Thread Rob Voyle

Hi Ken

How are you composing the email and how many email clients are you concerned 
about. Outlook 2007 is a real bear. I have just spent days tweaking an email 
newsletter to work on all the mail clients I can find. Its a hodge podge, a 
little 
xhtml a little inline css. Don't put the css in the header as it will be 
stripped out 
by many web based mail clients. and some clients don't do style tags in the 
body as amny recommend/ It is better to use inline styles. Makes it messy but 
you can get something reliable. 

If you go to http://www.appreciativeway.com/news/ai-way-news.cfm
View the source (copy it if you want) it will work on most email clients I have 
found.

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382


On 5 Apr 2011 at 15:16, Ken Hammond wrote:

 
 I am having the hardest time with outlook 2007 and html/css...  If I
 use a 
 smaller font (say 6px-8px) for a sup command it sits the text
 right next 
 to it, it won't even superscript it.  So... I increase the size to
 accommodate that then other mail clients have a HUGE superscripted
 services 
 mark (sm) 
 
 Anyone else have these problems?
  
 
 
 
 
 ~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=
 houseoffusion
 Archive:
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:34
 3556
 Subscription:
 http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe:
 http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343561
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: outlook 2007 and cfmail

2011-04-05 Thread Rob Voyle

Hi Ken

I agree with you on your outlook on outlook. I have even questioned the 
legitimacy of their birth.

I haven't tried sup. I know Outlook 2007 won't do ul html tags so I had to 
create a table to create bullets. 

I just tried within a paragraph sup2/sup without any additional css and it 
worked in outlook 2007

I also created a superscript with span style=font-size:10px; vertical-align: 
top; line-height:12px;2/span it worked in firefox but not outlook 2007.

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382





On 5 Apr 2011 at 20:49, Ken Hammond wrote:

 
 I do all in-line CSS. I use emailonacid.com to check against just
 about every mail client out there :-)
 
 Outlook 2007/2010 are the only clients that have problems,
 absolutely hate them. 
 
 Ken
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343569
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: KickAssVps.com Experiences

2011-03-04 Thread Rob Voyle

I have had great service from KickAssVps

As a newbie to vps it has been a challenge setting up/managing the vps but the 
support has been good

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382


On 4 Mar 2011 at 11:56, Peter Donahue wrote:

 
 Hello again everyone,
 I'd be curious to hear about your experiences with
 www.KickAssVPS.com if 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342775
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Carriage returns in text email

2011-02-28 Thread Rob Voyle

Hi folks

I am creating a text mail using cfmail

I have a text variable programSchedule which is stored in mySQL as text:

Monday:9:00 am-5:30 pm Leadership Program begins.
Tuesday:   9:00 am-5:30 pm.
 7:00 pm-9:00 pm: Optional - An Introduction to Yes!
Wednesday:  9:00 am-5:30 pm.
Thursday: 9:00 am-5:30 pm.
Friday:  9:00 am-12:00 noon Program concludes.

I put the variable in the email body as:
Here is the Weeks Schedule
#programSchedule#

more text follows

the first three carriage returns in the schedule are recogized but then it all 
flows 
together.

If I end each line with #chr(10)#
I get double spacing 

I also get double spacing with #chr(13)#

Any ideas on how to get it single spaced.

Thanks

rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342605
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Carriage returns in text email

2011-02-28 Thread Rob Voyle

Found the problem, but not the solution. It is not in the CF but the specific 
email 
client Pegasus which is doing some weird things with formatting that has to do 
with how it wraps text

Rob

On 28 Feb 2011 at 13:52, Wil Genovese wrote:

 
 Remember that the content saved between the opening and closing
 cfmail tags is translated literally. So any carriage returns in the
 code itself will carry into the generated email. The same is true if
 you are using cfsavecontent to generate the text portion of the
 email.
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342630
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Downloading database tables

2011-02-20 Thread Rob Voyle

Irvin and Azadi

Navicat was just what I was looking for.
Thanks
Rob

On 18 Feb 2011 at 16:40, Irvin Gomez wrote:

 
 Navicat has scheduled, automated backups (any frequency).
 
 Works flawlessly.
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342454
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Downloading database tables

2011-02-18 Thread Rob Voyle

Hi folks

What is the best way of downloading web database to a local desktop machine.

clients register for programs and the information is on the web database.
I want to use coldfusion to update my local desktop database 

Thanks
Rob


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342441
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Downloading database tables

2011-02-18 Thread Rob Voyle

Hi Nathan

I am using mySQL. On the VPS i have php based myadmin. Doesn't do a lot for 
me and then I tried to download that to my local machine. After dowloading and 
supposedly installing it I wasted a day scouring the web trying to configure 
it. I 
gave up in utter disgust at my inability to get it to run. Even cursed the 
existence of whoever wrote the %$#%^ thing.

On my local machine I use mySQL workbench. While it was easy to install and 
runs well I have not found it intuitively easy to use (I am a real newbie to 
mySQL and databases in general) 
I actually find it easier to use the windows command line to create and alter 
tables.

My basic tables are not going to be large I am just looking for a way in CF to 
export the data in the web table and include it into the local table. possibly 
exporting as a CSV file or creating a cfinclude on my local machine that access 
the web file.

I don't think I need anything as extensive as your project, I just want to 
access 
the data in already formed tables. Yes it will take some time, but after the 
time I 
have wasted on propriety stuff like php I would rather create something that I 
know how it works and meets my needs. And once it is done can be applied to 
several other projects I have in the works.

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382
   


On 18 Feb 2011 at 13:16, Nathan Strutz wrote:

 
 This one comes up from time to time. The best way to do it is with
 you
 chosen database's own development and management tools. If you use
 MS SQL
 Server Management Studio, they have integrated tools to copy a
 database. If
 you use Toad, they have something too. I have always had... let's
 say
 limited luck with those, but if you can get by with that, you
 should
 
 Now, if you wanted to do this in CF, it probably means work. I
 actually have
 a semi-functioning model of downloading one database and applying it
 to
 another, even works across database engines (e.g. download from
 oracle and
 apply to derby). Plus it takes snapshots so you can save versions of
 the
 database, including basic schema snapshots that you can import into
 another
 database, too. Then I got distracted, lost interest and have a 75%
 finished
 program. I'd open source it, but like I said it's not fully
 functional (not
 even fully baked), and I don't know that there's a real market for
 it.
 
 Umm, I can probably hook you up with a copy, no promises that it
 will even
 compile.
 
 nathan strutz
 [http://www.dopefly.com/] [http://hi.im/nathanstrutz]
 
 
 On Fri, Feb 18, 2011 at 12:32 PM, Rob Voyle robvo...@voyle.com
 wrote:
 
 
  Hi folks
 
  What is the best way of downloading web database to a local
 desktop
  machine.
 
  clients register for programs and the information is on the web
 database.
  I want to use coldfusion to update my local desktop database
 
  Thanks
  Rob
 
 
  
 
 
 ~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=
 houseoffusion
 Archive:
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:34
 2443
 Subscription:
 http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe:
 http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342444
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cf-talk replies

2011-02-17 Thread Rob Voyle

Hi Azadi

I have replied to several emails since then. The original sender has received 
the 
reply but not the entire group.

Thanks
Rob

On 17 Feb 2011 at 15:40, Azadi Saryev wrote:

 
 the last (before this one) post from you i see in my mailbox is from
 Jan 
 26 to thread session Variables Security
 if you have posted in-between Jan 26 and today then your posts did
 not 
 show up in the list...
 
 Azadi
 
 On 17/02/2011 14:42 , Rob Voyle wrote:
  Hi Folks
 
  I have noticed recently that when I reply to a cf-talk email
  My email is not showing up in my email box.
  For example I recently replied to: Pete Ruckelhaus' email
 
  Here are my mail headers:
 
  From:Rob Voylerobvo...@voyle.com
  To: Pete Ruckelshauspruckelsh...@gmail.com,
 cf-talk@houseoffusion.com
  Subject:Re: Using Google Apps/Gmail for CFMail - limitations?
  Date sent:  Wed, 16 Feb 2011 18:23:01 -0800
 
  I know Pete got my response because we have corresponded but I
 haven't seen
  my original response in the cf-talk.
 
  I have had this happen on several of my reply emails to the
 group.
  Did the group get my reply and is it only not being sent to me?
 
  Rob
 
 
 
  
 
 
 ~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=
 houseoffusion
 Archive:
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:34
 2366
 Subscription:
 http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe:
 http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342385
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cf-talk replies

2011-02-17 Thread Rob Voyle

For some weird reason the replies come thru to the group if I put cf-
talk@coldfusion first in the To: line but not if the first address is the 
original 
sender.

Rob 

On 17 Feb 2011 at 8:28, Rob Voyle wrote:

 
 Hi Azadi
 
 I have replied to several emails since then. The original sender has
 received the 
 reply but not the entire group.
 
 Thanks
 Rob
 
 On 17 Feb 2011 at 15:40, Azadi Saryev wrote:
 
  
  the last (before this one) post from you i see in my mailbox is
 from
  Jan 
  26 to thread session Variables Security
  if you have posted in-between Jan 26 and today then your posts
 did
  not 
  show up in the list...
  
  Azadi
  
  On 17/02/2011 14:42 , Rob Voyle wrote:
   Hi Folks
  
   I have noticed recently that when I reply to a cf-talk email
   My email is not showing up in my email box.
   For example I recently replied to: Pete Ruckelhaus' email
  
   Here are my mail headers:
  
   From:Rob Voylerobvo...@voyle.com
   To: Pete Ruckelshauspruckelsh...@gmail.com,
  cf-talk@houseoffusion.com
   Subject:Re: Using Google Apps/Gmail for CFMail - limitations?
   Date sent:Wed, 16 Feb 2011 18:23:01 -0800
  
   I know Pete got my response because we have corresponded but I
  haven't seen
   my original response in the cf-talk.
  
   I have had this happen on several of my reply emails to the
  group.
   Did the group get my reply and is it only not being sent to
 me?
  
   Rob
  
  
  
   
  
 
 
  ~|
  Order the Adobe Coldfusion Anthology now!
 
 http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=
  houseoffusion
  Archive:
 
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:34
  2366
  Subscription:
  http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
  Unsubscribe:
  http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
  
 
 
 
 
 
 ~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=
 houseoffusion
 Archive:
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:34
 2385
 Subscription:
 http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe:
 http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342386
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cf-talk replies

2011-02-16 Thread Rob Voyle

Hi Folks

I have noticed recently that when I reply to a cf-talk email 
My email is not showing up in my email box.
For example I recently replied to: Pete Ruckelhaus' email

Here are my mail headers:

From:Rob Voyle robvo...@voyle.com
To: Pete Ruckelshaus pruckelsh...@gmail.com, cf-talk@houseoffusion.com 
Subject:Re: Using Google Apps/Gmail for CFMail - limitations?
Date sent:  Wed, 16 Feb 2011 18:23:01 -0800

I know Pete got my response because we have corresponded but I haven't seen 
my original response in the cf-talk.

I have had this happen on several of my reply emails to the group.
Did the group get my reply and is it only not being sent to me?

Rob



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342365
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Session variables security

2011-01-25 Thread Rob Voyle

Hi Folks

I have several large forms connected to mySql tables.
I use cfqueryparam when querying and inserting data from the form after it has 
been validated for content that I need (no blank fields etc.)

I created the following validation to check for scripts etc being injected.

Is there anything else I should check for that would indicate someone was 
hacking the page.
Thanks

Rob 


cfloop index=checkVariables
list=#user#,
#upDate#,
#parts#,
#workshopCode1#,
#workshopCode2#,
#workshopCode3#,
#programCode#
delimiters = ,

cfif REFind('[~^*+={}|\\/\[\]]', checkVariables)
cfset badCharacter=yes
cfset errorData=h3You have an illegal character ~^*+={}|\/ 
in one of the fields/h3
/cfif

cfif 
REFindNoCase('onClick|onDblClick|onKeyDown|onKeyPress|onKeyUp|onMouseDo
wn|onMouseOut|onMouseUp|onMouseOver|
onBlur|onChange|onFocus|onSelect', checkVariables)
cfset badEvent=yes
cfset errorData=h3You have an illegal event in one of the 
fields/h3
/cfif

cfif 
REFindNoCase('script|object|applet|embed|form|layer|frame|frameset|param|m
eta|.exe|.bat', checkVariables)
cfset badAction=yes
cfset errorData=h3You have an illegal action script, object, 
applet, 
embed, form, layer, frame in one of the fields/h3
/cfif

cfif 
REFindNoCase('append|delete|char|declare|cast|execute|sp_sqlExecute|select|in
sert|update|drop|alter', checkVariables)
cfset badSql=yes
cfset errorData=h3You have an illegal database action append, 
delete, declare, cast, execute, sp_sqlExecute, select, insert, update, drop, 
alter 
in one of the fields/h3
/cfif

/cfloop


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341240
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Notfound file

2011-01-16 Thread Rob Voyle

Hi folks

I am using a kickassvps windows virtual server with coldfusion and have 7 
domains on the virutal server.

I want to create a not found.cfm file for each domain.

If I create a file: http://www.domain.com/notfound.cfm
What is the relative path to that file with respect to the coldfusion server

Thanks

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340911
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


  1   2   >