Self Serve Password reset tool to users stored in AD

2009-04-30 Thread Alejandro Reyes
I have a new project that I am being asked to create a self serve password reset tool for an intranet and the user info is stored in AD. I plan on having the users store answers to secret questions in a mySql DB and once the user authenticates using the secret question method forcing the user

Re: 500GB in one 5 inch plastic disk!

2009-04-30 Thread Maureen
Google Desktop tells me I have my 600 gb hard drive filled with 1.9 million files, 42% of them are mpegs (audio and video), audio samples, or pro tools sessions. 12% are digital photos. 17% are client websites and databases. The remaining files are general documents and program files. The au

Re: Accessing XML Node problem

2009-04-30 Thread Lance S
Strange but if I take the xml returned by the cfc (see above) and re-wrap it like this : #result1# it works. It seems to me that this re-wrapping should be unnessecary and there should be a way to handle it in cfc but event if I try to put the wrapper inside the cfc it doesn't work?? Is it

Re: Accessing XML Node problem

2009-04-30 Thread Lance S
>On Thu, Apr 30, 2009 at 9:38 PM, Lance S wrote: >> >> > >> in a variable called result. > >>    result.qry: #XMLGetNodeType(result.qry])# >> it throws an error the says : Element QRY is undefined in RESULT > >>    result.qry: #XMLGetNodeType(result['qry'])# >> it returns the expected result of

Re: Accessing XML Node problem

2009-04-30 Thread Lance S
I do not think it is case Sensitive I am starting the process by creating the xml doc in a cfc using cfscript. Like this: var xml = xmlNew(false); I am assuming that is case insensitive but can't find out how to verify that. Is there one? ~~~

Re: 500GB in one 5 inch plastic disk!

2009-04-30 Thread Rick Mason
What I thought about when I read that was the possibility of owning a ten disk set of the top one thousand movies ever made! Rick On Mon, Apr 27, 2009 at 3:42 PM, Ian Skinner wrote: > > What would you fill up 500GB with? > > GE's breakthrough can put 100 DVDs on a disc > > http://news.cnet.c

Re: Accessing XML Node problem

2009-04-30 Thread Jochem van Dieten
On Thu, Apr 30, 2009 at 9:38 PM, Lance S wrote: > > > in a variable called result. >    result.qry: #XMLGetNodeType(result.qry])# > it throws an error the says : Element QRY is undefined in RESULT >    result.qry: #XMLGetNodeType(result['qry'])# > it returns the expected result of result.qry:

Re: converting scientific notation into decimal notation?

2009-04-30 Thread Gonzo Rock
nice peter... thanks, I will work with this and see what I can do with it. It's odd, when the value retrieved from the database has more than two zeros to the right of the decimal point CF fills the text box with scientific notation. Subsequent cfinput validation for numeric then fails when CF d

Re: Accessing XML Node problem

2009-04-30 Thread Lance S
Sorry the is not in the document itself. I was using it for some output testing and should have removed prior to posting. The actual Doc is just : 400 Convention Blvd Hot Springs USA 9366 Embassy Suites Hotel & Spa-Hot Springs Salon a & B 2009

Re: better mass mailing

2009-04-30 Thread Al Musella, DPM
What problem are you having with iMS? At 11:50 AM 4/30/2009, you wrote: >Till now I've been using iMS to send out list mail. The advantages are that >iMS will do a single connection to a mail server and send all messages for >that mail server on a single connection. This is important when combi

Re: Accessing XML Node problem

2009-04-30 Thread Dave Watts
> I have an xml doc that looks like this > > > > >     >      400 Convention Blvd >      Hot Springs >      USA >      9366 >      Embassy Suites Hotel & Spa-Hot Springs >      Salon a & B >      2009-05-04 17:00:00.0 >      AR >      71901     >      71901 >     >   > > > in a variable called

Re: Accessing XML Node problem

2009-04-30 Thread Ben Nadel
Lance, maybe its cause the doctype () is in between the XMP and the QRY element. Try removing that - i don't think it should be there. -- Ben Nadel Adobe Community Expert Adobe Certified Advanced ColdFusion Developer Manager New York ColdFusion User Group http://www.bennadel.com Need ColdFusio

Accessing XML Node problem

2009-04-30 Thread Lance S
I have an xml doc that looks like this 400 Convention Blvd Hot Springs USA 9366 Embassy Suites Hotel & Spa-Hot Springs Salon a & B 2009-05-04 17:00:00.0 AR 71901 71901 in a variable called result. If I run

Re: converting scientific notation into decimal notation?

2009-04-30 Thread Pete Freitag
Gonzo, You can do this with BigDecimal and NumberFormat java classes: #numFormat.format(bigD.doubleValue())# -- Pete Freitag http://foundeo.com/ - ColdFusion Consulting & Products http://petefreitag.com/ - My Blog Web Application Firewall For ColdFusion: http://foundeo.com/security/ On

Re: Question about hack

2009-04-30 Thread ALL
well in our case, we already fixed the problem that allowed the person to upload in the first place. i posted it in one of the first posts in this thread. The problem we where having was finding the script that was still getting ran, which we finally found. On Thu, Apr 30, 2009 at 10:53 AM, Dave

Re: Question about hack

2009-04-30 Thread Dave Watts
> We finally fixed our issue. > After a long crackdown on security on our server, one of our sites (the one > that was causing all the fuss) gave me it's name and after about 2 mins it > was quite clear what was causing it. > > mw.asp - (contents can be found here: http://pastebin.com/f5d798bd1 )

RE: Question about hack

2009-04-30 Thread Mark Kruger
Nate, Thanks for the post follow up. Very helpful. -Mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: ALL [mailto:thegreat...@gmail.com] Sent: Thursday, April 30, 2009 10:25 AM To: cf-talk Subject

better mass mailing

2009-04-30 Thread Michael Dinowitz
Till now I've been using iMS to send out list mail. The advantages are that iMS will do a single connection to a mail server and send all messages for that mail server on a single connection. This is important when combined with its ability to set tokens in an email which will be replaced with uni

Re: Question about hack

2009-04-30 Thread ALL
We finally fixed our issue. After a long crackdown on security on our server, one of our sites (the one that was causing all the fuss) gave me it's name and after about 2 mins it was quite clear what was causing it. mw.asp - (contents can be found here: http://pastebin.com/f5d798bd1 ) and we alr

RE: Values in a loop

2009-04-30 Thread Rick Sanders
Hey Jason, Thanks! It worked after I moved it like you suggested. Rick -Original Message- From: Jason Fisher [mailto:ja...@wanax.com] Sent: April-30-09 8:17 AM To: cf-talk Subject: Re: Values in a loop An unchecked checkbox doesn't exist in the subsequent form scope. Move your CFIF

Re: Values in a loop

2009-04-30 Thread Jason Fisher
An unchecked checkbox doesn't exist in the subsequent form scope. Move your CFIF up above your CFSET's: UPDATE dbo.ShowRegistration SET Payment='Confirmed' WHERE (RegistrationID=#rid#) ~| Adobe® ColdFusion® 8 so

Values in a loop

2009-04-30 Thread Rick Sanders
OK, I'm a little stumped here. I have a loop that has 17 rows. It's looping over results from the database on a pervious page: What I need to do is grab the form value from the previous page. It's a checkbox: checked Next I want to store it in the database with the value:

Re: Shared Hosting Lockdown - Q1

2009-04-30 Thread Tom Chiverton
On Wednesday 29 Apr 2009, Martin Thomas wrote: > > If the web server is configured not to let anyone visit > > /CFIDE/Administrator > > it wont matter. > access to the admin form and AFAIK can't be locked down by the web server > configuration. Hmm, interesting. Does that work ? I would think th