SecurePack

2001-04-19 Thread Bryan LaPlante
If anyone downloaded the SecurePack from the Allaire DevX, I just realized that I did not include the file to auto create the security database, I only put in the tag editor for it. Sorry about that. The updated files should show up in the morning on Allaires site. Bryan LaPlante 816-347-8220

RE: How secure are cgi variables

2001-04-19 Thread Thomas Chiverton
I'm just trying to figure out how it can be done. Can anyone say how ip spoofing could actually be done, wouldn't that be pretty darn complicated to do? Not really. There are many 3l1t3 t00lz to do it - its basicly manufacturing really odd TCP/IP packets...

Re: SQL7 - OLE OR ODBC ?

2001-04-19 Thread Michael Lugassy
Please look into this and offer suggestions, thanks. I'd love to hear your remarks and suggestions on OLE vs ODBC? which one is better for MSSQL7? We're operating on NT machine (P3-733Mhz Dual), 512RAM. Any pointers would be great! BTW: are there any functions/tags I should consider

Re: Should I optimize collections?

2001-04-19 Thread Michael Lugassy
Anyone? I'm using Verity engine with CF. My Collections are PURGED and RE-INDEXED daily at off-peak hours. NO IMMEDIATE UPDATE/DELETE is made to the collections at any time. Should I still optimize the collections in between for better performance? Michael.

Tunneling, Firwall?

2001-04-19 Thread Michael Lugassy
We're sending HTTP request to a CF server from within a client that is not a browser (It's our own Visual C++ application). We're having a problem with firewalls. Personal/Enterprise firewalls just don't seem to let us throgh (only IE is permitted). Can someone suggest a technical way to Tunnel

Re: An error with CFMAIL

2001-04-19 Thread Brian Thornton
I checked and your using IMAILv6 right? Either UDP, ICMP, or TCP/IP packets couldn't be sent because the socket wouldn't close. That happens when a system manually abort a connection and all the other unused ports are full because it didn't close Check out

What is this log means?

2001-04-19 Thread Michael Lugassy
Can someone look into this? "Error","TID=2940","04/17/01","23:19:12","Error reading remainder of content stream (total bytes = 60719, available = 49152) PWindows NT error number 10060 occurred." "Error","TID=2940","04/17/01","23:19:12","Exception occurred during processing of ISAPI request

Find Character in a string

2001-04-19 Thread Brian Thornton
Anyone know of the best way of say finding a "" and the doing something with anything after it What's the quickest dev. wise for doing this There's a million way to do the same thing .brian ~~ Structure your ColdFusion code

Re: ZIPPING with coldfusion = ARJ!

2001-04-19 Thread Michael Lugassy
ofcourse if the usage were to make compressed file FOR USERS I wouldn't have used it. but the situation is diffrent - we're using it just to move 1s of small files from our production server to Israel for calcualation. Thanks, Thanks, Michael Lugassy Interactive Music Ltd.

Harpoon

2001-04-19 Thread Adam Reynolds
Anybody know what has happened to this baby? I thought it had good potential but cannot locate any more information on progress. Best Regards, Adam Reynolds ColdFusion Web Developer ISMG Development, Unilever London ( +44 20 7822 5450 (ext 5450) m: +44 7973 386620 * [EMAIL PROTECTED]

Re: What is this log means?

2001-04-19 Thread Brian Thornton
This error applies alot of places, SQL, DATABASE connection, PHP level... Please see: http://www.microsoft.com/technet/SQL/manuals/diag/part3/75528c14.asp http://www.phpbuilder.com/mail/php-developer-list/22/0408.php - Original Message - From: "Michael Lugassy" [EMAIL PROTECTED] To:

Re: Harpoon

2001-04-19 Thread Brian Thornton
Sam from DevCenter and Tag Area ata llaire answered this question at http://www.sci.tamucc.edu/mailarch/csclub/2001/msg00081.html other links.. http://www.allaire.com/handlers/index.cfm?ID=19949 http://chattyfig.figleaf.com/ http://maccentral.macworld.com/news/0011/06.harpoon.shtml -

RE: Harpoon

2001-04-19 Thread Rich Wild
funny you should say that, because Harpoon beta 4 came out this morning. sign up at beta.allaire.com --- Rich Wild Senior Web Designer --- e-mango.com ltd Tel: 01202 587

cfhttp again...

2001-04-19 Thread Holger Lockertsen
Running 4.5.1 SP2 on a server we are getting the "connection failure"-error on this code: cfhttp url="http://www.theserver.com/template.cfm" method="GET" port="80" resolveurl="false" timeout="20" throwonerror="yes" On another server running the same

RE: Harpoon

2001-04-19 Thread Adam Reynolds
The Harpoon Beta program has been removed and I can only find references to Harpoon within Allaire news articles (announcing the co-operation between Macromedia and Allaire). I don't know what this means, but either Harpoon was stomping on Macromedia's product growth path, or it is has been

RE: Harpoon

2001-04-19 Thread Rich Wild
The Harpoon Beta program has been removed and I can only find references to Harpoon within Allaire news articles (announcing the co-operation between Macromedia and Allaire). no, really, it is there - I just checked. Try mailing [EMAIL PROTECTED] for info

RE: Problem browsing web pages in the CFStudio editor window

2001-04-19 Thread Peter Tilbrook
Hmmm, yeah, I know what you mean. CF Studio 4.5x spoils you big time but CF Studio 4.0 is not anywhere near as nifty on the help. I had to dig through the book Mastering CF 4.5 (Aman Danesh - not a bad book I admit) to work out how to use the REReplaceNoCase function as 4.0 doesn't know it. I'm

RE: Find Character in a string

2001-04-19 Thread Holger Lockertsen
One suggestion: If you know there will be only one "" in the string: cfif listlen(string,"") GT 1 cfoutput#Listlast(string,"")#/cfoutput cfelse The string didn't contain "" /cfif rgds || Holger Lockertsen - [EMAIL PROTECTED] || Sentralbord: +47 23 00 53 00 || Direkte: +47

Re: Tunneling, Firwall?

2001-04-19 Thread Mark Woods
If IE is permitted, then it seems the restriction is based solely on the user agent header. Get you vc++ app to send a user agent header which is the same as an IE one. At 10:58 AM 4/19/2001, you wrote: We're sending HTTP request to a CF server from within a client that is not a browser (It's

Re: Find Character in a string

2001-04-19 Thread Brian Thornton
What the function for getting the the char count number for a paticular passed string? - Original Message - From: "Holger Lockertsen" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 2:55 AM Subject: RE: Find Character in a string One suggestion: If

Re: Find Character in a string

2001-04-19 Thread Brian Thornton
Sorry guys say I have "Mike Tina" I want to know what position of the variable it's at REFined? - Original Message - From: "Brian Thornton" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 3:23 AM Subject: Re: Find Character in a string What the

Re: Harpoon

2001-04-19 Thread Marc Garrett
I downloaded Harpoon beta 4 last night. It's still on the beta site. Maybe you're confused because the name as changed? It's now "Macromedia Flash Component Kit for ColdFusion." Regards, Marc Garrett - Original Message - From: "Adam Reynolds" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

Synchronize between CF-Forums NNTP

2001-04-19 Thread Michael Lugassy
We created a forum for our site (forums.imvamp.com). We now want to synchronize every message that is sent to the forum to be automaticlly sent to a NNTP Server too (thus creating a news.imvamp.com on IIS server and vice versa). I saw DEVX.COM uses this method with their ASP forum by sending a

RE: Tunneling, Firwall?

2001-04-19 Thread JustinMacCarthy
How do you mean only IE ??? If you want to pretend to be IE from any client all you need to do is send a http__user_agent value in the request, easy... Justin -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 10:59 AM To: CF-Talk

RE: ZIPPING with coldfusion = ARJ!

2001-04-19 Thread C. Hatton Humphrey
(*scritches head*) Isn't that something like saying, "We're just going to use this time capsule embedded in the left rear quarterpannel of a tank, then we just drive the tank to mars." (Okay, it's early, forgive the bad analogy). The beautiful thing about compression is the concept behind it.

Re: Harpoon

2001-04-19 Thread Dave Hannum
My understanding from a phone conference call with CFUG managers yesterday is that if you were signed up for the Beta's up through Beta 3, you'll be sent info about getting Beta 4, which led me to believe that you might not be able to sign up at this point. . . . Dave - Original Message

RE: ZIPPING with coldfusion = ARJ!

2001-04-19 Thread Angél Stewart
Umm..hello.. ACE was not, and is not shortlived. It is a very good compression standard that is still widely used in various... umm..circles on the internet. THey are up to WinACE 2.0 now which provides even better protection, and the client is quite pretty too! ^_^ It handles ZIP,RAR,And a

RE: Harpoon

2001-04-19 Thread Thomas Chiverton
Well, I was signed up for 3, and didnt hear anything. If you sign up now, there is no mention of Harpoon on the site... if you were signed up for the Beta's up through Beta 3, you'll be sent info about getting Beta 4, which led me to believe that you might not be able to sign up at this

RE: Windows NT Error 109 occurred

2001-04-19 Thread Angél Stewart
Thanks all! That does seem to be what is happening. The server is a bit overloaded, and taking long to spit out a few queries. The user is getting bored, and either closing the browser or clicking refresh refresh refresh. :) -Gel -Original Message- From: Semrau, Steven L Mr SRA If

RE: Javascript turned off

2001-04-19 Thread Thomas Chiverton
Can you tell me how I can check if the person has javascript disabled in their browser. Hmmm. Not sure about checking as such, but something like the following may help. index.html: -- script this.location='main.html' /scriit [take no-Java action] main.html: [take Java

RE: Harpoon

2001-04-19 Thread Adam Reynolds
Still can't see it on the beta site. -Original Message- From: Marc Garrett [SMTP:[EMAIL PROTECTED]] Sent: 19 April 2001 11:54 To: CF-Talk Subject:Re: Harpoon I downloaded Harpoon beta 4 last night. It's still on the beta site. Maybe you're confused because the name as

RE: Synchronize between CF-Forums NNTP

2001-04-19 Thread JustinMacCarthy
If you look at min's site www.intrafoundation.com, he has a TCP cfx you can use for NNTP , also this list is on a NNTP, you chould email Michael. Justin -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 1:15 PM To: CF-Talk Subject:

SQL Server 2000 - SQL Server 7

2001-04-19 Thread Kay Smoljak
Hi all, Has anyone tried developing a database in SQL Server 2000 and then deploying on a SQL Server 7 machine? Can it be done? Is there anything to watch out for? Thanks, K. __ Kay Smoljak - ColdFusion Developer - PerthWeb Pty Ltd Internet

Printing a structure in sorted order

2001-04-19 Thread Thomas Chiverton
If I have r["bob"]=45; r["jane"]=2; r["fred"]=4; How can I output 45 Bob 4 Fred 2 Jane i.e. sort by value (in perl "foreach $name (sort {$r{$b} = $r{$a} } keys %r)" does the same thing) Regards, Thomas Chiverton, Intranet Architect and Desktop Analyst Office: 01565 757 909 As a GUI, reality in

Re: Harpoon

2001-04-19 Thread Marc Garrett
Maybe they dynamically build that beta page based on your login. For me, the Harpoon info is on the lower lefthand side. Regards, Marc Garrett Still can't see it on the beta site. ~~ Structure your ColdFusion code with Fusebox. Get the

RE: Javascript turned off

2001-04-19 Thread Terry Bader
one way is to place a javascipt on the opening page that would open a link in a child window and would set lets say session.javascript = 1, then close that window if javascript wasnt enabled, your CFPARAM would have kept session.javascript = 0 thus whenever you want to know, just check

CFExcute doesn't run EXEs

2001-04-19 Thread Michael Lugassy
I'm having problems with CFEXCUTE. apperntly I can run stricly bat files that contains commands like: move, copy and such.. but I can't seem to run .exe files (not directly with cfexcute, nor with .bat that runs them). The exe file is stored on a foder where INTERNET USER/SYSTEM have both full

RE: Find Character in a string

2001-04-19 Thread Craig Dudley
cfset pos = find("", "Mike Tina") cfoutput#pos#/cfoutput -Original Message- From: Brian Thornton [mailto:[EMAIL PROTECTED]] Sent: 19 April 2001 11:35 To: CF-Talk Subject: Re: Find Character in a string Sorry guys say I have "Mike Tina" I want to know what position of the variable

RE: CFExcute doesn't run EXEs

2001-04-19 Thread Terry Bader
got code? Terry Bader IT/Web Specialist EDO Corp - Combat Systems (757) 424-1004 ext 361 - Work [EMAIL PROTECTED] (757)581-5981 - Mobile [EMAIL PROTECTED] icq: 5202487 aim: lv2bounce http://www.cs.odu.edu/~bader

Re: Javascript turned off

2001-04-19 Thread Larry W. Virden
Is there a way, from a web page, to turn OFF a user's javascript, in the case where a server knows that it will cause problems... -- Larry W. Virden URL: mailto:[EMAIL PROTECTED] URL: http://www.purl.org/net/lvirden/ Even if explicitly stated to the contrary, nothing in this posting should be

RE: CFExcute doesn't run EXEs

2001-04-19 Thread Craig Dudley
Whats coldfusion logged in as ? A system service or a user ? -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: 19 April 2001 14:12 To: CF-Talk Subject: CFExcute doesn't run EXEs I'm having problems with CFEXCUTE. apperntly I can run stricly bat files that

Re: CFExcute doesn't run EXEs

2001-04-19 Thread Michael Lugassy
Very simple Code: cfexecute name="c:\inetpub\logs\arjlogs.bat"/cfexecute the arjlogs.bat contains this line (which works great when I double click it from explorer): c:\inetpub\arj\arj32.exe a -e -hm1 -i -jm -y c:\inetpub\logs\summary.arj c:\inetpub\logs\*.log - Original Message -

RE: Javascript turned off

2001-04-19 Thread Rich Wild
There are numerous tags that enable you to determine if it is turned on or off - some cost money like Browserhawk (www.browserhawk.com) whilst others don't but may not have all the additional functionality - like aBrowserInfo (available from the tag gallery @:

RE: Javascript turned off

2001-04-19 Thread Holger Lockertsen
If you have a template where javascript would cause problems then why have javascript there in the first place? It is not possible to alter security settings in the browser... fortunately. :) rgds || Holger Lockertsen - [EMAIL PROTECTED] || Sentralbord: +47 23 00 53 00 || Direkte: +47 23

RE: Harpoon

2001-04-19 Thread ibtoad
I don't have it either. Only CF 5 and JRun and there for me. Rich -Original Message- From: Marc Garrett [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 8:11 AM To: CF-Talk Subject: Re: Harpoon Maybe they dynamically build that beta page based on your login. For me, the

RE: Javascript turned off

2001-04-19 Thread Rich Wild
Is there a way, from a web page, to turn OFF a user's javascript, in the case where a server knows that it will cause problems... well you could turn the detect theory on its head and place the JS script in that template to redirect to another page. Unless JS is turned off, then that page will

RE: Netscape equivalent of iframe

2001-04-19 Thread JLB
Yeah I think the only way to display a .ppt in NN is to convert it to html and then use that as the source for the layer. There is an option under the file menu I believe that will let you save a ppt slide show as html. It creates the navigation, images and everything for you. There may also be a

Re: CFExcute doesn't run EXEs

2001-04-19 Thread Michael Lugassy
system - Original Message - From: "Craig Dudley" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 2:26 PM Subject: RE: CFExcute doesn't run EXEs Whats coldfusion logged in as ? A system service or a user ? -Original Message- From: Michael

RE: Javascript turned off

2001-04-19 Thread Larry W. Virden
From: Rich Wild [EMAIL PROTECTED] Is there a way, from a web page, to turn OFF a user's javascript, in the case where a server knows that it will cause problems... You should, with all due respect and no unkindliness intended, question why you got into

RE: Javascript turned off

2001-04-19 Thread Rich Wild
If I were in a situation where I had some control over the javascript being inserted into my static web page, I would make certain it was correctly written... :D touché! try the first idea then, redirect before the user inserted JS can take effect.

RE: http 500 Internal Server Error and CF installation

2001-04-19 Thread Stephenie Hamilton
true, but i always try that first. no need to rebuild the engine if your only out of gas grin -- Stephenie Hamilton Senior ColdFusion Administrator Express Technologies, Inc. want CF_Freedom? try CFXHosting.com -Original Message- From: Christopher Olive, CIO [mailto:[EMAIL

RE: Harpoon

2001-04-19 Thread Benjamin S. Rogers
Ditto. And I even contributed some code and comments in the beta forum. :) Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 8:50 AM To: CF-Talk Subject: RE:

RE: cfhttp again...

2001-04-19 Thread Steve Martin
Can the server that CFHTTP is being called on actually see the URL that it is supposed to be accessing? -Original Message- From: Holger Lockertsen [mailto:[EMAIL PROTECTED]] Sent: 19 April 2001 10:28 To: CF-Talk Subject: cfhttp again... Running 4.5.1 SP2 on a server we are

RE: CFExcute doesn't run EXEs

2001-04-19 Thread Terry Bader
does the CF system user have access to the .exe and the logs directory? you said the internet user which im assuming you mean the IIS service does, but the CF system user would be the one running the exe... if nothing else, try and make them Everyone rwx and see if it runs... Terry

RE: Javascript turned off

2001-04-19 Thread Terry Bader
that actually bothers me... you dont know what your code is doing?? if you mean that it has problems with certian browsers you can either write seperate JS code for each browser and have the CF server to determine what browser is being supported at the moment and output the correct JS code or

RE: How secure are cgi variables

2001-04-19 Thread Kevin Gilchrist
Robert, Search for "IP spoof" on http://astalavista.box.sk and you should find some "leet"(sic) tools to test with. Kevin -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 9:36 PM To: CF-Talk Subject: RE: How secure are cgi

RE: Harpoon

2001-04-19 Thread Adam Reynolds
I've emailed them. How many servers do they use? Have they updated one of them and not the rest? Is that why beta is only showing CF and Jrun? Anyway I'll find out soon enough. Adam -Original Message- From: Rich Wild [SMTP:[EMAIL PROTECTED]] Sent: 19 April 2001 10:33 To:

RE: http 500 Internal Server Error and CF installation

2001-04-19 Thread Christopher Olive, CIO
roger. for some reason i assumed that he had just installed all that mess. rebuilding the engine is something i ALWAYS do the first time around. :) chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Stephenie Hamilton

Re: Harpoon

2001-04-19 Thread Brad Hinson
You have to be signed up as a Harpoon beta tester for it show up under your log-in. You can email [EMAIL PROTECTED] and ask to be added to the Harpoon beta group. - Original Message - From: "Adam Reynolds" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, April 19, 2001

help

2001-04-19 Thread Susan Matthews
Hi- I have a form that allows users to upload files using: input type="file" name="newsPrint" On the receiving form I upload the file: CFFILE DESTINATION="#dir.root#newsletter\" ACTION="UPLOAD" nameConflict = "overwrite" FILEFIELD="newsPrint" The above works fine in

Re: Virus Software

2001-04-19 Thread Peter Theobald
We've had great results with McAffrey VirusScan for Linux. We call it with CFEXECUTE to scan the one file just uploaded. I don't know if they have a command-line version for NT (software is almost always made to be automated on Unix and rarely on NT IMHO). A "server anti-virus" solution won't

RE: Harpoon

2001-04-19 Thread Simon Horwith
that's not necessarily true actually. I'm a harpoon beta tester... nothing harpoon related when I log in to the beta site. ~Simon Simon Horwith Macromedia Certified Instructor Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 500 Washington DC 20036 202.797.6570 (direct line)

RE: Harpoon

2001-04-19 Thread Dylan Bromby
no, it doesn't matter. some people that were signed up for harpoon and had access to beta 3 don't have access to the latest beta 4. -Original Message- From: Brad Hinson [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 7:03 AM To: CF-Talk Subject: Re: Harpoon You have to be

RE: help

2001-04-19 Thread Andy Ewings
I know someone (called Kevan who reads this list!) who had a similar problem where, when using netscape, a form object of type file was not getting posted with the form. Come to think of it I think none of the other form controls were posted either. I may be getting things mixed up - Kevan -

Bank of America and e-stores and CFHTTP

2001-04-19 Thread Christopher Olive, CIO
has anyone had any particular problems or success using CFHTTP to talk to BoA's estores solution? i haven't been able to get it to work, and their techs tell me that people have *definately* used CF in the past to do this. i can follow thei rinstructions and use a standard HTML form post to

RE: help

2001-04-19 Thread Adkins, Randy
make sure your form tag has : enctype="multipart/form-data" -Original Message- From: Susan Matthews [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 10:02 AM To: CF-Talk Subject: help Hi- I have a form that allows users to upload files using: input type="file"

RE: help

2001-04-19 Thread Dylan Bromby
make sure you have ENCTYPE="MULTIPART/FORM-DATA" in your FORM tag. -Original Message- From: Susan Matthews [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 7:02 AM To: CF-Talk Subject: help Hi- I have a form that allows users to upload files using: input type="file"

Re: CFExcute doesn't run EXEs

2001-04-19 Thread Michael Lugassy
Still nothing. everyone has fullaccess to all participating directories. I brough back the exe file and tried to run it directly. this is the error cf produced: Windows NT error 5 occurred. Help!? - Original Message - From: "Terry Bader" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

Re: help

2001-04-19 Thread Michael A. Cady
What version of IE are you using to test? - Original Message - From: "Susan Matthews" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 10:01 AM Subject: help Hi- I have a form that allows users to upload files using: input type="file"

RE: Harpoon

2001-04-19 Thread JoshMEagle
I thought the BETA program ended for Harpoon last week. Joshua Miller Web Development Eagle Technologies Group Technology Solutions for the Next Generation www.eagletgi.com [EMAIL PROTECTED] -Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001

isdefined() being phased out? how soon?

2001-04-19 Thread JoshMEagle
I've heard talk that isdefined() is being phased out of CF any idea if this is true? will existing applications have to be modified? how soon will this take effect? Thanks! Joshua Miller Web Development Eagle Technologies Group Technology Solutions for the Next Generation www.eagletgi.com

Re: help

2001-04-19 Thread Michael Lugassy
make sure you have this attribute on your FORM TAG: enctype="multipart/form-data" it's a must for fileinput fields. Michael Lugassy Interactive Music Ltd. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Harpoon

2001-04-19 Thread Rich Wild
Well my beta options for CF5 and JRUN have been replaced totally by the new Harpoon Beta options - I can't get to the CF5 download or documents at all now (from a direct link that is). I'm a tester for both, but seem to only be able to choose one set...

RE: CF4.5.1 SP2 is chewing up memory

2001-04-19 Thread Paul Sinclair
David, Thank you for your reply to my message. I've looked at the article and it is very helpful. I am wondering though - my cfserver.exe process is now holding onto about 189,000K of memory according to my task manager reading. Doesn't this seem a little high? Obviously it could be an

Re: help (If still doesn't work)

2001-04-19 Thread Michael Lugassy
also try to change from "POST" to "GET" just to see in the URL what the form is actually sending, you're answer might be lay there. (DONT FORGET TO CHANGE BACK TO POST...) Thanks, Michael Lugassy Interactive Music Ltd. ~~ Structure your

RE: help

2001-04-19 Thread JoshMEagle
Could it possibly be that there's no enctype="multipart/form-data" in your form? Joshua Miller Web Development Eagle Technologies Group Technology Solutions for the Next Generation www.eagletgi.com [EMAIL PROTECTED] -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent:

RE: help

2001-04-19 Thread Terry Bader
make sure you have your encrypt type set: FORM ENCTYPE="multipart/form-data" Terry Bader IT/Web Specialist EDO Corp - Combat Systems (757) 424-1004 ext 361 - Work [EMAIL PROTECTED] (757)581-5981 - Mobile [EMAIL PROTECTED]

how to get the jrunsessionid

2001-04-19 Thread ychen
Hi, I am using CF to access to JRUN server, how can I get the jrunsessionid ? Is there a way to catch jrunsessionid value and add it on to my URL If there is a way to add jrunsessionid on to my URL, what is the syntax, such as http://127.0.0.1/my.jsp?jrunsessionid=12244455 any

Re: isdefined() being phased out? how soon?

2001-04-19 Thread David E. Crawford
More likely ParameterExists() will be phased out since it has been deprecated for about 3 releases. DC - Original Message - From: "JoshMEagle" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 10:29 Subject: isdefined() being phased out? how soon? I've

Error message in window generated by link from a web page viewed in CFStudio's editor window

2001-04-19 Thread Hubert Earl
I'd appreciate some advice on the following problem. Some help files on studio include a link (often showing examples of code) which are supposed, I believe to show in a browser window separate from Studio. The window comes up, all right, but with this error message: Error Occurred While

RE: isdefined() being phased out? how soon?

2001-04-19 Thread Dylan Bromby
no. IsDefined() replaces ParameterExists(). -Original Message- From: JoshMEagle [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 7:29 AM To: CF-Talk Subject: isdefined() being phased out? how soon? I've heard talk that isdefined() is being phased out of CF any idea if

RE: The Best Clustering Solution

2001-04-19 Thread Tom Clark
We are doing basically the same thing. Although we haven't gone "live" yet, what we are doing is using the "web deploy" feature of Visual Sourcesafe to keep the servers up to date. Nothing goes on the servers that isn't checked into sourcesafe. All of the code is specified as "web projects"

RE: Bank of America and e-stores and CFHTTP

2001-04-19 Thread Mike Sullivan
they could be checking the browser/client user agent. maybe coldfusion... isn't valid, try an ie or netscape agent header. mike -Original Message- From: Christopher Olive, CIO [SMTP:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 7:16 AM To: CF-Talk Subject: Bank of

RE: Bank of America and e-stores and CFHTTP

2001-04-19 Thread Tim Bahlke
Are you posting to a secure page (https)? CFHTTP has a problem with that. -- Tim Bahlke -Original Message- From: Christopher Olive, CIO [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 10:16 AM To: CF-Talk Subject: Bank of America and e-stores and CFHTTP has anyone

Forging HTTP headers

2001-04-19 Thread Aidan Whitehall
OK, after listening to you guys I've gone ahead and told someone that it's possible to forge the cgi.HTTP_REFERER value. Their reply (perhaps understandably) was "show me how". So... does anyone know how it's done? Thanks -- Aidan Whitehall [EMAIL PROTECTED] Netshopperuk Telephone +44

RE: CFExcute doesn't run EXEs

2001-04-19 Thread Tim Bahlke
This doesn't help, but I've had the same problem. I'd be interested in reading the solution as well. -- Tim Bahlke -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 11:27 AM To: CF-Talk Subject: Re: CFExcute doesn't run EXEs

RE: Bank of America and e-stores and CFHTTP

2001-04-19 Thread Aaron Johnson
Hey Chris, I've used BofA before on a site... It was awhile go so I don't remember my specific problems but I think ended up not using CFHTTP and just did a form post to their servers (which is a *huge* no no but I didn't have a choice, that was the clients merchant account...) Aaron Johnson,

Advanced CF5 Bootcamp format

2001-04-19 Thread Adam Phillip Churvis
I'm trying to make a decision about the Advanced Bootcamp for ColdFusion 5, Database, and Javascript, and I could really use some advice. I'm wondering if the format is right for people. Currently, I have it scheduled like this: -- 68 hours over six days, 12 hours per day M-F, 8 hours on

RE: Bank of America and e-stores and CFHTTP

2001-04-19 Thread JoshMEagle
could you show us the code? Are you using cfhttpparam? Are you closing your /cfhttp? Are you certain you've included the POST command? It's hard to diagnose without a snippet. Thanks, Joshua Miller Web Development Eagle Technologies Group Technology Solutions for the Next Generation

RE: help

2001-04-19 Thread Susan Matthews
I'm still stumped. I have the enctype="multipart/form-data" included in my form tag that sends "newsprint "...? -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 11:32 AM To: CF-Talk Subject: Re: help make sure you have this

RE: help

2001-04-19 Thread Susan Matthews
I have IE5, but my client uses IE and I don't know which version. -Original Message- From: Michael A. Cady [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 10:26 AM To: CF-Talk Subject: Re: help What version of IE are you using to test? - Original Message -

RE: Advanced CF5 Bootcamp format

2001-04-19 Thread David Sammons
I would definately be interested in the type of training that you're planning. Unfortuneately I received the following error when going to your site. Error Diagnostic Information An error occurred while evaluating the expression: Len(Trim(Attributes.EventID)) Error near line 35, column

RE: Forging HTTP headers

2001-04-19 Thread Thomas Chiverton
So... does anyone know how it's done? using netcat or telnet, pass a raw HTTP request like the following: User-Agent: n30/browser Host: www.speeddy3d.com Referer: http://www.speeddy3d.com/cgi-bin/news/news.cgi GET /cgi-bin/news/news.cgi?addAuthor HTTP/1.0

RE: CFExcute doesn't run EXEs

2001-04-19 Thread Steve Bernard
Is there any possibility of a system policy being in place? Do you have CF 'Admin' access or are you operating in a sandbox? Also, check the NT environment variable '%PATHEXT%', it may have been limited if you are running under the context of a user other than SYSTEM or 'Admin'. Steve

RE: Delimiters

2001-04-19 Thread Peter J. MacDonald
tildes ( ~ ) are not bad. Thank You, Peter Peter J. MacDonald II Creative Computing, Inc. 100 Middle Street Lincoln, RI 02865 Phone: 401.727.0183 x123 Fax: 401.727.4998 Portable: 401.965.3661 E-MAIL: [EMAIL PROTECTED] Web Page: www.creatcomp.com -Original Message- From: Dave Hannum

RE: How secure are cgi variables

2001-04-19 Thread Costas Piliotis
http://advice.networkice.com/Advice/Underground/Hacking/Methods/Technical/Sp oofing/default.htm -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 6:36 PM To: CF-Talk Subject: RE: How secure are cgi variables I'm just trying to

Re: help

2001-04-19 Thread Michael Lugassy
HAve you tried my second suggestion? change form action to: GET and check what the long url gives ya. Your answer might be lay there. - Original Message - From: "Susan Matthews" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 5:34 PM Subject: RE: help

ASP for Cold Fusion Disciples

2001-04-19 Thread Troy Hiltbrand
I am a Cold Fusion disciple and am currently working with ASP and JSP. Does anyone know of any web sites that teach ASP and JSP from the perspective of someone that has been writing web apps in Cold Fusion? It just seems that I have been taking things like client variables and IsDefined for

RE: help

2001-04-19 Thread Dylan Bromby
post all the code. -Original Message- From: Susan Matthews [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 8:35 AM To: CF-Talk Subject: RE: help I'm still stumped. I have the enctype="multipart/form-data" included in my form tag that sends "newsprint "...? -Original

RE: Advanced CF5 Bootcamp format

2001-04-19 Thread JoshMEagle
Wow! I'd love to attend ... got a scholarship plan? That's a boatload of money for the training. I'm sure it's worth it, but OUCH!!! How about the $1500 and we pack our own breakfast/lunch plan? Can we get a volume discount by taking the Bootcamp class and Fusebox class and sleeping in the

  1   2   >