RE: checking for active links/pages (OT)

2010-12-09 Thread Al Musella, DPM
I may be reading this wrong, but apparently they changed files on the server so they no longer match what you have in the development server? If so, just use one of the freeware programs that can sync 2 directories.. instead of synching, they also can compare 2 directories. Just look for

FuseGuard, Anyone?

2010-12-09 Thread Rick Root
Anyone have an experience with this tool, FuseGuard? http://foundeo.com/security/ Just curious .. I wonder how much overhead it would add on a busy site.. Rick ~| Order the Adobe Coldfusion Anthology now!

CFDOCUMENT and Images

2010-12-09 Thread Monique Boea
Hi All. There is an issue with CFDOCUMENT timing out on a PDF if there are images. The request times out. I googled it and most people said the image has to have an absolute path. I tried that but it's still timing out. When I remove the link to the image, it works fine. Any suggestions?

Files Management Question

2010-12-09 Thread Kamru Miah
Hello, I am using CF8 and would like to know if there is an easy of: - browse the directory structure - view all the files - move a file from one place to another - delete any non-cfm file - rename any non-cfm file Any ideas would be greatly appreciated. Thanks in anticipation. Kamru

Re: Files Management Question

2010-12-09 Thread Ian Skinner
cfdirectory http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_d-e_03.html cffile... http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_f_02.html ~| Order the Adobe Coldfusion

Re: Files Management Question

2010-12-09 Thread Gerald Guido
http://www.opensourcecf.com/cffm/ Works well in my experience. HTH G! On Thu, Dec 9, 2010 at 11:28 AM, Kamru Miah k.m...@csl.gov.uk wrote: Hello, I am using CF8 and would like to know if there is an easy of: - browse the directory structure - view all the files - move a file from one

Re: Files Management Question

2010-12-09 Thread Rick Root
- delete any non-cfm file - rename any non-cfm file You'd have to write do some customization to prevent CFFM being able to delete or rename CFM files. Typically what I do is provide my user with a custom directory where they can upload stuff and of course disable their ability to upload or

Re: Files Management Question

2010-12-09 Thread Kamru Miah
Thanks It would be nice to display the directory contents using CF to copy, rename or delete non-cfm files - perhaps using cftree?? cfdirectory http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_d-e_03.html cffile...

RE: Webservice error after CF 8.01 update

2010-12-09 Thread Brook Davies
Just to put this out there, the problem with the duplicate class definition error is back again. It ran fine for days and all of a sudden reared its ugly head out of the blue. No server restart, nothing. I don't want caused it to start happening again. Bobby mentioned he was having the same

Re: FuseGuard, Anyone?

2010-12-09 Thread Jordan Michaels
We've used it, and it works great. We did not notice a difference in site overhead, but I have to admit that's now what we were looking at at the time. Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions

RE: Webservice error after CF 8.01 update

2010-12-09 Thread Brook Davies
I should mention, that clearing the template cache (via the cfadmin) appears to resolve the problem. Note, I also manually deleted the cfclasses/ and cfc-skeleton/ files before clicking 'clear template cache'. Not sure if I *needed* that step. So what, should I schedule the template cache to be

Re: Files Management Question

2010-12-09 Thread Rick Root
What about this? http://coldfusionfilemanager.riaforge.org/ http://coldfusionfilemanager.riaforge.org/Again, you'd probably have to make some mods, I'm not familiar with this project. Rick On Thu, Dec 9, 2010 at 12:46 PM, Kamru Miah k.m...@csl.gov.uk wrote: Thanks It would be nice to

UTF-8 Languages

2010-12-09 Thread Chad Gray
Hello, If I paste some foreign characters into an HTML file on my IIS server the characters display just fine. If I paste the same foreign characters into a CFM page they display wrong. You can grab some text from this Lorem Ipsum generator if you want to try yourself.

Re: UTF-8 Languages

2010-12-09 Thread Leigh
Both the HTML and CFM pages has UTF-8 content type. Are you using cfprocessingdirective pageEncoding=utf-8 along with the proper font? ~| Order the Adobe Coldfusion Anthology now!

Re: UTF-8 Languages

2010-12-09 Thread Nathan Strutz
Also, sometimes your editor will default to the wrong file encoding, so if you made one file with Dreamweaver and one with Eclipse (like CFBuilder), one or the other could have picked up the windows file encoding. Open them in Notepad (or equivalent) to see if the characters are there after you

RE: UTF-8 Languages

2010-12-09 Thread Chad Gray
A long time ago I did a foreign language app in CF5 or CF6 and I never needed cfprocessingdirective. Thanks Leigh! That fixed it. -Original Message- From: Leigh [mailto:cfsearch...@yahoo.com] Sent: Thursday, December 09, 2010 3:01 PM To: cf-talk Subject: Re: UTF-8 Languages

how to mail merge in coldfusion

2010-12-09 Thread sarah mfr
I have a list of students (firstname, lastname, sectionname). I want to create a document of excellence certificates. I tried the following but I am getting only one page of the first student information. Appreciate your help cfinvoke component=cfc.data.excelling

Re: how to mail merge in coldfusion

2010-12-09 Thread Michael Grant
It looks to me like you keep overwriting the last doc with the next one. Also, what's with the cflock? I don't see session, application or server variables anywhere. Unless you can use cflock in a way I've not seen before, which with CF is completely possible. On Thu, Dec 9, 2010 at 4:47 PM,

Re: index.cfm being hacked (now application.cfm)

2010-12-09 Thread Mike Little
darn. they have stopped targeting the index.cfm and are now targeting the Application.cfm... for the sake of anyone who may have experienced something similar, the following is what is prepended to my application script: --- cfset domain = cgi.remote_addr cfset userag =

RE: index.cfm being hacked (now application.cfm)

2010-12-09 Thread Brian Polackoff
Hey Mike, Sorry if this reply is off target, I'm jumping in here way after the original post but I too had issues with people hacking pages (using sql injection, not sure if that's what you said they are doing to you). I did some research and found the below code that helped. I admit it's not

Getting the value of a hidden form field with changing names

2010-12-09 Thread Richard Steele
I have a form that has a hidden field whose value is set using a jquery function. That hidden field's name is also set on the fly and has digits appended to it (eg. name-01 or name-99). These numbers change each time the form is loaded. When the form is submitted through a post, how do I

Re: index.cfm being hacked (now application.cfm)

2010-12-09 Thread Mike Little
hi brian, thank you for your response. unfortunately, the pages that are being attacked are not dynamic - so i am figuring an sql injection would not be the method they are using?? (i could be very wrong !!) my suspician is that a php file is being executed on a regular basis on the server

RE: index.cfm being hacked (now application.cfm)

2010-12-09 Thread Bryan Stevenson
or just use CFQUERYPARAM and skip all that ;-) On Thu, 2010-12-09 at 18:45 -0500, Brian Polackoff wrote: Hey Mike, Sorry if this reply is off target, I'm jumping in here way after the original post but I too had issues with people hacking pages (using sql injection, not sure if that's

RE: Getting the value of a hidden form field with changing names

2010-12-09 Thread Brook Davies
Loop over the form.fieldnames variable and check the start of the string cfloop list=#form.fieldnames# index=i cfif left(i,4) is 'name' cfset myvalue = form[i] cfbreak /cfif /cfloop Brook -Original Message- From: Richard Steele

RE: Getting the value of a hidden form field with changing names

2010-12-09 Thread Brook Davies
Or I guess you could also do: cfloop collection=#form# item=i cfif left(i,4) is 'name' cfset myvalue = form[i] cfbreak /cfif /cfloop -Original Message- From: Richard Steele [mailto:r...@photoeye.com] Sent: December-09-10 3:59 PM To:

RE: index.cfm being hacked (now application.cfm)

2010-12-09 Thread Brian Polackoff
I know exactly what you mean :) My suggestion was based on the assumption the application was built originally without using cfqueryparam and nobody likes going back to hundreds of files and modify each query used. Like I said.. short term fix :) Brian Polackoff br...@emstoolkit.com

RE: index.cfm being hacked (now application.cfm)

2010-12-09 Thread Brian Polackoff
I know exactly what you mean :) My suggestion was based on the assumption the application was built originally without using cfqueryparam and nobody likes going back to hundreds of files and modify each query used. Like I said.. short term fix :) Brian Polackoff br...@emstoolkit.com

Re: CFDOCUMENT and Images

2010-12-09 Thread Michael Grant
This happens all to one of my cf8 apps a shared server we're on. It uses cfdocument to create a few hundred invoices with images a day. It will be working fine for about a week then all of a sudden it won't finish creating the pdf's. I've tried all the fixes that have been listed for the problem

Re: index.cfm being hacked (now application.cfm)

2010-12-09 Thread Rick Root
you don't have php installed do you, even though you might not be using it? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: index.cfm being hacked (now application.cfm)

2010-12-09 Thread denstar
Here's some Apache rewrites that do the same type of stuff the cgi checks do, but since it happens at the apache level, it takes the work off of the cfml engine: http://subversion.assembla.com/svn/cfmlprojects/trunk/conf/httpd/security.rewrites.conf For this particular occurrence, I'd check

mySQL administration

2010-12-09 Thread Rob Voyle
Hi Folks I have mySQL running on my website and want to run it on Windows Vista desktop computer to pilot and test web pages. Any recommendations on a way to create and administer databases without having to use the command line. On my website I have phpMyAdmin. Can that be run on a local

Re: mySQL administration

2010-12-09 Thread Michael Grant
mySQL Workbench is good for a freebie. mySQL Yog is good but costs a few bucks. On Thu, Dec 9, 2010 at 10:52 PM, Rob Voyle robvo...@voyle.com wrote: Hi Folks I have mySQL running on my website and want to run it on Windows Vista desktop computer to pilot and test web pages. Any

Re: mySQL administration

2010-12-09 Thread Jacob Munson
You can run it on Vista if you want to install PHP. I would suggest installing the Mysql GUI tools which are available on the Mysql website. Sent with my Droid On Dec 9, 2010 8:53 PM, Rob Voyle robvo...@voyle.com wrote: Hi Folks I have mySQL running on my website and want to run it on

Re: mySQL administration

2010-12-09 Thread Azadi Saryev
SQLYog (http://www.webyog.com/en/) and Navicat (http://navicat.com/) both are great MySQL administration tools and both have very feature-rich free editions. MySQL GUI Tools bundle (http://dev.mysql.com/downloads/gui-tools/5.0.html) is another alternative. Azadi On 10/12/2010 12:07 ,

CF Position with State of Oregon

2010-12-09 Thread RobG
Please contact them directly; I'm just posting it for them. BTW this is NOT with the Oregon Education Dept, another opening that I've seen going around. But check with them for full details; I've posted all I know. Rob --- Contractor shall provide expert computer

Fwd: CF Position with State of Oregon (followup)

2010-12-09 Thread RobG
It never fails. :) I needed to mention that this is on-site only in Salem, Oregon and not Telecommute. Thanks. Rob Original Message Subject: CF Position with State of Oregon Date: Thu, 09 Dec 2010 09:58:29 -0800 From: RobG sled...@gmail.com To: