Re: Hosting for SEMI dedicated

2005-03-18 Thread Stephenie Hamilton
CFXHosting has a great VPS plan and you pick the CF version and the server is limited to 4 customers; each uniquely isolated, so you can reboot your own isolation if you need to, you get complete control! http://cfxhosting.com/StandardHosting/VPS/index.cfm Stephenie -Original Message

Re: removing directories that are not empty

2004-10-04 Thread Stephenie Hamilton
how about copying a directory and all of its contents, this is on CFMX. Stephenie Hamilton wrote: does anyone know of a udf or custom tag that will easy remove directories that are not empty? cfexecute name=rd arguments=/S /Q #dir# timeout=10 / Jochem [Todays Threads] [This Message

textarea looping

2004-10-01 Thread Stephenie Hamilton
ok, so i have been doing only admin stuff this last year...don't have my books with me and am having a completely brain fart friday... i need to get a list from a textarea so i can loop over it and ensure the directories exist, ie: the textarea values come back as a long string with spaces

Re: textarea looping

2004-10-01 Thread Stephenie Hamilton
duh!! thanks ben, you da man. steph Um, if they're entering them one per line, the delimiter would be a linebreak character, not a space.Try using 10 and 13 as delimiters, and make sure to trim(). --Ben Stephenie Hamilton wrote: [Todays Threads] [This Message] [Subscription] [Fast

Re: textarea looping

2004-10-01 Thread Stephenie Hamilton
thanks [embarrased grin] steph It may look like a space between them in HTML (debugging output?), but is it really a line feed or carriage return/line feed? If so, try using chr(13) and chr(10) as list delimiters. Jerry Johnson [Todays Threads] [This Message] [Subscription]

removing directories that are not empty

2004-10-01 Thread Stephenie Hamilton
does anyone know of a udf or custom tag that will easy remove directories that are not empty? steph [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

julian date

2004-01-06 Thread Stephenie Hamilton
What is the best way to work with julian dates in CF? I will need to convert a julian date to a formatted date and vice versa. I have never worked with julian dates before so any info you can send my way would be great. TIA Stephenie Hamilton [Todays Threads] [This Message] [Subscription

Re:parsing txt file - seems unparsable

2003-10-07 Thread Stephenie Hamilton
Thanks! will let you know how it goes. I have really been seeing the usefulness of using Java with CF lately. ~~ Stephenie I reckon you'll be needing a Java CFX then. Seemed like a fun 5 minute project so here ya go. - import com.allaire.cfx.*; import java.io

Re:sandbox security

2003-10-06 Thread Stephenie Hamilton
are you using an absolute path in cffile? ~~ Stephenie I purposefully removed the sandbox at the root that disabled all tags to try and get this working. So in this current config there are no tags disabled period, so everything should just work by default. [Todays Threads] [This Message

Re:parsing txt file - seems unparsable

2003-10-06 Thread Stephenie Hamilton
t; any ideas? BTW, using cffile in CFMX to read the file works great, it doesn't choke on the null char. Too bad we don't have MX yet on our corporate servers (sigh). ~~ Stephenie This is better though. cfobject type=JAVA name=jFR class=java.io.FileReader action=""> cfset jFRobj

Re:parsing txt file - seems unparsable

2003-10-03 Thread Stephenie Hamilton
yes it is cf 5. i suspect you may be right. will try some tweaking as soon as i kick this flu. thanks! steph [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:parsing txt file - seems unparsable

2003-10-03 Thread Stephenie Hamilton
nice idea, but no love. thanks! Stephenie If you're still having trouble, instead of CFFILE, try this cfsavecontent variable=myDoc. cfinclude template=myDoc.txt /cfsavecontent Now parse your file. H. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

parsing txt file - seems unparsable

2003-10-01 Thread Stephenie Hamilton
, then it parses fine (until it runs into the one on the next line etc)... is there any way to get past this? I am beating my head against the wall and can no longer even see straight... tia Stephenie [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:parsing txt file - seems unparsable

2003-10-01 Thread Stephenie Hamilton
it does not display the whole file. it stops when it gets to the little square on the first line. i can't even get to the part of inserting into db because i get only part of the first line. sigh Stephenie if you output the content of the file in your cf template (prior to db insert) does

Re:parsing txt file - seems unparsable

2003-10-01 Thread Stephenie Hamilton
If i open the file in notepad, then save it (without making any changes) it works fine. h...wonder how/if i can use cfexecute to have notepad open the file and then save it? other than that, i can't think of anything else... Steph [Todays Threads] [This Message] [Subscription] [Fast

debugging - query and includes

2003-09-26 Thread Stephenie Hamilton
to dynamically display the query andinclude list? I have searched the archive and without specificallyhard coding the name of the query i cannot find a way to output theresults.tia~~Stephenie Hamilton [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:debugging - query and includes

2003-09-26 Thread Stephenie Hamilton
Yes I am talking about the cf_debug tag you were a part of.well crud. I was hoping someone had the golden kernel of knowledge on how to get that info. thanks anyway.~~StephenieIf I remember sql and cfincludes where two things we could not tie into withcf_debug. That is if your talking about the

oracle newbie

2003-09-19 Thread Stephenie Hamilton
played with oracle, so am i just having a bad brain day or what? ~~ Stephenie ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137730 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http

Re:oracle newbie

2003-09-19 Thread Stephenie Hamilton
hey, i just started here, i had no control over the db at all sigh ~~ Steph Those have to be the most obfuscated column names I've ever seen :) - Jim ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137733

Re:oracle newbie

2003-09-19 Thread Stephenie Hamilton
I am not sure what the schema name is, they didn't tell me that...any hints on how i could find it using oracle worksheet? I cannot use RDS (corporate rules...arg) so the only way I can even look at the db is with oracle worksheet, which is doesn't show me much compared to SQL Ent. Mgr (which

Re:oracle newbie

2003-09-19 Thread Stephenie Hamilton
I am using HomeSite+ (5.1) ~~ Steph Stephanie, Are you using Dreamweaver or Studio? I just did a search on oracle worksheet because I don't actually know what that is (I use SQl Plus or SQL Navigator or TOAD to connect to Oracle and monkey with queries.) and I found a thread that is

Re:oracle newbie

2003-09-19 Thread Stephenie Hamilton
ok, this is wacked, but another developer came over and told me that his view in oracle worksheet is different, here you have to actually tell it to commitarg! i was not aware of that, so as soon as i commited the changes to the table, cf showed me the correct recordset. double sigh Thanks

OT: onsite CF training recommendations

2003-09-15 Thread Stephenie Hamilton
their info off list. Thanks!! ~~ Stephenie Hamilton UPS World Wide Logistics Internation Shipment Resolution Application Developer [EMAIL PROTECTED] ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http

FB4 Downloads

2003-09-10 Thread Stephenie Hamilton
Does anyone have the FB4 files they can either send to us or put up a link please? pretty please? with cf_sugar on top?? Steph Does anyone know where FB4 can be downloaded? It seems the FB beta site is down and I really need to get these files. Thanks, Clint

FB4 Downloads

2003-09-09 Thread Stephenie Hamilton
I am in the same boat right now. I especially need the fb4 for CF5 files. If anyone has them already, can you please put them up with a link for us? Thanks! Stephenie Hamilton Certified Macromedia ColdFusion Developer

FB4 Downloads

2003-09-09 Thread Stephenie Hamilton
the site has been coming and going, however, i have hit the request page about 6 times with 2 email addresses and no files have shown up. steph Beta site seems to be up. If not let me know and I will email them to you. ~|

RE: Anyone developing apps relating to multiplayer gaming? (MMORPG)

2003-08-25 Thread Stephenie Hamilton
Check the FlashComm list at figleaf. I have seen people talking about dev. Multi player games there. http://chattyfig.figleaf.com/ ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting Do you want complete ColdFusion Administrator access? - CFX-Advanced VPS - http

RE: 6.1 Install

2003-08-21 Thread Stephenie Hamilton
If you are not using the built in web server you should not have to specify the port (:80), also try changing localhost to 127.0.01 ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting Do you want complete ColdFusion Administrator access? - CFX-Advanced VPS - http

RE: null null errors

2003-08-20 Thread Stephenie Hamilton
Can you be more specific? Are you seeing this in a page or in a log file? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting Do you want complete ColdFusion Administrator access? - CFX-Advanced VPS - http://www.cfxhosting.com/Plans/s_cfxadvancedVPS.cfm

RE: CFMAIL or me?

2003-08-20 Thread Stephenie Hamilton
can't say for sure. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting Do you want complete ColdFusion Administrator access? - CFX-Advanced VPS - http://www.cfxhosting.com/Plans/s_cfxadvancedVPS.cfm -Original Message- From: Sean Hynes [mailto:[EMAIL

RE: ISP Control Panel apps...

2003-08-19 Thread Stephenie Hamilton
Try the Intranet/Hosting Toolkit from http://www.intrafoundation.com/ihtk.asp ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting Do you want complete ColdFusion Administrator access? - CFX-Advanced VPS - http://www.cfxhosting.com/Plans/s_cfxadvancedVPS.cfm

RE: See a blank page when I run a .cfm file

2003-08-19 Thread Stephenie Hamilton
If you cannot run any cf pages, then try uninstalling/reinstalling. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting Do you want complete ColdFusion Administrator access? - CFX-Advanced VPS - http://www.cfxhosting.com/Plans/s_cfxadvancedVPS.cfm -Original

RE: See a blank page when I run a .cfm file

2003-08-18 Thread Stephenie Hamilton
What version of CF? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: ColdFusion Programmer [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 6:47 AM To: CF-Talk Subject: See a blank page when I run a .cfm file Can

RE: See a blank page when I run a .cfm file

2003-08-18 Thread Stephenie Hamilton
pages? How much RAM do you have in the server? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: ColdFusion Programmer [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 11:17 AM To: CF-Talk Subject: See a blank page when I

RE: Erratic CF/IIS issues

2003-08-04 Thread Stephenie Hamilton
Ensure you have done this: http://www.macromedia.com/support/coldfusion/ts/documents/tn18258.htm ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Jeff Lucido [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 1:09 PM

RE: OT - IIS in 2000

2003-07-29 Thread Stephenie Hamilton
It should be under start -- programs -- administrator tools. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 4:10 PM To: CF-Talk Subject: OT - IIS in 2000

RE: RE: What could possibly cause this??!

2003-07-29 Thread Stephenie Hamilton
I would cycle CF and IIS before doing any type of install. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: s. isaac dealey [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 5:16 PM To: CF-Talk Subject: RE: RE: What could

RE: SSL

2003-07-22 Thread Stephenie Hamilton
give you some indication of what isn't secure. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 2:12 PM To: CF-Talk Subject: SSL Hi all, In IE, when I go to a page

RE: CFMAIL multipart and attachment

2003-07-22 Thread Stephenie Hamilton
# html content here /cfmail This allows users who have html email enabled to receive the html version and if they don't they get the plain text ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Everett, Al [mailto:[EMAIL PROTECTED

RE: Flash Gateway

2003-07-22 Thread Stephenie Hamilton
/documents/enable_flash_w ebservices.htm ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 3:10 PM To: CF-Talk Subject: Flash Gateway Hey all, I'm still having

RE: siteminder :: CFserver 5 :: what's it do??

2003-07-18 Thread Stephenie Hamilton
If you are not using Sandbox or Advanced Security, then yes you can disable it. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 5:55 AM To: CF-Talk Subject: RE

RE: MSDN on CF - ASP.net

2003-07-17 Thread Stephenie Hamilton
That would be Pet Market (a great example of a RIA) http://www.macromedia.com/devnet/mx/blueprint/ ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 2:08 PM

RE: 'Webinars'

2003-07-10 Thread Stephenie Hamilton
You can if you incorporate Camtasia, however I believe I heard that it would be a feature of flashcomm soon, but don't quote me. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Josh Remus [mailto:[EMAIL PROTECTED] Sent

RE: 'Webinars'

2003-07-10 Thread Stephenie Hamilton
WOOHOO! ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Mike Chambers [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 12:41 PM To: CF-Talk Subject: Re: 'Webinars' Breeze Live, which we announced this morning

RE: Emails no longer sent through site

2003-07-10 Thread Stephenie Hamilton
. This will allow the email to be sent directly from the web server and bypass the email server and any authentication issues altogether. Note: do not use the server attribute of cfmail tag or you will override the CF Admin settings. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional

RE: ColdFusion Server x Hardware

2003-07-09 Thread Stephenie Hamilton
If you are running them all on the same server, then I would definitly suggest another 512 MB RAM. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Rodrigo Cohen [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 11:35 AM

RE: CFX_IMAGE

2003-07-03 Thread Stephenie Hamilton
That only lists Latest version is 1.4.8. and there is a newer better version. Use Dan Phillips link for the newest version. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Benjamin Rosenthal [mailto:[EMAIL PROTECTED] Sent

RE: CrystalTech says ALL variables must be locked

2003-07-03 Thread Stephenie Hamilton
Let me elaborate. We ask all customers to lock their shared scope vars,(ie: session, application). But we do not in any way tell them to lock non shared scope vars (ie: local, client etc). ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message

RE: TagCFMail::sendMessage

2003-07-02 Thread Stephenie Hamilton
What version of CF? OS? What do you have set for the mail server in the CFAdministrator? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Ihrig Paul E Cont 88 ABW/EM [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 9:31

RE: CFX_IMAGE

2003-07-02 Thread Stephenie Hamilton
Is that the newest version of the tag? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 5:31 PM To: CF-Talk Subject: RE: CFX_IMAGE Who ever wants it, http

RE: CFMX Problem with Connectors

2003-07-01 Thread Stephenie Hamilton
Hmmm, I am not sure how to restore the original perms. Sounds like you might want to start all over though. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 5:36

RE: CFMX Problem with Connectors

2003-07-01 Thread Stephenie Hamilton
Aha! So were you able to get mx working with sp4? Or did you have to remove sp4? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 10:27 AM To: CF-Talk Subject

RE: CFMX Problem with Connectors

2003-06-30 Thread Stephenie Hamilton
Did you try to run the connectors manually instead of the bat files? http://livedocs.macromedia.com/cfmxdocs/Installing_ColdFusion_MX/configu ring.jsp ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Brook Davies [mailto:[EMAIL

RE: CFMX Problem with Connectors

2003-06-30 Thread Stephenie Hamilton
It could very well be. I know we haven't installed it yet (you know how it goes with MS updates!). Can you uninstall sp4? I would get SP4 off of there personally and get CFMX/updater 3 working, then see if you can install SP4 (if you dare! Muhhahaahahaa). ~~ Stephenie Hamilton Macromedia

RE: CFMail

2003-06-27 Thread Stephenie Hamilton
Which version of CF? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Bruce, Rodney S HQISEC/Veridian IT Services [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 2:16 PM To: CF-Talk Subject: CFMail Hi all Is there a way

RE: CFMail

2003-06-27 Thread Stephenie Hamilton
it straight to another spool dir, but to a dir with spool dir inside it). ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Bruce, Rodney S HQISEC/Veridian IT Services [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 2:40 PM To: CF

RE: Is Flash really THAT good?

2003-06-20 Thread Stephenie Hamilton
Can we get a link to your Big Book of Useless Rubbish No One Should Waste Their Time? (just so we don't waste any more time reading useless rubbish) gdr ~~ Stephenie -Original Message- From: Haggerty, Mike [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 9:44 AM To: CF-Talk

RE: Is Flash really THAT good?

2003-06-20 Thread Stephenie Hamilton
That is fine and all, but what I really miss in flash is the ability to right click -- open in new window... ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Chris Kief [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 3:47

RE: Is Flash really THAT good?

2003-06-20 Thread Stephenie Hamilton
You know what I meant. :Þ ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: CF Dude [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 4:24 PM To: CF-Talk Subject: Re: Is Flash really THAT good? How do you miss a feature

RE: CFMX Server Errors :(

2003-06-17 Thread Stephenie Hamilton
Jrun has to be running, ie: check in your services and make sure CF Application Server is started. Then run the connector command again ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Critz [mailto:[EMAIL PROTECTED] Sent

RE: Log files in MX

2003-06-17 Thread Stephenie Hamilton
Try LogMagic http://www.macromedia.com/cfusion/exchange/index.cfm?view=sn130#loc=en_u sview=sn105viewName=Exchange%20Search (watch for url wrap) Or use http://makeashorterlink.com/?F2B9534F4 ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original

RE: Whaling? Whaling? C'mon people....

2003-06-16 Thread Stephenie Hamilton
?? (guessing wrong list) ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 12:41 PM To: CF-Talk Subject: Whaling? Whaling? C'mon people ...get with the plan

RE: louisville cfug members

2003-06-11 Thread Stephenie Hamilton
Huh? Since when? Wtf?? I didn't even get an email about the new day.. Is it always going to be on tues now? g ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003

Back Buttons

2003-06-05 Thread Stephenie Hamilton
testing. cannot receive any cf-talk mail. ~~ Stephenie ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ: http

RE: Control Panel for hosting?

2003-05-30 Thread Stephenie Hamilton
Before we built our own dll's to do this type of thing we were using Lewis Sellers Intranet Hosting Kit (http://www.intrafoundation.com/ihtk.asp) ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Troy Montour [mailto:[EMAIL

RE: Data source error

2003-04-04 Thread Stephenie Hamilton
dir structure you use). Yes it should be a system dsn. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Eric Vacin [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 4:28 PM To: CF-Talk Subject: Re: Data source error

RE: Data source error

2003-04-03 Thread Stephenie Hamilton
Did you get that from the windows odbc control panel? Are you adding it as a system DSN or a file DSN? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Eric Vacin [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 2:21 PM

RE: Data source error

2003-04-02 Thread Stephenie Hamilton
, then on the next screen it will give you a drop down named ODBC DSN where you can select the DSN you created in the windows odbc control panel. HTH ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Dan Phillips [mailto:[EMAIL

RE: Problems with MS03-007 and Cold Fusion MX

2003-03-20 Thread Stephenie Hamilton
We had this same issue with our shared MX servers. Problem solved by removing/reinstalling the connectors, but was a majoy PITA to do it at 5am. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Tim Laureska [mailto:[EMAIL

RE: WebDAV exploit?

2003-03-18 Thread Stephenie Hamilton
We patched 7 CF 5 servers yesterday. No issues at all. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 4:36 PM To: CF-Talk Subject: WebDAV exploit

MS03-007: Unchecked Buffer in Windows Component May Cause Web Server Compromise

2003-03-17 Thread Stephenie Hamilton
For those running IIS http://support.microsoft.com/default.aspx?scid=kb;en-us;815021 ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.459 / Virus

RE: some flash fun

2003-03-11 Thread Stephenie Hamilton
you click on the ball. They also sprinkle the correct symbol on other numbers that you can never arrive at, just to throw you off. One question what did the hint about multiple monitors mean? I missed that joke -Carlos- --- ~~ Stephenie Hamilton

Password protection IIS 5 and CFMX

2003-03-06 Thread Stephenie Hamilton
Ok, this is driving me crazy, what is the proper way to get a password protected directory in IIS5 w/CFMX? No matter if I try integrated or basic authentication, I cannot get this to work! ~~ Stephenie --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http

RE: Password protection IIS 5 and CFMX

2003-03-06 Thread Stephenie Hamilton
, it tells me I don't have permission to access this page blah blah Oh yeah,,, this is a sandboxed server. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 11:46 AM To: CF

RE: Password protection IIS 5 and CFMX

2003-03-06 Thread Stephenie Hamilton
So I need to give the user permissions on the jrun.dll? The user being the user that was created on this server for access to the password protected directory. ~~ Stephenie -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 12:26 PM To: CF

RE: Password protection IIS 5 and CFMX

2003-03-06 Thread Stephenie Hamilton
server that is sandboxed. I don't have any of these issues on our non-sandboxed servers using directory security through iis. any other ideas? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED

RE: Password protection IIS 5 and CFMX

2003-03-06 Thread Stephenie Hamilton
Still no luck even after restarting IIS. I cannot disable the sandbox as this is a shared server ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 3:34 PM

RE: Setting up email from CF for errors (was Re: ColdFusion and SMS Messaging)

2003-02-27 Thread Stephenie Hamilton
http://cfhub.com/advanced/error_handling/ ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Austin Govella [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 12:37 PM To: CF-Talk Subject: Setting up email from CF

RE: CFMX null null errors?

2003-02-20 Thread Stephenie Hamilton
Check your client.properties file and see if it is 0 k. It is located in cfusionmx\lib\ We have seen this error when MX blanks out the client.properties file and MX cannot assign a new client var. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original

RE: CFMX null null errors?

2003-02-20 Thread Stephenie Hamilton
MX will say it has no memory, but the server still has plenty of RAM left..but I am not an engineer... So give those a try, remember to back up any files you change!! ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: [EMAIL

RE: The error that doesn't make sense

2003-02-14 Thread Stephenie Hamilton
Does the error say it is on line 1? When it happens check your cfusionmx\lib dir and ensure the file client.properties is not 0k. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED]] Sent

RE: windows .net server 2003 and cf

2003-02-12 Thread Stephenie Hamilton
We add the JRunScripts virtual dir to each site as well as JRun Connector Filter ISAPI filter that wants Flash Remoting on our shared servers. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Dave Watts [mailto:[EMAIL

RE: CFMX Oracle native DSN issues

2003-02-12 Thread Stephenie Hamilton
Are you using the Oracle Client? Did you reboot after installing the Oracle client? I had a similar issue awhile back and a reboot solved it. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL

CFMX and CFFTP issues

2003-02-11 Thread Stephenie Hamilton
seen this? Anyone have any ideas on where to look? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.449 / Virus Database: 251 - Release Date: 1/27/2003

RE: accessing cfmx admin remotely

2003-02-11 Thread Stephenie Hamilton
and the password and you can enter via browser, ie: http://123.12.12.123/cfide/administrator/index.cfm (fake ip obviously) ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: CF MX Enterprise Security

2003-02-11 Thread Stephenie Hamilton
You can't do it in CFMX. With CF4 or CF5 you could create a security context for studio users (RDS), but not in MX (b) ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: David Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: Flash example...

2003-01-31 Thread Stephenie Hamilton
http://www.soh.nsw.gov.au/h/credits.html Gives you the site credits ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 12:35 PM To: CF-Talk Subject

CFFTP and zero byte files

2003-01-28 Thread Stephenie Hamilton
? ~~ Stephenie --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.445 / Virus Database: 250 - Release Date: 1/21/2003 ~| Archives: http://www.houseoffusion.com

RE: Error occurred on line -1 ???

2003-01-17 Thread Stephenie Hamilton
Would this be on MX? I have seen this error lots on MX, check your client.properties file and see if it is 0 k. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17

OT: Hal Helms DevNotes

2003-01-09 Thread Stephenie
Has anyone used Hal Helms DevNotes on CFMX? I am having an issue that I can't figure out and wondered if it is due to the fact I have it installed on CFMX vs CF5 ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting --- Outgoing mail is certified Virus Free. Checked

RE: OT Flash Development Environment

2003-01-06 Thread Stephenie
How do you add it to homesite? I added the .as extension to the extension manager, but it is not color coding my code. ~~ Stephenie -Original Message- From: Josh Trefethen [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 6:57 PM To: CF-Talk Subject: RE: OT Flash

RE: grrrrr ... CFSchedule

2003-01-03 Thread Stephenie
I have had troubles running a scheduled template at midnight, try setting them for 5 after and then increment the rest of the tasks to run 5 minutes apart. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Owens, Howard [mailto

RE: JRE 1.4.1 and Flash Remoting

2002-11-05 Thread Stephenie Hamilton
It doesn't work at all when I switch it. This is on a shared server though, so I had to do some tweaking in the first place to get remoting to work. ~~ Stephenie |-Original Message- |From: Stacy Young [mailto:Stacy.Young;sfcommerce.com] |Sent: Monday, November 04, 2002 6:48 PM

JRE 1.4.1 and Flash Remoting

2002-11-04 Thread Stephenie Hamilton
. Anyone seen this behavior before? sigh ~~ Stephenie --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.410 / Virus Database: 231 - Release Date: 10/31/2002

RE: JRE 1.4.1 and Flash Remoting

2002-11-04 Thread Stephenie Hamilton
, this is what it contains [Ljava.lang.StackTraceElement;ce82cc Arg!!! going to download 1.4.0 and see if that helps... double sigh ~~ Stephenie |-Original Message- |From: Mark Johnson [mailto:mjohnson;starcite.com] |Sent: Monday, November 04, 2002 5:43 PM |To: CF-Talk

RE: JRE 1.4.1 and Flash Remoting

2002-11-04 Thread Stephenie Hamilton
Can anyone point me to which file holds the setting for the jvm? ~~ Stephenie |-Original Message- |From: Stephenie Hamilton [mailto:cf-talk;coldfusionwebs.com] |Sent: Monday, November 04, 2002 5:55 PM |To: CF-Talk |Subject: RE: JRE 1.4.1 and Flash Remoting | | |Yeah, well

RE: JRE 1.4.1 and Flash Remoting

2002-11-04 Thread Stephenie Hamilton
Yeah, stupid me (long day) didn't change it before uninstalling 1.4.1 (damnit) ~~ Stephenie |-Original Message- |From: Rob Rohan [mailto:rob;cardinalweb.com] |Sent: Monday, November 04, 2002 6:09 PM |To: CF-Talk |Subject: RE: JRE 1.4.1 and Flash Remoting | | |It's in cfide

RE: JRE 1.4.1 and Flash Remoting

2002-11-04 Thread Stephenie Hamilton
the issue with client.properties being blank and 2 jrun.exe's running. Thanks for the help guys! ~~ Stephenie |-Original Message- |From: Pete Freitag [mailto:pf;cfdev.com] |Sent: Monday, November 04, 2002 6:28 PM |To: CF-Talk |Subject: RE: JRE 1.4.1 and Flash Remoting | | | Can anyone

RE: Visual Source Safe and CF Studio

2002-10-11 Thread Stephenie Hamilton
Any way to get Homesite with VSS to auto check a file back in when you save/close it? Or do you always have to manually check it in? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system

Upgraded to CFMX on linux, unable to delete DSN

2002-10-09 Thread Stephenie Hamilton
This is my first client on linux for cf and I have no idea where to go in the server to delete any reference to this dsn Any help appreciated. ~~ Stephenie Hamilton --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.394 / Virus

  1   2   >