Re: CFFILE Action=READ -- MAX file size?

2000-12-03 Thread Jim McAtee
I was wondering if anybody knew the max file size that CFSERVER can read using CFILE Action=READ. I have a CF log reader page and a coworker came to me with a 270m log file. I tried and tried to get my page to read it but I never could. Any ideas? Oh yeah, does anybody have any CF

Re: Who's hacking around ???

2000-12-03 Thread Sébastien Riccio
there's a web site that will scan your system for remote control apps uplaoded by hackers...can't remember the URL off-hand but if i find it i'll post it. Nessus is a good tool for such things. http://www.nessus.org/ ~~ Structure your

Re: Who's hacking around ???

2000-12-03 Thread Bud
On 12/3/00, Michael She penned: www.grc.com has a scanner called ShieldsUp! Hey! Very cool site. I'm pretty new at the Networking stuff and being a new host, I can use all the security stuff I can find. I went there and did a port probe and it told me that NetBios port 139 was wide open to

Re: ICQ For Cold Fusion Community

2000-12-03 Thread Michael She
I've always wondered if certain Instant Messages are more popular in differents places? In Toronto alot (actually all the people I've met) use ICQ. Some do use MSN Messager or AIM, but usually on the side in conjunction with ICQ. BTW, there are some 3rd IMs that can access mulitple

What is Pragma?

2000-12-03 Thread sknyppy
Could someone explain what this statement does? I assume it prevents caching but how? CFHEADER NAME="Pragma" VALUE="no-cache" Thanks ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Proper use of CFINCLUDE?

2000-12-03 Thread sknyppy
I have a 'header' template in my sites root directory and want to include it in a page that is nested several directories below. What is the proper formatted of the path/settings? Thanks, Dave Bosky ~~ Structure your ColdFusion code with

wierd header back from the sever on page request using FUSEBOX

2000-12-03 Thread freeee meeeee
I am using fusebox architecture and this is the first time I have encountered this problem. It seems to occur sporadically and I think it may be a setting on my server that is creating this problem. Has anyone encountered this problem and/or have any suggestions. Here is the message I get

Advanced Queries (take 2)

2000-12-03 Thread W Luke
Hi, First of all, many thanks to those who solved my last problem ("Advanced queries" 30/11). This one is a little more complicated, so any hints or tips are appreciated. I have 2 tables - advert_details and mybounty. The latter has 5 fields; ID, email, word1, word2 and word3. Run as a daily

Re: Proper use of CFINCLUDE?

2000-12-03 Thread Bud
On 12/3/00, sknyppy penned: I have a 'header' template in my sites root directory and want to include it in a page that is nested several directories below. What is the proper formatted of the path/settings? Just use a path relative to root: cfinclude template="/header.cfm" Not the leading

Re: Advanced Queries (take 2)

2000-12-03 Thread Bud
On 12/3/00, W Luke penned: cfquery name="big_query" datasource="localads" SELECT mybounty.watch1, mybounty.watch2, mybounty.watch3, mybounty.email, advert_details.body, advert_details.ID FROM mybounty, advert_details WHERE advert_details.body like mybounty.watch1 !--- OR mybounty.watch2 like

Re: AOL and Session Var's

2000-12-03 Thread Greg Wolfinger
Bill: That really doesn't make too much sense too me either because AOL actually uses the IE browser and have been since 4.0. They might have their cookies turned off in the AOL 5 settings or something like that, so that the CFID and CFTOKEN are lost. But since you said you have passed cfid

Adam Churvis Hal Helms

2000-12-03 Thread William J Wheatley
You guys i would like to say if any of you have a chance to attend a seminar by either Adam or Hal then its well worth the cost of it i just got done with Adams DB Seminar on Saturday and it was excellent. I mean even if you know you are a grand Oracle master =) just go its worth the money and

Re: passing a negative value

2000-12-03 Thread Patricia Lee
sigh And thanks to Steve for reading my mind and giving the name of the function I *meant* to type. groan Long week... longer weekend. "Steve Martin" [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... URLEncodedFormat() even. Steve -Original Message- From: Patricia

OT: Anybody from Brazil here?

2000-12-03 Thread Stanislav Maximov
Sorry for the offtopic, just need to talk with the Brazilian ColdFusioneers.. Please reply me of the list. Thanks. stas@ ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Re: OT: Who's hacking around ???

2000-12-03 Thread Michael Thomas
Can you post the code for that ASP file eeyerulez??? Im assuming that page is connecting to the exe file by the same name eeyehack.exe. Perhaps its grabbing any information posted to your CGI programs then reporting this information back through the ASP page somehow. If indeed its doing

ColdFusion Games

2000-12-03 Thread Jay Jennings
Hey, just in case you missed it (because it was on the Fusebox list), there are a few of us who are going to kick around creating CF-based games. Wanna help? http://www.egroups.com/group/cfgames is where we are for now. Jay Jennings Crazy Canines, LLC.

OT:Query results (newbie)

2000-12-03 Thread Mike Weaver
Is there a limit to the size of a single result to a query? I have a db location to store notes separated by a delimiter. The notes are in the db, but when I get a query result and display through a loop to sort by delimiter they seem to be limited to about 255 characters. The db location is set

CFQUERY UPDATE problem on FoxPro Memo fields

2000-12-03 Thread Arden Weiss
ANY IDEAS ON SYNTAX OR WHAT I AM OVERLOOKING: The problem is using CFQUERY update to post edited results extracted from a memo field back to that memo field. TPLT_TXT is a memo field. I can SELECT data and display in in a textarea fine. It bombs when I try to put it back. There is data in the

CFQUERY UPDATE problem on FoxPro Memo fields -- more info

2000-12-03 Thread Arden Weiss
ADDED INFO ON: ANY IDEAS ON SYNTAX OR WHAT I AM OVERLOOKING: When I change the TPLT_TXT line so I'm just posting a text string "This is some text" it works fine too. So the issue must have to with something I need to do with the text string in the "textarea" field before running the update.

Access 2000 db problem

2000-12-03 Thread Shane Witbeck
Im using access to store info on code snippets and I keep getting this same error. The only way I have found to "fix" the problem is to re-build the access table. I experience the following error when I try to update or delete a record in the table (with CF OR editing the table directly in

Re: Access 2000 db problem

2000-12-03 Thread Gena
For MSA 97 it should be "*" after "DELETE" "DELETE * FROM snippets WHERE snippet_id = 34" - Original Message - From: "Shane Witbeck" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, December 04, 2000 9:27 AM Subject: Access 2000 db problem Im using access to store

count a value from string

2000-12-03 Thread Eric Fickes
Hello all, I'm trying to count the number of occurences of a particular word in a block of text and I can't seem to figure out how to do this. Here's my code. !--- Read the def file into variable def --- cffile action="read" file="#logFile#" variable="def" begin schema

Re: count a value from string

2000-12-03 Thread Michael Thomas
How about looping through the var def as a collection storing each occurence of the words your looking for into an array. Then you can find out how many times it occured using the ArrayLen() function. HTH, Mike From: Eric Fickes [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk

Re: [follow up] count a value from string

2000-12-03 Thread Michael Thomas
Maybe a better way would be to use findnocase then count how many times you find it. From: Eric Fickes [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: count a value from string Date: Sun, 03 Dec 2000 17:50:05 -0500 Hello all, I'm trying to count the

FW: CFQUERY UPDATE problem on FoxPro Memo fields -- more info

2000-12-03 Thread Arden Weiss
Solved problem -- I think. I added a hidden field on the data entry page per example code below and it worked. !- Apparently a TPLT_TXT hidden field required for textarea field to pass results to a CFQUERY update action on called page. --- INPUT TYPE="hidden" NAME="TPLT_TXT"

Re: OT: Who's hacking around ???

2000-12-03 Thread Brian L. Wolfsohn
At 04:00 PM 12/3/00 , you wrote: the asp file is encrypted.. i can send it directly to anyone who would like it.. Can you post the code for that ASP file eeyerulez??? Im assuming that page is connecting to the exe file by the same name eeyehack.exe. Perhaps its grabbing any information

Re: OT: Who's hacking around ???

2000-12-03 Thread Michael Thomas
Yeah could you send it to this email addy in a zip file. [EMAIL PROTECTED] From: "Brian L. Wolfsohn" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: OT: Who's hacking around ??? Date: Sun, 03 Dec 2000 17:50:38 -0500 At 04:00 PM 12/3/00 , you wrote:

Re: Advanced Queries (take 2)

2000-12-03 Thread Michael Thomas
I cant say that ive used LIKE in a table join either but its always been common practice to encase the parameters in single quotes like bob just said. From: Bud [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Advanced Queries (take 2) Date: Sun, 03 Dec

CF and Unicode

2000-12-03 Thread David Cummins
Hi, I was wondering how well CF works with Unicode. I know that it would obviously cause problems with existing regular expressions, etc, but I heard rumor that it could cause PCode errors. Is this true? Do any of you know other pitfalls? Thanks, David Cummins

Re: Advanced Queries (take 2)

2000-12-03 Thread W Luke
I cant say that ive used LIKE in a table join either but its always been common practice to encase the parameters in single quotes like bob just said. I had tried that, but resorted to removing them seeing as they hadn't helped. I'm really confused with this - the code I originally posted

Fw: OT:Query result length (newbie)

2000-12-03 Thread Mike Weaver
- Original Message - From: Mike Weaver To: [EMAIL PROTECTED] Sent: Sunday, December 03, 2000 3:29 PM Subject: OT:Query results (newbie) Is there a limit to the size of a single result to a query? I have a db location to store notes separated by a delimiter. The notes are in the db,

RE: ListContains wierdness - why?

2000-12-03 Thread Scott, Andrew
Hmmm, I think you found a bug! regards Andrew Scott Senior Cold Fusion Application Developer ANZ eCommerce Centre * Ph 9273 0693 * [EMAIL PROTECTED] -Original Message- From: Park, Simon [mailto:[EMAIL PROTECTED]] Sent: 01 December 2000 06:47 To: CF-Talk Subject: ListContains

CFQUERY UPDATE problem -- not solved

2000-12-03 Thread Arden Weiss
Thought I solved the problem, but not so... Worked fine when I updated the memo field with the TPLT_DES field that came from a text box. Bombs when I update the memo field with the contents of the textarea field. Hence ODBC works fine. Thus, the format or datatype or ??? of the textarea

RE: ListContains wierdness - why?

2000-12-03 Thread BORKMAN Lee
No, this isn't a bug. According to the documentation, ListContains returns the index of the first list element THAT CONTAINS THE SPECIFIED SUBSTRING. Your code returns true because the substring "1" is contained in the list element "10". So it doesn't really do what you were thinking. Lee

CFQUERY UPDATE problem -- not solved -- now solved.

2000-12-03 Thread Arden Weiss
Sorry to talk to myself about this problem, but, it's maddening. Apparently at least one solution is to trim the length of the string FORM.TPLT_TXT produced by the textarea to the length of the string in the textarea before doing the update (go figure) as follows: CFSET mLEN =

RE: ListContains wierdness - why?

2000-12-03 Thread Scott, Andrew
Yes I agree with that, and my response would be that the list element is seperated by the delimiter hence returning the wrong value! And the documentation even clearly states, "String being sought in elements of list." And in this example 10 is an element where as 1 is not an element in this

Re: ListContains wierdness - why?

2000-12-03 Thread Jim McAtee
It's not a bug. If it worked the same as ListFind() what would be the point of the function? I honestly can't think of a good use for the ListContains() function, but that's another matter. It certainly seems to cause more confusion than anything. Jim - Original Message - From:

RE: ListContains wierdness - why?

2000-12-03 Thread Scott, Andrew
Agreed! it does cause a bit of confusion! regards Andrew Scott Senior Cold Fusion Application Developer ANZ eCommerce Centre * Ph 9273 0693 * [EMAIL PROTECTED] -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: 04 December 2000 13:36 To: CF-Talk Subject: Re:

FW: CFQUERY UPDATE - a new problem.

2000-12-03 Thread Arden Weiss
Now that the trim solution works -- well ah at least for cases where the saved string is 256 characters long or less, CFQUESRY update now blows on trimmed strings longer than 256 characters. In CF Admin I have the Visual FoxPro Driver settings as "Free Table Directory" and Long Text Buffer

IE vs. Netscape CF Help

2000-12-03 Thread C Kong
a cold fusion novice here and a CF-talk virgin at that! have a few questions and wondering whether or not anyone can help me out?? i recently wrote some CF codefor anorder form and the form seems to work fine in internet explorer but when i open up the form through netscape6, the form cannot

CF SP2 + Win2k

2000-12-03 Thread Neil H.
Anyone noticed HUGE and I mean HUGE memory leaks with this configuration in the subject?! IIS is using well over 1 gig of memory on our server. If anyone know why this could be or a way to limit the amount of memory I would appreciate it. Thanks, Neil

Re: Web cam and CFHTTP problem

2000-12-03 Thread Nick McClure
Sorry, don't forget the http:// At 10:25 PM 12/3/2000 -0500, you wrote: I would just use a good old image tag img src="10.10.10.8/img.jpg" At 10:14 AM 12/4/2000 +0700, you wrote: Hi, We have a so called "company intranet portal" (server : 10.10.10.1). Recently my company bought

SQL Syntax Error

2000-12-03 Thread Erika Foster
Hi there, I've got this whole application running perfecto on my development machine running CF 4.5.1. I upload it to the web server running 4.01 and I'm getting this incredibly annoying SQL syntax error on the action page. Can someone spot what the problem might be??? Much appreciated,

Re: IE vs. Netscape CF Help

2000-12-03 Thread David Cummins
Its hard to tell with that level of detail, but my suggestions would be: * Are you using client-side Javascript? If so, this may be working in IE only. Note: CFFORM uses Javascript. * Are you using URL variables with unusual characters in? Netscape does not automatically escape funny URL

Re: IE vs. Netscape CF Help

2000-12-03 Thread Nick McClure
Are these values being calculated by CF or javascript? Have you tried the site under Netscape 4.7? At 10:26 PM 12/3/2000 -0500, you wrote: a cold fusion novice here and a CF-talk virgin at that! have a few questions and wondering whether or not anyone can help me out?? i recently wrote some

Re: CF SP2 + Win2k

2000-12-03 Thread JoshMEagle
We're having the same problems here (Win2k/CF4.5pro) ... memory leaks pop-up like crazy and we also get the following other errors with SP2. Anyone have any leads on these problems? Is SP2 just that bug-ridden? Will there ever be a stable version for Win2k? Error at CFServer when trying to

Re: Web cam and CFHTTP problem

2000-12-03 Thread JoshMEagle
#cfhttp.filecontent# isn't it? not #cfhttp.content# - Original Message - From: "Nick McClure" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, December 03, 2000 7:32 PM Subject: Re: Web cam and CFHTTP problem Sorry, don't forget the http:// At 10:25 PM 12/3/2000

Re: Web cam and CFHTTP problem

2000-12-03 Thread Nick McClure
I think you are right, but If I am not mistaken this camera is giving images. The axis cam has a built in web server that will send a live video feed or still images across the network. I would use that for the video. At 11:01 PM 12/3/2000 -0800, you wrote: #cfhttp.filecontent# isn't it? not

sql server - noise words - freetexttable

2000-12-03 Thread CF-Help _India
Hi.. In my search criteria when ever i give some noise words i get an error from sql server... i have created a table dumped all keywords in that table first check that table ...that was a solution given by our friend in our discussion forum.. But i have a brand by name "same" ...which i cant

Re: sql server - noise words - freetexttable

2000-12-03 Thread paul smith
Delete "same" from your table of noise words. best, paul At 08:22 PM 12/3/00 -0800, you wrote: But i have a brand by name "same" ...which i cant afford to ignore.. Could anybody provide a solution please... ~~ Structure your ColdFusion

Re: IE vs. Netscape CF Help

2000-12-03 Thread C Kong
thank you david and nick for responding so promptly! i appreciate the help! i don;t beleive i'm using any funny variables. I created the following in CF studio. i'm not sure whether it is prudent putting my code on a list serve (if it is please tell me for future reference) but here it is. this

Re: IE vs. Netscape CF Help

2000-12-03 Thread David Cummins
It looks to me (although its a bit hard to tell with the email formatting) that you have multiple open form tags, and only one close. Netscape won't like that at all! David Cummins C Kong wrote: thank you david and nick for responding so promptly! i appreciate the help! i don;t beleive i'm

RE: CFFILE Action=READ -- MAX file size?

2000-12-03 Thread lsellers
An obvious suggestion would be to break the file up and process the pieces. Of course, that begs the question, if CF is your only tool, of how to break the file apart. I think there are a number of freeware utilities floating around to do this. I wrote a tag called CFX_ReadLine a long

Re: IP Logging DB Data Type???

2000-12-03 Thread HSMN Main Account
Structure it as a TEXT field. The only reason to set up a field as any kind of number is if you expect to do some kind of mathematical operation on it. If you are not, then it is not really a number, it just LOOKS like one. Failure to understand the difference is a common mistake that database

Re: Web cam and CFHTTP problem

2000-12-03 Thread Karenina
Yes, the axis cam has a built in web server (and assigned ip number as 10.10.10.8) We could call the live video using this URL parameter in our browser: http://10.10.10.8/view/view.shtml?paramskip=yesconf_Layout_BGColorEnabled=y es... etc (in one window) The problem was : the manager want the

Re: IE vs. Netscape CF Help

2000-12-03 Thread C Kong
maybe i've looked at this code for too long but i can;t seem to find any open form tags. can anyone spot them? david thank you again for helping me out. it is very muhc appreciated. an almost blind CFNovice cfif parameterexists(form.qty1) cfset total1 = form.qty1 * 29.95 cfelse cfset total1 =