Re: Cross - Site Scripting

2005-10-18 Thread James Holmes
Actually the attack was pure JS. The source code of the exploit makes for a good read - it demonstrates the things that need to be considered in sanitising user input, which even paranoid people might not consider. On 10/18/05, Matt Robertson [EMAIL PROTECTED] wrote: Can we Readers-Digest this

Re: Cross - Site Scripting

2005-10-18 Thread Rizal Firmansyah
I don't think myspace.com's related problem has anything to do with cfqueryparam... I think this is a bad coding, that's all... Here's piece of the http://www.betanews.com/article/CrossSite_Scripting_Worm_Hits_MySpace/1129232391self-propagating cross-site scripting (XSS)

Re: Cross - Site Scripting

2005-10-18 Thread dave
I dunno but their new pages running on bd are slower than a fart trying to escape out of a snow suit! ~Dave the disruptor~ Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time. From: Rizal Firmansyah

Re: PayPal Integration

2005-10-18 Thread Sean Corfield
On 10/17/05, Taco Fleur [EMAIL PROTECTED] wrote: Just wondering has anyone got the PayPal seamless API working with ColdFusion? I am getting a 500 null error, which is not documented in the documentation anywhere. Have you considered using Continuum Media's PayPalMX wrapper?

Re: Any other Rich Text Editors?

2005-10-18 Thread Mike Kear
Has anyone else managed to get the FCKEditor file uploader/browser working in IE? I have it working a treat in Firefox, but not in IE, which leads me to think it's a IE security setting rather than a configuration setting in FCKEditor. What happens in IE is I click on the image button, the dialog

Re: Any other Rich Text Editors?

2005-10-18 Thread Mike Kear
Sorry, I should also have added that I'm using FCKEditorv2.1.1, and calling the CFC version. Cheers Mike Kear Windsor, NSW, Australia Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET http://ASP.NET hosting from AUD$15/month On 10/18/05,

Re: Any other Rich Text Editors?

2005-10-18 Thread Mike Kear
Ok, not to worry. I found what I was doing wrong and fixed it. It was a IE configuration thing not a FCKEditor thing. This is the first version of FCKEditor I have deployed that's worked just fine for all the features I need to use. IT's excellent. And now with this new v2.1.1 version it works

RE: PayPal Integration

2005-10-18 Thread Taco Fleur
Hi Sean, No I haven't, but I will now. I guess that means that people have been able to get it integrated with CF. Taco Fleur - CEO Pacific Fox http://www.pacificfox.com.au an industry leader with commercial IT experience since 1994 . ** Web Design and Development ** SMS Solutions, including

Consuming web services involving complex parameters

2005-10-18 Thread Garry Viner \(GV\)
Hi there. I hope someone can help me with this problem before I slowly go insane. I am trying to consume a webservice, where the input parameter is defined as a collection. The documentation looks like this: ?xml version=1.0 encoding=utf-8? soap:Envelope

XMLTransform() failing with NoClassDefFound Error

2005-10-18 Thread James Holmes
For some reason, XMLTransform() has stopped working across all of our servers at once, with a java.lang.NoClassDefFoundError error. As far as we can tell the admins didn't change anything. We have a few custom classes installed on the box, for FOP and seefusion, but nothing that could conflict

Fwd: XMLTransform() failing with NoClassDefFound Error

2005-10-18 Thread James Holmes
I should have mentioned that we are on CF6.1 Enterprise, Solaris 9 on SUN. -- Forwarded message -- From: James Holmes [EMAIL PROTECTED] Date: Oct 18, 2005 4:33 PM Subject: XMLTransform() failing with NoClassDefFound Error To: cf-talk@houseoffusion.com For some reason,

Re: XMLTransform() failing with NoClassDefFound Error

2005-10-18 Thread wolf2k5
On 10/18/05, James Holmes [EMAIL PROTECTED] wrote: For some reason, XMLTransform() has stopped working across all of our servers at once, with a java.lang.NoClassDefFoundError error. Do you have Sandbox Security enabled? We hit a similar issue in the past ... Regards.

Re: JDBC driver connection not working.

2005-10-18 Thread Thomas Chiverton
On Monday 17 October 2005 04:34, Claude Schneegans wrote: factory = CreateObject(java, coldfusion.server.ServiceFactory); Is that supported, or just a handy hack ? So, whats wrong with the Microsoft Access with Unicode driver? Nothing ? When you say 'file not found error', what line is

Re: XMLTransform() failing with NoClassDefFound Error

2005-10-18 Thread James Holmes
We do indeed use sandbox security - have sandboxes become corrupted perhaps? The full error btw is java.lang.NoClassDefFoundError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:141) at

Re: XMLTransform() failing with NoClassDefFound Error

2005-10-18 Thread Thomas Chiverton
On Tuesday 18 October 2005 09:33, James Holmes wrote: Can someone point us in the right direction in hunting down the unjar / unzip your custom jars any see what is in them. Remove you custom jars one by one till XMLTransform() starts working again. -- Tom Chiverton Advanced ColdFusion

Re: QoQ, CFQueryParam and LIKE

2005-10-18 Thread JediHomer
Yea basically my 'fix' is just to shrink the like part down to the length that fits :) On 17/10/05, Munson, Jacob [EMAIL PROTECTED] wrote: There may be a fix for this, or maybe it's a bug. But I've had problems doing QofQ before, and I normally just find a way to work around it. I'd split the

MySQL Connector/J

2005-10-18 Thread Snake
I have just installed MySQL Connector/J 3.2 so that CFMX6.1 will work with MySQL 4.1.13 My DSN's are working fine, but I have to put the username/password into the DSN otherwise it wont work. If the username/password is sent in the CFQUERY, then the DSN cannot conenct to the database. Is there

Re: Submit Form in Scrolling Box

2005-10-18 Thread Lee
Has anyone actually put submit JS in a scrolling box in a form? Should I be looking at CFAjax? On Mon, 17 Oct 2005 15:48:14 -0500 Andy Matthews [EMAIL PROTECTED] wrote: There's an onDoubleClick handler built into js. http://tinyurl.com/bhwu4 !//-- andy matthews

RE: Submit Form in Scrolling Box

2005-10-18 Thread Snake
I dunno if you can detect a double click on a list item, but you can certainl do an OnChange() on the list, check the selected value, and if it is a certain item, submit the form. Russ -Original Message- From: Lee [mailto:[EMAIL PROTECTED] Sent: 18 October 2005 11:40 To: CF-Talk

RE: PayPal Integration

2005-10-18 Thread Taco Fleur
Actually I think this one does not work with the seamless integration, from what I quickly read. So the question is question is still open, has anyone successfully implemented the seamless API with CF? Taco Fleur - CEO Pacific Fox http://www.pacificfox.com.au an industry leader with commercial

RE: MySQL Connector/J

2005-10-18 Thread Snake
I have now noticed that I have the same problem as I have with the original MySQL drivers. The DSN appears to timeout and stops working and I have to re-verify it to get it to work again. -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: 18 October 2005 11:03 To: CF-Talk

RE: JS copy function?

2005-10-18 Thread Andy Matthews
Jim... That's a GREAT idea. Good job. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 7:55 PM To: CF-Talk

RE: SOT: Thoughts on Requiring Javascript

2005-10-18 Thread Sandy Clark
I'd like to see an example of your code. Keep in mind that as I said, javascript in and of itself is not necessarily inaccessible. Its just that depending on what level of accessibility you are trying to reach and how you interpret the guidelines or requirements, determines whether javascript

Re: JS copy function?

2005-10-18 Thread Ray Champagne
Hey Jim, thanks. I never thought of this. I might borrow your idea for a few sites Jim Davis wrote: -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 4:49 PM To: CF-Talk Subject: SOT: JS copy function? Is there a way to (behind the

Re: JS copy function?

2005-10-18 Thread Tony
any idea if there is a comparable firefox script? tw On 10/18/05, Ray Champagne [EMAIL PROTECTED] wrote: Hey Jim, thanks. I never thought of this. I might borrow your idea for a few sites Jim Davis wrote: -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent:

Re: JS copy function?

2005-10-18 Thread Ray Champagne
Yea, somewhere in this thread, Ken F pointed out a link to a script that does have a Mozilla friendly script. It was an experts-exchange address. I ended up not having to use it because this is for a CMS built by another developer that only works in IE anyways, and I didn't realize that.

Re: Credit Card processing

2005-10-18 Thread Ken Ferguson
I've used Linkpoint, Authorize.net and Verisign and I'll second the suggestion for Authorize.net if price is a consideration. -Ferg John C. Bland II wrote: Checkout Authorize.net http://Authorize.net. They offer a MUCH cheaper gateway and merchant account. As a side note, you will save money

Re: Cross - Site Scripting

2005-10-18 Thread Ken Ferguson
That must be a link to the National Association of Marlon Brando Look Alikes? Sorry for those of you too grown-up to dig on some Southpark. --Ferg Andrew Grosset wrote: In case you didn't see the recent discussion in CF-Community about the worm introduced into MySpace.com within css script

Another Credit Card processing issue.

2005-10-18 Thread J W
I have a client that that is in the tourism biz. The have trips that they fill that have a limited number of seats for. The problem is that they have people reserving seats and not showing up at the last minute. They now want to reserve seats using a credit card number and a sepcialized

tmt_img java error, anyone have any ideas?

2005-10-18 Thread Andy Matthews
So I'm using Massimo's tmt_img.cfc file which works perfectly on my windows machine. I ran into problems though when porting the code to my web server, which runs headless. I finally got my sysadmin to configure the system to allow me to use the cfc, and it works...sort of. I can getHeight and

RE: tmt_img java error, anyone have any ideas?

2005-10-18 Thread Andy Matthews
Sorry...the web server is linux based. Forgot to mention that. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18,

Re: tmt_img java error, anyone have any ideas?

2005-10-18 Thread Massimo Foti
So I'm using Massimo's tmt_img.cfc file which works perfectly on my windows machine. I ran into problems though when porting the code to my web server, which runs headless. I don't work on runs headless, so I can't help that much, at the bottom of the page below you will find more info about

Re: applications in applications

2005-10-18 Thread daniel kessler
Sorry to take so long to get back to this well, I had to make some changes because I have something in place that I'm trying to get it to work with, so some things will be different. Still, I can't get it to work yet. When I check that a login is valid, whichever app that does that, I write a

RE: tmt_img java error, anyone have any ideas?

2005-10-18 Thread Andy Matthews
Massimo... I actually have the CFC running, it's just giving an error on one of the methods. I'm sure that someone else has run into this problem. It'll just take a while to find out what it is. Thanks for the excellent CFC, I appreciate it, and you. !//-- andy matthews web

Re: Consuming web services involving complex parameters

2005-10-18 Thread Lawrence B. Afrin, M.D.
Garry -- Howdy. You're welcome to help yourself to the now-shelved pharmacopoeia of antipsychotics I amassed while trying myself to solve this problem many moons ago. Alternatively, here are some non-pharmaceutical resources that may help you: If you check the LiveDocs for the Handling

Re: Another Credit Card processing issue.

2005-10-18 Thread Ken Ferguson
Depends on their processor. This is similar to a recurring charge type of situation. You could charge their card a nominal reservation fee and then hit it up for the balance if they no-show (kind of like a bar hitting your card for $50 when you start a tab and then ammending the transaction

CFMX Licenses

2005-10-18 Thread Richard Colman
I am searching around to purchase a license, and noticed: MacroMedia ColdFusion MX Standard 7.0 2CPU Does anyone know what the difference is in between a single CPU and 2CPU license, other than the price? TNX. Rick Colman ~|

Re: CFMX Licenses

2005-10-18 Thread Ken Ferguson
Is ColdFusion MX 7 priced per CPU? No. ColdFusion MX 7 Standard Edition and Enterprise Edition licenses both cover two CPUs. Please note that this differs from MX 6.1, which was licensed per server. http://www.macromedia.com/software/coldfusion/productinfo/faq/#item-2-3 Richard Colman

Using cfinclude with component

2005-10-18 Thread Michel Deloux
Hi all it's possible(recommended) to use cfinclude to include another cfc inside a cfc? I'm using this approach because that cfc is created for other team... Drawbacks? Cheers MD ~| Discover CFTicket - The leading ColdFusion

RE: Spam:Another Credit Card processing issue.

2005-10-18 Thread Robert Redpath
What about 2 delayed capture transactions? One for a cancellation fee and one for the full ticket amount. Then what ever the client does (no show or flies) you capture the corresponding amount via the processor (Authorize.net, Verisign, etc) And you don't have to store any credit card

Re: tmt_img java error, anyone have any ideas?

2005-10-18 Thread Bryan Stevenson
and don't forget Andy I already posted the JVM args that need to be in the jvm.config fileand it woeks on a Linux server because that's where my headless machine is as well ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone:

RE: CFMX Licenses

2005-10-18 Thread Snake
I would have thought it was obviously, but I'll state it anyway. A single cpu license is for a server with 1 x cpu A 2cpu license is for a server with 2 x cpu CFMX7 covers 2cpu regardless. -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED] Sent: 18 October 2005 16:05

RE: Using cfinclude with component

2005-10-18 Thread newsight
Use instead of including a cfc into a cfc the extends param. Than you can use all the functions of the other cfc. Cheers Artur -Original Message- From: Michel Deloux [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 5:23 PM To: CF-Talk Subject: Using cfinclude with component

Re: Using cfinclude with component

2005-10-18 Thread Michel Deloux
YE... Extends!!! Great... Cheers MD 2005/10/18, newsight [EMAIL PROTECTED]: Use instead of including a cfc into a cfc the extends param. Than you can use all the functions of the other cfc. Cheers Artur -Original Message- From: Michel Deloux [mailto:[EMAIL PROTECTED]

Re: Another Credit Card processing issue.

2005-10-18 Thread J W
Thanks, That sounds like solid advise... In a shared server environment, I was not ever going to store the card number in the DB. Jeff On 10/18/05, Ken Ferguson [EMAIL PROTECTED] wrote: Depends on their processor. This is similar to a recurring charge type of situation. You could charge their

CFCs, webservices and CFTRANSACTION

2005-10-18 Thread Bryan Stevenson
Hey All, The setup: I have webservices that are essentially wrappers for internal CFCs. They perform some added valoidation, but essentially pass arguments through to internal CFCs. They often call multiple internal CFCs which each have a CFTRANSACTION block. The problem: I really need ALL

RE: try this again... dreamweaver to lowercase regex

2005-10-18 Thread Bobby Hartsfield
Ci e un interrutore minuscolo per Dreamweaver la scoperta di espressione regolare e sostituire? Ho bisogno di convertire tutti i risultati per abbassare il caso ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Bobby Hartsfield

RE: try this again... dreamweaver to lowercase regex

2005-10-18 Thread Bobby Hartsfield
Uhhh... don’t ask ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 12:51 PM To: CF-Talk Subject: RE: try this again... dreamweaver to lowercase regex Ci e un

RE: QoQ, CFQueryParam and LIKE

2005-10-18 Thread Munson, Jacob
Yeah, good point. You're doing a LIKE anyway, it doesn't have to be the same size. -Original Message- From: JediHomer [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 3:14 AM To: CF-Talk Subject: Re: QoQ, CFQueryParam and LIKE Yea basically my 'fix' is just to shrink

Maintaining CGI.HTTP_REFERER

2005-10-18 Thread Aldon Moore
Hello Again Gurus! I need to maintain the url of the referer if the current page is reloaded seral times. Whats the best method of acheiving this? Eg: Visitor leaves a of pages Page B,C,D,E,F or G an goes to Page A page A is reloaded several times. How do I maintain the refering page A several

RE: try this again... dreamweaver to lowercase regex

2005-10-18 Thread Munson, Jacob
That's odd...you responded to his question with a translation of his question into Italian. I've never seen that before. ;) -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 10:51 AM To: CF-Talk Subject: RE: try this again...

RE: CFMX Licenses

2005-10-18 Thread Mark Fuqua
I am sure this is an idiot question, but if the shoe fits... What about two servers with one cpu each? Mark -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 11:38 AM To: CF-Talk Subject: RE: CFMX Licenses I would have thought it was obviously,

Re: Cross - Site Scripting

2005-10-18 Thread Matt Robertson
Memo to me: Beer + late night = no message posting. Sorry. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

RE: CFMX Licenses

2005-10-18 Thread Dave Watts
I am sure this is an idiot question, but if the shoe fits... What about two servers with one cpu each? If I recall correctly, the current license does not allow this. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized

Re: Cross - Site Scripting

2005-10-18 Thread Joe Rinehart
I think the short of it is to htmlEditFormat() user-provided input instead of trying to parse out all threatening content by hand while selectively letting other things through. -Joe On 10/18/05, Matt Robertson [EMAIL PROTECTED] wrote: Can we Readers-Digest this saga and spill to the masses

RE: try this again... dreamweaver to lowercase regex

2005-10-18 Thread Bobby Hartsfield
Actually it was my question... I meant to post it somewhere else in Italian. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 1:09 PM To: CF-Talk Subject: RE: try

RE: Maintaining CGI.HTTP_REFERER

2005-10-18 Thread Justin D. Scott
I need to maintain the url of the referer if the current page is reloaded seral times. Whats the best method of acheiving this? You could toss the value into a session variable, a cookie, a database, a structure in an application variable... There are a lot of options for keeping a value

RE: Cross - Site Scripting

2005-10-18 Thread Dave Watts
I think the short of it is to htmlEditFormat() user-provided input instead of trying to parse out all threatening content by hand while selectively letting other things through. That's certainly the safest approach, but it doesn't work very well for CMSs and other sites which let you write

Re: Cross - Site Scripting

2005-10-18 Thread Joe Rinehart
Right - in that case, I'd htmlEditFormat() then reverse in the things I'd want to allow. The old firewall routine of default deny vs. default allow. -Joe On 10/18/05, Dave Watts [EMAIL PROTECTED] wrote: I think the short of it is to htmlEditFormat() user-provided input instead of trying to

A timeout alert

2005-10-18 Thread Ken
Hi. I am working on a forum application. There is a fixed time to respond to each posting. I want the user responding to a posting to get an alert, even if he is typing at the last minute, saying: Sorry, this posting has reached its expiration time, you are being taken to the home page now.

RE: A timeout alert

2005-10-18 Thread Matthew Small
Sounds like a job for javascript. Matthew Small -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 1:55 PM To: CF-Talk Subject: A timeout alert Hi. I am working on a forum application. There is a fixed time to respond to each posting. I want the

Re: tmt_img java error, anyone have any ideas?

2005-10-18 Thread Massimo, Tiziana e Federica
Hi Andy, I don't have an headless system, so this is just a shot in the dark, but I did a small change to the Java API calls inside the CFC. Please test it out on your server and let me know if it works. Best Massimo Foti Tools for ColdFusion and Dreamweaver

RE: A timeout alert

2005-10-18 Thread Kerry
Sounds like a job for javascript or if you need it to work 100% of the time, when you load the form, encrypt the current time, and place a hidden field containing this value. when the form is posted, decrypt the value and compare it to the current time. if the timeout has been exceeded, give them

Re: tmt_img java error, anyone have any ideas?

2005-10-18 Thread Bryan Stevenson
Massimo...Andyhave either of you looked into the JVM args I posted last week? As I said then...I had the same problem with my codethe JVM args posted solved the problem. For the love of..one of you please acknowledge me and tell me to buzz off if you already looked at my solution

RE: tmt_img java error, anyone have any ideas?

2005-10-18 Thread Andy Matthews
Bryan...simma down now. I had my sysadmin use those args and I'm still getting the same error. Massmio...I'll redownload the CFC from your site and try that one. Thank you very much for being willing and able to make that change. !//-- andy matthews web developer ICGLink,

RE: A timeout alert

2005-10-18 Thread Bobby Hartsfield
You’ve got the time you need in the database so you can get the difference of now and that time then use that as your count down value in js ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday,

Re: A timeout alert

2005-10-18 Thread Ken
I need some help with that javascript, please. Thanks. On 10/18/05, Bobby Hartsfield [EMAIL PROTECTED] wrote: You've got the time you need in the database so you can get the difference of now and that time then use that as your count down value in js ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby

Re: tmt_img java error, anyone have any ideas?

2005-10-18 Thread Bryan Stevenson
Bryan...simma down now. I had my sysadmin use those args and I'm still getting the same error. LOL...and a good MadTV ref to boot!! ;-) Just FYI...the jvm.config file is VERY sensitive. If memory serves I had to make sure to dload from server in binary mode (not ascii)...edit very

RE: A timeout alert

2005-10-18 Thread Matthew Small
Use CF to find the difference from now until your time in milliseconds, then use the following code to execute it. Say your time is five minutes from now: 5 minutes * 60 seconds * 1000 milliseconds = 30 milliseconds script lang=javascript function TimeExpired() {

RE: A timeout alert

2005-10-18 Thread Matthew Small
Yeah, it works. I just tried it. Matthew Small Web Developer American City Business Journals 704-973-1045 [EMAIL PROTECTED] -Original Message- From: Matthew Small [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 2:52 PM To: CF-Talk Subject: RE: A timeout alert Use CF to

ntConsoleJava.e

2005-10-18 Thread Scott Stewart
I have a production CF 5.0 box that's throwing the following: Error Number 232 occured attempting to close conncetion to webserver and.. Windows Error 109. I'm pretty sure the 109 error is the end user shutting down the browser. I'm not sure what the 232 error is. MM says it has to do with MS

Re: A timeout alert

2005-10-18 Thread Ken
Yes, it does work. Thanks. However, is there a way to make sure it always works, even if the browser doesn't have javascript enabled? On 10/18/05, Matthew Small [EMAIL PROTECTED] wrote: Yeah, it works. I just tried it. Matthew Small Web Developer American City Business Journals

RE: A timeout alert

2005-10-18 Thread Matthew Small
You'll need to use server-side validation as well to be sure. The alert won't work, but that's just the way it is. Matthew Small Web Developer American City Business Journals 704-973-1045 [EMAIL PROTECTED] -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, October

RE: Cross - Site Scripting

2005-10-18 Thread Munson, Jacob
Yeah, you're right. They were denying stuff like 'JavaScript', but allowing anything that wasn't on their deny list. The problem is they want to allow as much stuff as possible to make it cool for the users, while not allowing too much. It should be possible to only allow a small set of

PDF Creations Issues : some comps work, others don't

2005-10-18 Thread Stephen Cassady
OK - What I thought was a problem just with an update from Microsoft may be something else - Issue: CFDOCUMENT, PDF format will display for some computers, and not others. Factors: Two computers which seem to have the same version of Acrobat Reader (7 version) or Professional (6 version), one

Re: Spam:Another Credit Card processing issue.

2005-10-18 Thread J W
That might work, but the client want the person to be able to pay them the remainder by any means once they arrive So technically the process would be to reserve the spot, charge minimal amount and reserve the spot. They then could pay the remainder in cash, check, that credit card, different

RE: CFDocument font probs

2005-10-18 Thread Adrian Lynch
I had the same error on some shared hosting accounts at CrystalTech. They fixed them almost straight away so I'd guess it's trivial matter to fix. Not a solution I know, but at least you know others are having it and it's fixable. Ade -Original Message- From: Snake [mailto:[EMAIL

RE: tmt_img java error, anyone have any ideas?

2005-10-18 Thread Andy Matthews
Massimo... I saw your post about modifying the Java API. I downloaded the tmt_img zip file from your server again, but it looks like that still contains an older version of the CFC. When you get a few minutes, would you mind updating that ZIP file with the new CFC? Thanks in advance!

Problems Making a CF DSN to SQL Server

2005-10-18 Thread Mickael Elmalem
Hello All, I need to do some work on a clients site locally on my machine. This is a new laptop that has just been installed for me. I have installed CF 6.1 on the machine because that what the customer is using and Sql Server. I am not able however to get an MS SQL dsn in CF to work. I

RE: Maintaining CGI.HTTP_REFERER

2005-10-18 Thread Aldon
Thanks Justin! -Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 1:26 PM To: CF-Talk Subject: RE: Maintaining CGI.HTTP_REFERER I need to maintain the url of the referer if the current page is reloaded seral times. Whats the best method

Re: Problems Making a CF DSN to SQL Server

2005-10-18 Thread Joe Rinehart
Hi Mickael, Have you made sure that the most recent SQL server updates are installed? I've had this exact problem after installing recent CF JDBC drivers. -Joe On 10/18/05, Mickael Elmalem [EMAIL PROTECTED] wrote: Hello All, I need to do some work on a clients site locally on my machine.

RE: Another Credit Card processing issue.

2005-10-18 Thread Robert Redpath
That would work as well. The reservation would create 2 Authorization transactions: a cancellation fee and a trip fee. So the permutations are: 1. client doesn't show - therefore Delay Capture the cancellation fee, void the trip Authorization 2. client shows pays

RE: Problems Making a CF DSN to SQL Server

2005-10-18 Thread Mark A Kruger
Mickael, Add an entry in your host file for your machine - or use localhost or 127.0.0.1. When you say my machine name' you are really talking about an NBT name - and the JDBC system would not be able to resolve that. It uses (in order) HOSTS file, DNS and IP. -Mark -Original Message-

RE: Problems Making a CF DSN to SQL Server

2005-10-18 Thread Mark A Kruger
Mickael, Also, using the server network utility (part of SQL server tools) unload the mixed protocol and named pipes - leaving ONLY tcip/ip. -Mark -Original Message- From: Mickael Elmalem [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 3:07 PM To: CF-Talk Subject: Problems

Re: Credit Card processing

2005-10-18 Thread Marty Johll
I host with but haven't used this service, but Crystal Tech offers their CTMerchantlite as an option for merchants who process $1000 or LESS per month with these features: - *ZERO Merchant Application Fees* - Some merchant providers can charge $100 or more to have your Merchant Account set

RE: A timeout alert

2005-10-18 Thread Bobby Hartsfield
You could use a meta redirect to catch some more but eventually, if you want 'definate', you will have to go with something server side. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, October

CFX_File

2005-10-18 Thread Mickael Elmalem
Hello, I am having a lot of trouble with CFFile on an NT machine. I poked around on google and found a tag called CFX_FILE, how do I get that tag? This is for CF5 Thanks Mike ~| Discover CFTicket - The leading ColdFusion

RE: CFX_File

2005-10-18 Thread Scott Stewart
http://www.macromedia.com/cfusion/exchange/index.cfm#loc=en_usview=sn106vi ewName=Exchange%20Search%20Detailsauthorid=35342215page=0scrollPos=0subc atid=0snid=sn106itemnumber=0extid=1000414catid=0 Scott A. Stewart Cold Fusion Developer GNSI 11820 Parklawn Dr Rockville, MD 20852 (301) 770-9610

Running a shell script

2005-10-18 Thread Richard Colman
Does anyone know how to execute a shell script on a remote linux server, from Cold Fusion running on a Windows server? Any pointers appreciated. Rick Colman ~| Logware (www.logware.us): a new and convenient web-based

SOT: Image (or File) Organizer

2005-10-18 Thread George Abraham
All, One of the apps I am working on involves a fair bit of file-management. Most of the files are images or media like audio/video clips. Occasionally one of the bunches of files have to organized in some fashion involving order of display. I can hack around with JavaScript and have a select list

CFMX 7.0.1 and Watermark issue

2005-10-18 Thread Charles E. Heizer
Hello, I just upgraded my environment from CFMX 6 to 7.0.1 and it looks like everything went very smooth except for one thing... My cfcharts now have a watermark that say Macromedia Coldfusion MX 7 Developer Edition Not For Production Use. My servers have valid serial numbers and I

Re: A timeout alert

2005-10-18 Thread Felipe Fernandes
The only client side aproach for this tha i can think of, is with flash, it already has a timer that starts when the swf loads, so you would just need to read tha variable and when the time comes you give the alert and send him to the page you need, it´s not harder than with JS and it will always

Re: CFX_File

2005-10-18 Thread Mickael Elmalem
Hi Scott Thanks for the link. I tried the tag and it does not work for me. There is a variable called CFXFError that you can output. I keep getting Unknown Action: Copy? Yet the html file that comes with it says that it supports copy? Has anyone used this tag? Mike

SQL help

2005-10-18 Thread Scott Mulholland
I've recently inherited an access database that I am trying to do some reporting on. One of the tables has the following structure: Att_ID Type Values 410 ColorBlue 410 ColorOrange 410 ColorBlack 410 ColorOlive Drab (green) 410 Size

URL Variables

2005-10-18 Thread B G
Is this possible? I want to pass a string containing URL variables through a URL. For example: www.domain.com/page.cfm?newURL=www.domain.com/page2.cfm?var1=avar2=b In other words on page2.cfm I should reference #URL.newURL# outputs www.domain.com/page2.cfm?var1=avar2=b Thanks

RE: CFX_File

2005-10-18 Thread Michael T. Tangorre
From: Mickael Elmalem [mailto:[EMAIL PROTECTED] I am having a lot of trouble with CFFile on an NT machine. I poked around on google and found a tag called CFX_FILE, how do I get that tag? This is for CF5 What is the problem you are having, specifically?

RE: Running a shell script

2005-10-18 Thread Munson, Jacob
You'd have to play around with it, but I've created scripts for telnet clients before. If you write a script for your favorite ssh/telnet client to login to the linux server and execute the shell script, you can then cfexecute that script. -Original Message- From: Richard Colman

Re: URL Variables

2005-10-18 Thread Michel Deloux
You can encrypt newurl value and decrypt it in your action page. Simple and cool. Or use session vars to store that url vars. Cheers. MD 2005/10/18, B G [EMAIL PROTECTED]: Is this possible? I want to pass a string containing URL variables through a URL. For example:

Re: URL Variables

2005-10-18 Thread Charlie Griefer
perhaps...if you wrap it in a URLEncodedFormat(). otherwise, if the ? after 'page2.cfm' doesn't break it, the after var1=a certainly will (well, not break it...but it won't work like you're expecting) :) On 10/18/05, B G [EMAIL PROTECTED] wrote: Is this possible? I want to pass a string

Re: CFX_File

2005-10-18 Thread Mickael Elmalem
The tag is returning the message Action Unknow : Copy Here is my code CFX_FILE USERNAME=username PASSWORD=password ACTION=Copy source=\\machinename\sharename\file.txt destination=c:\inetpub\wwwroot\testfiles\ From: Mickael Elmalem [mailto:[EMAIL PROTECTED] I am having a lot of

  1   2   >