Re: #$^% Forms!

2007-09-25 Thread Wayne Putterill
Love to join your alpha but ironically I can't get my (uk) phone number past your form validation :) Well I can if I miss off a digit... On 24/09/2007, jonese [EMAIL PROTECTED] wrote: shamless plug The CMS our company uses and is currently getting ready to release open source makes

RE: #$^% Forms!

2007-09-25 Thread William Seiter
I have a client that is having me fix his signup page for a similar reason. He believes he is missing out on 'a lot' of business because of the form validation problem. Unfortunately, his code is written in asp, so I'll be slumming it for a few hours this week ;) William -Original

RE: Fusion Authority Quarterly Update

2007-09-25 Thread William Seiter
I just received my first copy of the quarterly last week, and I was VERY much impressed with the quality of binding and paper used. Certainly blows away most everything else I have seen... William Seiter -Original Message- From: Dale Fraser [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: Fusion Authority Quarterly Update

2007-09-25 Thread Dale Fraser
Haha, I'm sure it's nice paper, but PDF would be quicker and easier. Regards Dale Fraser http://learncf.com -Original Message- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 September 2007 5:32 PM To: CF-Talk Subject: RE: Fusion Authority Quarterly Update I just

Check for get variable

2007-09-25 Thread nicolai bass dh
Hi all, i want to know how i can check for a get variable? I want to display another content for the case that a get variable is true on this site. For example: Get variable = false cfoutputfalse/cf... Get variable = true cfoutputfalse/cf... Thank your for your hel with best regards Stivn

RE: Check for get variable

2007-09-25 Thread Dale Fraser
What's a Get variable? Do you mean Set cfset myVariable = false / cfoutput#myVariable#/cfoutput Regards Dale Fraser http://learncf.com -Original Message- From: nicolai bass dh [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 September 2007 9:35 PM To: CF-Talk Subject: Check for get

Re: Check for get variable

2007-09-25 Thread Mark Drew
cfparam is your friend? On 9/25/07, Dale Fraser [EMAIL PROTECTED] wrote: What's a Get variable? Do you mean Set cfset myVariable = false / cfoutput#myVariable#/cfoutput Regards Dale Fraser http://learncf.com -Original Message- From: nicolai bass dh [mailto:[EMAIL

Re: Check for get variable

2007-09-25 Thread nicolai bass dh
Dear Dale, thank you for your reply. I want to check if the variable iid is set via a link. For example: a href=domain.tld/test.cfm?iid=1dfdfd/a If the variable iid has a value i want to display an other content as before. Thank you and with best regards Stivn.

RE: Check for get variable

2007-09-25 Thread Dale Fraser
cfif isDefined(url.iid) cfoutput#url.iid#/cfoutput /cfif Regards Dale Fraser http://learncf.com -Original Message- From: nicolai bass dh [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 September 2007 10:18 PM To: CF-Talk Subject: Re: Check for get variable Dear Dale, thank you

Re: Check for get variable

2007-09-25 Thread Dominic Watson
In ColdFusion, get variables are put in the 'url' scope. So: cfparam name=url.iid default=0 cfif url.iid EQ 1 etc. Hope that helps, Dom On 25/09/2007, nicolai bass dh [EMAIL PROTECTED] wrote: Dear Dale, thank you for your reply. I want to check if the variable iid is set via a

Re: Fusion Authority Quarterly Update

2007-09-25 Thread Judith Dinowitz
Haha, I'm sure it's nice paper, but PDF would be quicker and easier. Regards Dale Fraser Dale, While we don't have a PDF subscription, we sell the individual issues in PDF format for $6.95 US. Currently, the first issue (Vol. 1 Issue 1) is available for free, so the first three issues of the

Re: Simple .NET Class

2007-09-25 Thread vishnu prasad
Great to see its working for Dale Dale will u put my sample on your learncf! :) Cheers dale - I'm glad you got it working. It's too cool a feature to have to give up on. ~| Get involved in the latest ColdFusion

RE: Fusion Authority Quarterly Update

2007-09-25 Thread Dale Fraser
Thanks Judith, Perfect! Regards Dale Fraser http://learncf.com -Original Message- From: Judith Dinowitz [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 September 2007 10:33 PM To: CF-Talk Subject: Re: Fusion Authority Quarterly Update Haha, I'm sure it's nice paper, but PDF would be

RE: Simple .NET Class

2007-09-25 Thread Dale Fraser
I sure will! Regards Dale Fraser http://learncf.com -Original Message- From: vishnu prasad [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 September 2007 10:35 PM To: CF-Talk Subject: Re: Simple .NET Class Great to see its working for Dale Dale will u put my sample on your learncf!

Re: CF8 amp; .NET HELP!!!

2007-09-25 Thread Rupesh Kumar
Hi Dale, I tried your code and it works fine as expected. I wonder why it does not work for you. Could you please tell us the following.. - Whats the .NET version installed on your machine? - Is ColdFusion .NET service running fine? - Do you see dotNetCoreProxy.jar under

cftextarea richtext=true question

2007-09-25 Thread Jeff Becker
Hello, I am using CrystalTech's Coldfusion 8 shared environment. I've got code calling: cftextarea richtext=true toolbar=MyCustomToolbar On my DEV/Local box.. I defined the MyCustomToolbar in the \CFIDE\scripts\ajax\FCKeditor\fckconfig.js file. I've also made changes to the fckstyles.xml and

Re: Check for get variable

2007-09-25 Thread Stivn ..
OK, thank you all. I solved it with cfparam :) ~| Check out the new features and enhancements in the latest product release - download the What's New PDF now

RE: cftextarea richtext=true question

2007-09-25 Thread Dave Watts
My problem is: In the shared environment, EVERYONE shares /CFIDE/* . My question is, is there anyway I can have my own copy of the /CFIDE/ directory and thus have changes to the files listed above. Perhaps you can use the SCRIPTSRC attribute of CFFORM? Dave Watts, CTO, Fig Leaf Software

Yes Again CFWindow :(

2007-09-25 Thread Asim Manzur
Is there anyway to post the form from regular page to cfwindow? my main page have a form. when this form submits, I want to open a cfwindows, (so the action page for that form will be cfwindow) do the other steps and on closing the page. I can navigate the main page to som where. --

Re: Archiving SQL table data

2007-09-25 Thread Tom Chiverton
On Monday 24 Sep 2007, [EMAIL PROTECTED] wrote: sounds like a job for a staging table just for inserts w/out any indexes which moves the data via triggers or whatever to real tables for maintenance querying. Yup, had multiple staging databases (local to the things making the millions of

Re: [coldspring-dev] The advantages of Coldspring

2007-09-25 Thread Tom Chiverton
On Monday 24 Sep 2007, [EMAIL PROTECTED] wrote: Tom I think your replies are going to CF-Talk, not the ColdSpring list. Yeah, our new Exchange mail server, as well as not serving mail particularly well, also has an added bonus feature which strips out all the header information, so my mail

Re: Yes Again CFWindow :(

2007-09-25 Thread Raymond Camden
Use JS to submit the form- ColdFusion.Ajax.submitForm In there specify your callback function. That function will then open a new CFWINDOW (using ColdFusion.Window.create) and can display the results there. On 9/25/07, Asim Manzur [EMAIL PROTECTED] wrote: Is there anyway to post the form from

Permutation problem

2007-09-25 Thread Ken Fassman
Hi, I have a problem I'm struggling to solve in ColdFusion - I wonder if someone can help me with. I am being given a variable length, numeric string (min 6, max 20). I need to show all combinations of those values that will result in a unique set of 6. The resulting output is sorted - so

CF list/SQL Quote Problem

2007-09-25 Thread Howell, Craig H Civ WRALC/ITMS
Good Morning, I have a CF list of items with single quotes around them (e.g., list = 'ABC', 'DEF', 'XYZ') I am trying to use this list in a T-SQL statement using IN: SELECT * FROM test-table WHERE test-row IN (#list#) The problem is T-SQL adds quotes and I end up with the following statement:

RE: CF list/SQL Quote Problem

2007-09-25 Thread Dawson, Michael
Use cfqueryparam. -Original Message- From: Howell, Craig H Civ WRALC/ITMS [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 8:26 AM To: CF-Talk Subject: CF list/SQL Quote Problem Good Morning, I have a CF list of items with single quotes around them (e.g., list = 'ABC',

Re: CF list/SQL Quote Problem

2007-09-25 Thread Nicholas M Tunney
preserveSingleQuotes(list) Howell, Craig H Civ WRALC/ITMS wrote: Good Morning, I have a CF list of items with single quotes around them (e.g., list = 'ABC', 'DEF', 'XYZ') I am trying to use this list in a T-SQL statement using IN: SELECT * FROM test-table WHERE test-row IN (#list#)

RE: CF list/SQL Quote Problem

2007-09-25 Thread Howell, Craig H Civ WRALC/ITMS
Thanksthat was easy. -Original Message- From: Nicholas M Tunney [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 9:30 AM To: CF-Talk Subject: Re: CF list/SQL Quote Problem preserveSingleQuotes(list) Howell, Craig H Civ WRALC/ITMS wrote: Good Morning, I have a CF list

RE: CF list/SQL Quote Problem

2007-09-25 Thread Dave Watts
Any idea how to stop these additional quotes? PreserveSingleQuotes() Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia,

Re: Permutation problem

2007-09-25 Thread Ben Doom
I'm not sure how well this will run, but my first instinct is to do a recursive permutation. Basically, you write it so that the function returns a list of permutations permute(list, length) such that permute(1,2,3,4,5,6,7, 6) returns a list of each of those numbers plus the permute of the

Re: #$^% Forms!

2007-09-25 Thread jonese
Miss a digit, we don't care about the phone number. Originally we were going to restrict it but decided not to later on and have been to busy (or lazy) to fix the form. erj On 9/25/07, Wayne Putterill [EMAIL PROTECTED] wrote: Love to join your alpha but ironically I can't get my (uk) phone

RE: Security Questions

2007-09-25 Thread Andy
What is XSS? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 12:32 AM To: CF-Talk Subject: RE: Security Questions I've always thought this was more for load distribution though than security. No, it's for security. This model is used

Re: Security Questions

2007-09-25 Thread Bruce Sorge
Cross Site Scripting. Bruce Andy wrote: What is XSS? ~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive:

Re: Security Questions

2007-09-25 Thread Ian Skinner
What is XSS? Cross Scripting ttacks. Where the bad people in the world uses vulnerabilities in your site to insert undesirable scripts into your code to be run in future viewings of the site. ~| Check out the new features

Re: String validation HELP!!!!

2007-09-25 Thread Kenny Kinds
Doom It seems to be working fine except if there is more than one character between the sets, it one return the proper count. ie. it won't find the sets. ex sdrsd will reutrn true or 1 but sdthrsd will return false or 0. any thoughts and thanks for all of your help. Sure. It follows

Re: String validation HELP!!!!

2007-09-25 Thread Brian Kotek
You might look into one of the free regular expression tools to make jobs like this easier. One is http://www.ultrapico.com/Expresso.htm On 9/25/07, Kenny Kinds [EMAIL PROTECTED] wrote: Doom It seems to be working fine except if there is more than one character between the sets, it one

Cfexecute and restart of apache...

2007-09-25 Thread Douglas Hyde
I am new to CFEXECUTE. I am trying to use cfexecute to restart apache2.2 on max OSX (unix file structure) when a new virtual host is added or when the aliases are updated within a host (eg, new directories are added that must be aliased). Apache doesn't recognize these changes until restart. So I

Re: String validation HELP!!!!

2007-09-25 Thread Ben Doom
Sorry, should have been ([a-z0-9]{2}).*\1 ? means 0 or 1, * means 0 or more. --Ben Doom Kenny Kinds wrote: Doom It seems to be working fine except if there is more than one character between the sets, it one return the proper count. ie. it won't find the sets. ex sdrsd will reutrn true

Re: String validation HELP!!!!

2007-09-25 Thread Claude Schneegans
You might look into one of the free regular expression tools to make jobs like this easier. One is Another one, made in CF for CF is here: http://www.contentbox.com/claude/REwizard/index.cfm -- ___ REUSE CODE! Use custom tags; See

Re: String validation HELP!!!!

2007-09-25 Thread Kenny Kinds
You guys are awesome! Thanks alot. Doom, you're not as bad as the comics make you out to be. ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers.

Re: String validation HELP!!!!

2007-09-25 Thread Ben Doom
Little do you know, that code lets me exploit holes in your server's ozone with my nuclear bit bucket. Bwah, hahahahahah! --Ben Doom Kenny Kinds wrote: You guys are awesome! Thanks alot. Doom, you're not as bad as the comics make you out to be.

Infinite Structure Looping

2007-09-25 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hello, I'm trying to set up a structure based on unique values in a flat SQL database with unique id's. And then output values in the structure in a hierarchy kind of like: 1 | 2 3 9 | 4 5 6 | 7 8 I believe can loop through and exhaust all the values

Re: String validation HELP!!!!

2007-09-25 Thread Kenny Kinds
One more question for you. Initially I stated that I was looking for double characters when i actually i need to search for 3 characters in a row. Everything i've tried doesn't give me the correct results. Any ideas. Little do you know, that code lets me exploit holes in your server's ozone

CFMENU with submenus dynamically created

2007-09-25 Thread Andy Chen
OK.. I don't know if it is some sort of brainblock or just me. I am trying to create a loop which will dynamically create a menu with submenu (if needed). To make it easier, there is only 1 level for submenu which is just a flag in the DB. There MAY or MAY NOT be any submenus in a menu. Now

Re: Permutation problem

2007-09-25 Thread Christopher Jordan
I'm curious why in your case 1,2,3,4,5,6 is considered to be the same as 1,2,3,4,6,5? I was going to suggest that you use n! to figure out how many possible permutations of the string there were, but that wouldn't work given your requirements. Chris On 9/25/07, Ken Fassman [EMAIL PROTECTED]

Re: String validation HELP!!!!

2007-09-25 Thread Will Tomlinson
Being the RegEx Ninja, my first thought is to use a regex: How can *you* be the regex ninja when Bobby thinks *he* is. :) ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now

RE: String validation HELP!!!!

2007-09-25 Thread Bobby Hartsfield
You're obviously more delusional than I am... ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 4:17 PM To: CF-Talk Subject: Re: String validation HELP

Re: String validation HELP!!!!

2007-09-25 Thread Kenny Kinds
This guy's Kung Fu is strong. or is that the proper martial art for this problem. ;) Being the RegEx Ninja, my first thought is to use a regex: How can *you* be the regex ninja when Bobby thinks *he* is. :) ~| ColdFusion is

Breaking down mass email into chunks to beat page timeout.

2007-09-25 Thread Andrew Peterson
Hello, I have a mass email which times out due to our shared server's timeout of 60,000 ms. (It takes longer than that to process the page.) I could loop through and send out 2000 emails at a time, but I am still stuck with having the client wait and click on “Send the next 1000 emails”

Re: CF8 configuration issues in a VM environment

2007-09-25 Thread Ben Mueller
Hope I'm not just spreading FUD, but I suspect that's not possible. On W2K3, the only way to get a mapped drive letter is to run CF under a login session - i.e., login to the server, map the drive, then start CF as a console app. I'd presume XP would be the same. Jaime Metcher Thanks to both

Re: String validation HELP!!!!

2007-09-25 Thread Ben Doom
You seem to be very interested in regular expressions and text processing. CF-RegEx is a low-volume list with a bunch of guys with heads full of expertise and nothing to do. Operators are standing by! In the meantime, if you need to match the same char 3 times: ([a-z0-9])\1\1 Or the same 3

Re: String validation HELP!!!!

2007-09-25 Thread Ben Doom
r/(.*)Bobby(.*)/$1Ben$2/ig --Ben Shadow RegEx Doom Will Tomlinson wrote: Being the RegEx Ninja, my first thought is to use a regex: How can *you* be the regex ninja when Bobby thinks *he* is. :) ~| Get the answers

RE: Infinite Structure Looping

2007-09-25 Thread Gaulin, Mark
FYI, you can replace this syntax: cfset datacontainer[aid].container.1 = scontainer1 with this: cfset datacontainer[aid].container[1] = scontainer1 and that should help you manipulate things with data coming from a query. But if the id is really the primary key then why make

Re: String validation HELP!!!!

2007-09-25 Thread Kenny Kinds
Is that your suggestion? r/(.*)Bobby(.*)/$1Ben$2/ig --Ben Shadow RegEx Doom Will Tomlinson wrote: Being the RegEx Ninja, my first thought is to use a regex: How can *you* be the regex ninja when Bobby thinks *he* is. :)

Re: Breaking down mass email into chunks to beat page timeout.

2007-09-25 Thread Matt Robertson
Try this. Its been around for a long time and works very well. There are server-side-only variations described somewhere in there but I have never had one work anywhere near as well as this: http://mysecretbase.com/Slowing_Down_CFMAIL.cfm 2nd generation:

Session Hijacking Curiosity

2007-09-25 Thread Mike Chabot
I am looking into a session hijacking problem, where the session that was hijacked had an empty cfid and cftoken, and was surprised by the following scenario I tested. User 1: log into the Web site. User 1: using Firefox, examine the cookies and modify the cfid and cftoken values to be blank

Re: String validation HELP!!!!

2007-09-25 Thread Ben Doom
Kung Fu is an idiom. Literally, it means more or less hard work. I learned the ancient Perl forms. I studied under Dinowitz, O'Reilly, Jochem. I faced the dreaded CF5 POSIX forms and was victorious. Yeah. I worked hard for it. --Ben Doom Kenny Kinds wrote: This guy's Kung Fu is strong. or

RE: String validation HELP!!!!

2007-09-25 Thread Bobby Hartsfield
:-) ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 3:52 PM To: CF-Talk Subject: Re: String validation HELP r/(.*)Bobby(.*)/$1Ben$2/ig --Ben Shadow RegEx

Re: Permutation problem

2007-09-25 Thread Ben Doom
Technically, he's asking for a combination, which would be (x choose y) which is x!/y!(x-y)! (number of combinations) instead of x!/(x-y)! (number of permutations, in which order counts) So if there are 7 numbers in the original list, and you need 6 of them, it's 7!/6!(7-6)! = 7!/6! * 1! = 7!/6!

Re: Session Hijacking Curiosity

2007-09-25 Thread Mike Chabot
I reproduced the behavior using made up numbers instead of empty strings. I modified the cookie to be cfid=1234 and the cftoken = 1234. I was able to continue using the site using these modified values without seeing any session errors. So the behavior is not limited to empty strings. -Mike

Re: String validation HELP!!!!

2007-09-25 Thread Kenny Kinds
nvmd. just got it. Thanks for your help. :-) .:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com r/(.*)Bobby(.*)/$1Ben$2/ig --Ben Shadow RegEx Doom Will Tomlinson wrote: Being the RegEx Ninja, my first thought is to use a regex: How can *you* be the regex ninja

RE: Session Hijacking Curiosity

2007-09-25 Thread Brad Wood
That's always been my understanding of cfid and cftoken. (I had never tried the empty strings though). That is why it is dangerous when someone goes copying and pasting a url into an E-mail. Then all of a sudden, you are logged in as them. ~Brad -Original Message- From: Mike Chabot

Re: String validation HELP!!!!

2007-09-25 Thread morgan lindley
nvmd. just got it. Thanks for your help. Don't mean to hijack the thread or anything, but you wouldn't happen to be the same Kenny Kinds I worked with several years ago at CWC in St Louis, would you. Just curious, as I tried to look him(you?) up at your other site a couple of years ago, but

Re: Session Hijacking Curiosity

2007-09-25 Thread Jochem van Dieten
Mike Chabot wrote: I am looking into a session hijacking problem, where the session that was hijacked had an empty cfid and cftoken, and was surprised by the following scenario I tested. User 1: log into the Web site. User 1: using Firefox, examine the cookies and modify the cfid and

Re: String validation HELP!!!!

2007-09-25 Thread Kenny Kinds
WOW! Small world. Where are you at now. How are things? As you've probably guessed, i'm not at CWC anymore. left there about 2 1/2 years ago. nvmd. just got it. Thanks for your help. Don't mean to hijack the thread or anything, but you wouldn't happen to be the same Kenny Kinds I

Recovering scheduled tasks after upgrade?

2007-09-25 Thread Scott Weikert
My server guy upgraded my development server from CF 6.1 to CF 8 earlier today. Yay. In doing so, he blew away all my scheduled task info. Grr. Is there anywhere one might recover that info (file system, registry, etc)? Enough info to reset them manually? Talking about a Win2k server

Re: Breaking down mass email into chunks to beat page timeout.

2007-09-25 Thread Scott Weikert
Andrew Peterson wrote: Hello, I have a mass email which times out due to our shared server's timeout of 60,000 ms. (It takes longer than that to process the page.) I could loop through and send out 2000 emails at a time, but I am still stuck with having the client wait and click on “Send

RE: Recovering scheduled tasks after upgrade?

2007-09-25 Thread Brad Wood
Those are stored in coldfusion_root\lib\neo-cron.xml You made a backup the coldfusion folder before upgrading, right? :) ~Brad -Original Message- From: Scott Weikert [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 3:54 PM To: CF-Talk Subject: Recovering scheduled tasks

RE: Recovering scheduled tasks after upgrade?

2007-09-25 Thread Dave Watts
Is there anywhere one might recover that info (file system, registry, etc)? That information is stored in \cfusion\lib\neo-cron.xml, if you backed that up. Dave Watts, CTO, Fig Leaf Software ~| ColdFusion 8 - Build next

converting sql scripts

2007-09-25 Thread Steve Good
does anyone know a good tool for converting a mysql script to a mssql script? I started doing this by hand but with over 12,000 errors being thrown by mssql I don't think I have the stamina to undertake the job. I'm looking for something free if possible since I won't be using it very often

Re: Breaking down mass email into chunks to beat page timeout.

2007-09-25 Thread Rick Root
Regarding the timeout... have you tried using the Cfsetting tag to disable the request timeout? One thing you could do, assuming the email list is coming from a query, is have the query return only 1000 rows at a time and upon completion, meta refresh to itself passing in the next start row

Re: lt;cftextarea richtext=quot;truequot;gt; question

2007-09-25 Thread Cyrill Vatomsky
CF8 implementation FCKeditor seems unfinished. I know that the default toolbar does not have an insert image button. However, you can load a canned template with an image and then clicking on image properties you can actually get to the image browser. But when you click on browse server you get

Re: converting sql scripts

2007-09-25 Thread Bruce Sorge
I don't know of any free ones, but there are ones with trial versions. Not sure if they are fully functional. *http://tinyurl.com/yt73ac **http://convert-mysql-to-mssql.qarchive.org/ **http://www.sobolsoft.com/mysqlmssql/ * Bruce Steve Good wrote: does anyone know a good tool for

Re: CFMENU with submenus dynamically created

2007-09-25 Thread Andy Chen
OK solved it by thinking of it from another angle. I had to tweak the database structure to work with it. I can't juse use a flag for submenu but need to do a parent-child type of linkage. So basically need to run a separate query to get all the submenus and keep everything within the

Re: converting sql scripts

2007-09-25 Thread Rick Root
On 9/25/07, Steve Good [EMAIL PROTECTED] wrote: does anyone know a good tool for converting a mysql script to a mssql script? I started doing this by hand but with over 12,000 errors being thrown by mssql I don't think I have the stamina to undertake the job. Are you trying to convert

Re: Recovering scheduled tasks after upgrade?

2007-09-25 Thread Scott Weikert
Brad Wood wrote: Those are stored in coldfusion_root\lib\neo-cron.xml That's where they're stored in CF 8. I'm asking where they were stored in CF 6.1. Fortunately, the CF6.1 files are still there - so if I can figure out where to look in THOSE, I should be good. You made a backup the

Re: String validation HELP!!!!

2007-09-25 Thread Kenny Kinds
My solution is not workinig in all cases. Tried using ([a-z0-9]).\1, but doesn't check for three consecutive characters in a row. any suggestions? Thanks r/(.*)Bobby(.*)/$1Ben$2/ig --Ben Shadow RegEx Doom Will Tomlinson wrote: Being the RegEx Ninja, my first thought is to use a regex:

how to pass/bind to url in ColdFusion.navigate()?

2007-09-25 Thread Cyrill Vatomsky
I have a grid with two columns - documentTitle and DocumentID. I can't figure out how to use ColdFusion.navigate with it to load document for editing in a cfdiv (forms). Using the href parameter does nothing, so I tried binding a button to it with this:

Re: Breaking down mass email into chunks to beat page timeout.

2007-09-25 Thread Ian Skinner
'I don't THINK event gateways are subject to request timeouts because they're not requests' But they are also rather advanced for a shared hosting system where one does not have access to the administrator. ~| Get the

Re: Breaking down mass email into chunks to beat page timeout.

2007-09-25 Thread Rick Root
On 9/25/07, Ian Skinner [EMAIL PROTECTED] wrote: 'I don't THINK event gateways are subject to request timeouts because they're not requests' But they are also rather advanced for a shared hosting system where one does not have access to the administrator. Of course, I'd be surprised if

Re: String validation HELP!!!!

2007-09-25 Thread morgan l
Kenny, I replied off-list, so as not to clutter things around here with a personal conversation. -morgan On 9/25/07, Kenny Kinds wrote: WOW! Small world. Where are you at now. How are things? As you've probably guessed, i'm not at CWC anymore. left there about 2 1/2 years ago. nvmd.

Re: Recovering scheduled tasks after upgrade?

2007-09-25 Thread Scott Weikert
Scott Weikert wrote: Brad Wood wrote: Those are stored in coldfusion_root\lib\neo-cron.xml That's where they're stored in CF 8. I'm asking where they were stored in CF 6.1. I should clarify - on my dev server, there's still the old CFusionMX folder on the C drive, along with

Re: converting sql scripts

2007-09-25 Thread Steve Good
I'm actually trying to convert the script that came with cf_shopkart. I did do a dump from mysql after altering some of the table names. I'll poke around and see if I can get it to format the way I want it. Rick Root wrote: On 9/25/07, Steve Good [EMAIL PROTECTED] wrote: does anyone

Re: String validation HELP!!!!

2007-09-25 Thread Charlie Griefer
throw a {3} in there somewhere On 9/25/07, Kenny Kinds [EMAIL PROTECTED] wrote: My solution is not workinig in all cases. Tried using ([a-z0-9]).\1, but doesn't check for three consecutive characters in a row. any suggestions? Thanks r/(.*)Bobby(.*)/$1Ben$2/ig --Ben Shadow RegEx

Re: String validation HELP!!!!

2007-09-25 Thread Ben Doom
That's Perlish for replacing Bobby with Ben. :-) --Ben Not Bobby Doom Kenny Kinds wrote: Is that your suggestion? r/(.*)Bobby(.*)/$1Ben$2/ig --Ben Shadow RegEx Doom Will Tomlinson wrote: Being the RegEx Ninja, my first thought is to use a regex: How can *you* be the regex ninja when

Re: Session Hijacking Curiosity

2007-09-25 Thread Mike Chabot
Thanks for that script Jochem. I think the behavior using jsessionid would be different. The site having the issue is using cfid/cftoken. I have reproduced this problem in MSIE7 and Firefox 2. I don't think it is related to any browser issue since it is the CF server that is reporting the empty

list administrator

2007-09-25 Thread poib murka
Who is this list administrator? ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive:

Re: CF8 / IIS Install issues

2007-09-25 Thread Rob Brooks-Bilson
Dave, I looked at the three CF services and saw that I was missing some parameters. Changed those, based on the entries from the virtual machine, and I still crash. I got a call from another developer in the company who just installed CF8 and he is having the exact same problem, so

Re: Breaking down mass email into chunks to beat page timeout.

2007-09-25 Thread J.J. Merrick
What I have done in the past is to setup a table in my database called Queue that had basically this structure emailID To From Fail-to Subject textBody HTMLBody threadID dateSent I write to that table, which is dramatically faster then a cfmail, then just have a scheduled task that starts out

Re: CF8 / IIS Install issues

2007-09-25 Thread Rob Brooks-Bilson
Dave, I looked at the three CF services and saw that I was missing some parameters. Changed those, based on the entries from the virtual machine, and I still crash. I got a call from another developer in the company who just installed CF8 and he is having the exact same problem, so

Conferences

2007-09-25 Thread Dale Fraser
Is there a list of all the CF conferences somewhere. I need to organise a trip to the US and thought it would be nice to hit a CF conference in the process. Regards Dale Fraser http://learncf.com ~| Get involved

Re: Session Hijacking Curiosity

2007-09-25 Thread Mike Chabot
I did further testing and verified that using UUIDs for the cftokens does not address the security vulnerability. If you specify that you want to use UUIDs, CF Server doesn't seem to check that the token is a valid UUID. On the other hand, using jsessions behaves as expected. If you clear out the

Re: Permutation problem

2007-09-25 Thread Christopher Jordan
Thanks Ben! I didn't know about that x choose y deal (I'm not a huge math guy, just better than the average bear ;o) I love it when I can learn something new. :o) I'm still curious what the circumstances are that are making this pattern necessary for Ken... if you don't mind sharing, Ken. ;o)

Re: Session Hijacking Curiosity

2007-09-25 Thread James Holmes
Yes - the moral of the story is that you should use J2EE sessions if you care about security (which has been the case since they were introduced in CF 6). On 9/26/07, Mike Chabot wrote: I did further testing and verified that using UUIDs for the cftokens does not address the security

What could cause empty cftokens in cookies?

2007-09-25 Thread Mike Chabot
Looking at IIS log files, I am seeing a lot of people arriving on a CF server with empty cfid and empty cftoken values in their cookies. By empty values, I mean specifically that the entries look like cfid=;cftoken=; I am wondering if anybody knows what could be causing these cookie values to be

Re: Conferences

2007-09-25 Thread Nathan Strutz
Yeah, there's http://www.cfconf.org/ -- nathan strutz http://www.dopefly.com/ On 9/25/07, Dale Fraser [EMAIL PROTECTED] wrote: Is there a list of all the CF conferences somewhere. I need to organise a trip to the US and thought it would be nice to hit a CF conference in the process.