Re: malware patterns

2009-09-18 Thread Mary Jo Sminkey
> The attacker used a version of FCKeditor embedded in a shopping cart > software (cfwebstore) to upload a index.cfm file into the > store/customtags directory. Actually, this isn't quite accurate information (even if it pertained to the attack on HOF which is unlikely). If the attack origina

Re: malware patterns

2009-09-18 Thread Yoon Chung
I host sites for several customers and had been battling this issue. I think I just recently dealt with this issue, this is what I found: The attacker used a version of FCKeditor embedded in a shopping cart software (cfwebstore) to upload a index.cfm file into the store/customtags directory.

RE: SOT - Online Payment Providers who offer recurring payment options

2009-09-18 Thread Josh Nathanson
I currently use the Authorize.net recurring billing API via ColdFusion. I think there's a CFC on RIAForge that you can use, though it's easy enough to write your own if you like. It works fine, though Authorize.net is lacking some features that would be helpful: -- when you cancel a recurring b

Re: SOT - Online Payment Providers who offer recurring payment options

2009-09-18 Thread Judah McAuley
Authorize.net does recurring payments. I've found their post back system to be kind of iffy and the company, overall, to be really irritating. My next implementation of recurring payments is going to utilize stored credit card profiles at the payment gateway (most gateways support this at this po

SOT - Online Payment Providers who offer recurring payment options

2009-09-18 Thread Alan Rother
Hey All, A little off topic, but I usually get good advice here... I need to pick an online payment vendor for a project that will having a recurring payment model (month subscriptions). I've used PayFlowPro in the past, but are there any other good options? Last time I checked Google Checkout t

Re: coldfusion barcode

2009-09-18 Thread Richard White
thanks for all the replies and a few options to think about, this will help us a great deal to make sure we choose the right option > hi > > our software needs to have the ability to generate a barcode gif and > place it on a document. > > has anyone done this before, and what is the best m

Re: clearing flash cache

2009-09-18 Thread Barney Boisvert
Just add a dummy timestamp parameter to the url's query string. E.g. change this: fileXml.load("/path/to/your.cfm") to something like this: fileXml.load("/path/to/your.cfm?ts=" + new Date().valueOf()) cheers, barneyb On Fri, Sep 18, 2009 at 11:18 AM, Michael Muller wrote: > > Hey all, > > I

clearing flash cache

2009-09-18 Thread Michael Muller
Hey all, I have a client who has a Flash movie playing on a page, which reads an xml file (a cfm file returning xml code, that is) and displays a list of files in that customer's image folder. After a customer uploads a new file to the website (through an html form on the side) the page reloa

Re: CFPDF can not flatten liveCycle Forms - so how do you?

2009-09-18 Thread Dave Watts
> On the same note, does any one know what LiveCycle ES costs? Is it true its > 50k + ? Is that the only solution to signing XFA forms? LiveCycle ES is a suite of products. Buying it is kind of like buying a car - you can get package deals, and the price for the individual components or the packa

Re: Verity

2009-09-18 Thread Jim Easterly
Hi, I know this is an old topic, but did you find out if those dump files need to be retained? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: ht

RE: CFPDF can not flatten liveCycle Forms - so how do you?

2009-09-18 Thread Brook Davies
On the same note, does any one know what LiveCycle ES costs? Is it true its 50k + ? Is that the only solution to signing XFA forms? -Original Message- From: Brook Davies [mailto:cft...@logiforms.com] Sent: September-18-09 8:52 AM To: cf-talk Subject: RE: CFPDF can not flatten liveCycle

RE: coldfusion barcode

2009-09-18 Thread Mark Kruger
Friend and Guru Ryan Stille produced a bar code component for us that uses an inexpensive commercial java class. http://www.stillnetstudios.com/2d-barcodes-coldfusion/ -mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Origin

Re: coldfusion barcode

2009-09-18 Thread James Holmes
This may also help to use Barbecue (although the package may have changed a little since then). http://www.bifrost.com.au/blog/index.cfm/2006/8/24/Generating-Barcodes-with-Barbecue-and-Coldfusion mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/9/18 Kevin P

RE: CFPDF can not flatten liveCycle Forms - so how do you?

2009-09-18 Thread Brook Davies
Hi Jochem, Well, I tried working with Adobe Printer driver and never had any success getting this to work. Do you have any other pointers you could give me on this.. I can't afford to fork over 50k for livecycle server for this one purpose. What else does liveCycle Server include that would be u

Re: coldfusion barcode

2009-09-18 Thread Steve Lichtenberg
There are several methods that integrate well with CF. First, what type of barcode are you using? If it is 3 of 8, 7 of 9, or posta or MICR l you can just grab a barcode font (there are some free ones out there) and embed the font into a pdf document http://www.houseoffusion.com/groups/cf-talk

Re: coldfusion barcode

2009-09-18 Thread Kevin Pepperman
I have used the java lib barbecue http://barbecue.sourceforge.net/index.html in CFML before and it worked out well. On Fri, Sep 18, 2009 at 9:22 AM, Phillip Vector wrote: > > I forget where I've seen it, I think RIAForge has barcode39.cfm. > > It's a nice piece of program and generates lots of d

Re: coldfusion barcode

2009-09-18 Thread Richard White
Thanks Phillip, perfect solution, we actually found it on adobe as a free download: http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1020465# > I forget where I've seen it, I think RIAForge has barcode39.cfm. > > It's a nice piece of program and generates lots of d

Re: coldfusion barcode

2009-09-18 Thread Phillip Vector
I forget where I've seen it, I think RIAForge has barcode39.cfm. It's a nice piece of program and generates lots of different types of codes. Here's the code if you want it..

Re: coldfusion barcode

2009-09-18 Thread Dave Watts
> our software needs to have the ability to generate a barcode gif and place it > on a > document. > > has anyone done this before, and what is the best method? Not with GIFs and HTML, but PDFs support barcodes nicely. I haven't worked with them from CF, but I suspect it may be possible. Dave W

Re: malware patterns

2009-09-18 Thread Gerald Guido
>>You may want to make sure you're not hosting any tentacle porn, etc. lmao. That made my day. Thanx. On Thu, Sep 17, 2009 at 5:55 PM, Dave Watts wrote: > > -- Gerald Guido http://www.myinternetisbroken.com "To invent, you need a good imagination and a pile of junk." -- Thomas A. Edison ~~

coldfusion barcode

2009-09-18 Thread Richard White
hi our software needs to have the ability to generate a barcode gif and place it on a document. has anyone done this before, and what is the best method? thanks richard ~| Want to reach the ColdFusion community with somethi

Implementing Paging within a div

2009-09-18 Thread Fawzi Amadu
I have a page that has two divs one containing the text description of an Item and the other, pictures relating to the item. My design is such that I want to show the pictures in groups of four within the picture holding div, and so if there are more that four (4) pictures for the item, the user

Re: CF and displaying random image adverts?

2009-09-18 Thread Raymond Camden
Not sure it it is "best" but I've got some ad management software: Harlan. http://harlan.riaforge.org On Fri, Sep 18, 2009 at 3:57 AM, Ian Vaughan wrote: > > Hi > > I am looking to set up via CF a script that displays random image > adverts each time the page is refreshed. > > Which is the best

CF and displaying random image adverts?

2009-09-18 Thread Ian Vaughan
Hi I am looking to set up via CF a script that displays random image adverts each time the page is refreshed. Which is the best way to achieve this? ~| Want to reach the ColdFusion community with something they want? Let them