re: CF Forum 2000

2003-10-17 Thread Clint Tredway
Is the forum using Access or SQL Server? If it is using Access then up the database to SQL Server and that should help alot. Clint Tredway www.digital12studios.com Original Message: Return-Path: [EMAIL PROTECTED] Thu Oct 16 21:25:44 2003 Received: from houseoffusion.com [64.118.64.245] by

Re: Giving up on DW 2004 MX

2003-10-17 Thread Massimo, Tiziana e Federica
doc.write and innerHTML is the same thing...it's all writing out html with _javascript_, and it's old, lame, and slow. I'd though that was implied. It's all DOM 1. I wouldn't even mind DOM 1 if it was fully implemented, but it's not It's clear to me you just like to complain for the sake of

Re: CF Forum 2000

2003-10-17 Thread jonhall
Yes, maybe, and yes. :) If you are talking about rewriting it I assume you have the open source version. CF Forums main bottleneck is that it uses subqueries to generate the message counts. Get a lot of messages, or a lot of forums and it starts to blow a gasket. It's also been a while and there

RE: query to outout an xml file

2003-10-17 Thread cf
ty Matthew It's actually pretty easy. XML is just text. Create a variable with your XML, then use cffile to write it. Something like: cfdirectory action="" directory=qwerty name=myPix cfsavecontent variable=myXml?xml version=1.0 encoding=iso-8859-1? Slides cfoutput query=myPix

sweet guestbook!! but......

2003-10-17 Thread cf
I have this amazing guestbook in flash asp which i would like to convert to flash and coldfusion. im ok with converting most of the asp stuff but the xml is throwing me off. there are only 7 asp pages to convert with a total of 281 lines of code this is a fabulous gb. anyone interested in

RE: CF Forum 2000

2003-10-17 Thread Jim Davis
Actually - if I remember correctly - CF Forums was never encrypted.So no matter what version you have you should be able to dig in. My main issue with it is that the fundamental codebase for CF Forums was begun with CF 2.0 and was maintained on a oh, do we HAVE to! budget and timeline.It was a

RE: passing empty form field entry

2003-10-17 Thread Pascal Peters
First of all: if the field is a radio, checkbox or multiple select, you use cfparam to set a default value on the action page. cfparam name=form.myfield default= Then in your query you have 2 possibilities: 1. The field is a text field in the db (char, varchar, ...). You can just insert the

RE: Including servlets in a CF template

2003-10-17 Thread John McCosker
Thanks Dave I'll take a look at this. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 17 October 2003 00:18 To: CF-Talk Subject: RE: Including servlets in a CF template is there anyway to include java servlets in a CF page on an MX CF server that is running on IIS,

Re: Sorting IP Addresses

2003-10-17 Thread Calvin Ward
That sounds like it could perform poorly, would it? - Calvin - Original Message - From: Benjamin S. Rogers To: CF-Talk Sent: Thursday, October 16, 2003 4:38 PM Subject: RE: Sorting IP Addresses that doesn't work perfectly. 166.141.22.4 166.141.22.40 166.141.22.41 166.141.22.47

Re: Giving up on DW 2004 MX

2003-10-17 Thread jonhall
Nicely done on ignoring every point I made, including the request to back up your false claims about focus. I still feel DW's scripting API is far less powerful than Homesite's, and I'd welcome any attempt to prove my any of the facts I laid out in defense of my opinion wrong. This whole thing

Re: OT: SQL Query

2003-10-17 Thread Jochem van Dieten
Paul Giesenhagen said: I have a number of reports all dated, but dated by day (no time). Some of the reports are on the same day If I have an ID value, I need to grab the report before and the report after that ID and it needs to be by date. Here is what the data looks like:

Re: Access db Query error

2003-10-17 Thread Jochem van Dieten
Mark Leder said: cfquery name=indexCitations datasource= timeout=900 SELECT * FROM citationsTable /cfquery I now want to move this over to CFMX 6.1, but running just a simple query to return all records throws the following error (after about 15 seconds): Error

Re:Programmatically set debug options

2003-10-17 Thread Tim Blair
Does anyone know of a way to set specific debug options? Yup, you can do it using the (undocumented, therefore unsupported) factory methods: cfscript // grab the debugging service factory = createobject(java, coldfusion.server.ServiceFactory); cfdebugger = factory.getDebuggingService(); //

SQL Server Indexing of tables help

2003-10-17 Thread Rafael Bleiweiss
Exactly 6 years this month as an independent consultant. TODAY I am embarking on my first ever SQL Server driven web site. (So please, be gentle with me) OMG yes, first ever - til now just never needed more than MS Access. I'm running SQL Server 2000, and have successfully converted a message

Re: Antivirus software on web server

2003-10-17 Thread Thomas Chiverton
On Thursday 16 Oct 2003 17:17 pm, Jochem van Dieten wrote: No account, not even LocalSystem, should have permission to patch core OS files. How would you distribute security updates then ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED]

Re: html emails with javascript in outlook

2003-10-17 Thread Thomas Chiverton
On Thursday 16 Oct 2003 17:45 pm, Dave Watts wrote: Not until you mentioned it, so I took a look (http://www.horde.org/), and no, it's no substitute for Exchange + Outlook. Not by a long shot. I jsut thought it had all the right bits - sharable calenders/contacts etc. -- Tom Chiverton

CFMX 6.1. Oracle 8i. BLOB. Insert/update trouble

2003-10-17 Thread Alexandr
Is anyone has success with inserting data in Oracle BLOB field? I tried latest JDBC driver from otn.oracle.com. As I found, this driver excellently work with CLOBs (insert, select, update) and can select BLOBs too. But when I try to insert BLOB, I receive an error Error casting an object of type

Re: Antivirus software on web server

2003-10-17 Thread Jochem van Dieten
Thomas Chiverton said: On Thursday 16 Oct 2003 17:17 pm, Jochem van Dieten wrote: No account, not even LocalSystem, should have permission to patch core OS files. How would you distribute security updates then ? Log in, assign yourself the apropriate rights, update, revoke rights. Jochem

RE: passing empty form field entry

2003-10-17 Thread Tim Laureska
Yes Pascal... thanks, the 2nd possibility is where I was at... I was trying to insert an empty string (no value) into a number field and experienced the error ... I would have never known to use the code you show (cfsqltype=CF_SQL_NUMERIC)... Is this code referenced/explained anywhere on the web?

RE: number of occurrences in a string.

2003-10-17 Thread Ketan Patel
Does anybody have answer for this .When I use cflib function wordinstance() sometimes CPU usage will max out ,it reaches its max to 100%.It takes a good amount of time to open the page. This is the only function which give me correct results. My concern is when the site will generate good traffic

RE: number of occurrences in a string.

2003-10-17 Thread Tim Blair
I am looking for which returns the number of occurrences of a word in a string. It should return the word occurrence count when I pass a word to search in a string. Try this (watch the wrap): cffunction name=wordcount returntype=numeric output=yes hint=Counts the number of occurences of a

RE: number of occurrences in a string.

2003-10-17 Thread Tim Blair
Try this (watch the wrap): Oops, replace the output=yes with output=no in the cffunction header.Also note that this is a case sensitive search - if you want case insensitive change the refind(...) to refindnocase(...). Tim. --- RAWNET LTD -

RE: passing empty form field entry

2003-10-17 Thread Pascal Peters
Just type cfqueryparam in Google -Oorspronkelijk bericht- Van: Tim Laureska [mailto:[EMAIL PROTECTED] Verzonden: vr 17/10/2003 13:27 Aan: CF-Talk CC: Onderwerp: RE: passing empty form field entry Yes Pascal... thanks, the 2nd possibility is where I was at... I was trying

RE: number of occurrences in a string.

2003-10-17 Thread Ketan Patel
Any suggestion for CF5.0 instead of CFMX. Ketan Patel G3 Technology Group, LLC Graphics III Advertising, Inc. (410)789-7007 or (800)783-1799 It's Not Creative if it doesn't Sell. http://www.g3group.com http://www.g3group.com -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED]

RE: number of occurrences in a string.

2003-10-17 Thread Tim Blair
Will this work in CF5.0 ? *Now* he says...No, it's MX only.But I _think_ this should do it (and work on MX too): cfscript function wordcount(word, line) { var wordarray = refind([^[:alpha:]](#word#)[^[:alpha:]], line, 1, TRUE) if (NOT wordarray.len[1]) { return 0; } return

Re:Dynamic page processing

2003-10-17 Thread Janice Zimba
Hi all, Sorry it took me sooo long to get back to you all.I've been swamped.Thank you all for your comments and suggestions.I think we've decided to create actual static pages for every page as they are created during the data entry phase.This makes me slightly nervous as it seems somewhat messy,

RE: number of occurrences in a string.

2003-10-17 Thread Pascal Peters
What you are returning here is the number if subexpressions of the first matching word (will always be 2), NOT the wordcount. To count the number of words, you NEED to loop. Also, you will need to escape the word for regular expressions (escape chars like \$^([ and so on). Finally, you probably

RE: number of occurrences in a string.

2003-10-17 Thread Tim Blair
What you are returning here is the number if subexpressions of the first matching word (will always be 2), NOT the wordcount. Damn, yes, you're right.I was thinking perl regex.Sorry! #!/usr/bin/perl $word = the; $string = q giw fieo the nigeow the woeifnw io fmewo the miwo; @wordarray =

RE: Goofy Rows Questions

2003-10-17 Thread Tony Weeg
what version finally worked? ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Eric Hoffman [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 12:38 AM To: CF-Talk Subject: RE: Goofy Rows

(Admin) Respect

2003-10-17 Thread Michael Dinowitz
Please refrain from personal attacks. They do not reflect the attackers professionalism or even maturity. Remember that everything on this list is archived and an attack today can come back to haunt you at work or other places tomorrow. (remember the Secret Service event as an extreme of that)

RE: number of occurrences in a string.

2003-10-17 Thread Pascal Peters
The function doesn't look correct. This should work (I modified it, but didn't test) function WordInstance(word,string){ var i = 0; var start = 1; var exit = false; var tmp = ; var special_char_list= \,+,*,?,.,[,],^,$,(,),{,},|,-; var esc_special_char_list=

RE: passing empty form field entry

2003-10-17 Thread Charlie Griefer
http://www.macromedia.com/devnet/mx/coldfusion/articles/cfqueryparam.html -Oorspronkelijk bericht- Van: Tim Laureska [mailto:[EMAIL PROTECTED] Verzonden: vr 17/10/2003 13:27 Aan: CF-Talk CC: Onderwerp: RE: passing empty form field entry Yes Pascal... thanks, the 2nd possibility is where

RE: Goofy Rows Questions

2003-10-17 Thread Charlie Griefer
Eric: http://tutorial140.easycfm.com/ http://tutorial141.easycfm.com/ hth, charlie -Original Message- From: Eric Hoffman [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 9:38 PM To: CF-Talk Subject: RE: Goofy Rows Questions I did a hack and made it work, good enough for now,

RE: Constrain on a blob

2003-10-17 Thread Sean McCarthy
Thanks for the input all.It appears you can add a 1,1 attribute on the end to define the start? and span?seems to work more like a wildcard.Still cant get it case insensitive -Original Message- From: Plunkett, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 4:14 PM To:

RE: Access db Query error

2003-10-17 Thread Mark Leder
Jochem, That simple change to Unicode support worked. Query runs in about 1.5 seconds now. Thanks! Mark -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 5:07 AM To: CF-Talk Subject: Re: Access db Query error Mark Leder said:

Re: Antivirus software on web server

2003-10-17 Thread Thomas Chiverton
On Friday 17 Oct 2003 12:09 pm, Jochem van Dieten wrote: Thomas Chiverton said: On Thursday 16 Oct 2003 17:17 pm, Jochem van Dieten wrote: No account, not even LocalSystem, should have permission to patch core OS files. How would you distribute security updates then ? Log in, assign

Re: Antivirus software on web server

2003-10-17 Thread Jochem van Dieten
Thomas Chiverton said: On Friday 17 Oct 2003 12:09 pm, Jochem van Dieten wrote: Thomas Chiverton said: On Thursday 16 Oct 2003 17:17 pm, Jochem van Dieten wrote: No account, not even LocalSystem, should have permission to patch core OS files. How would you distribute security updates then ?

Netscape 7.x and CFSTOREDPROC

2003-10-17 Thread Kris Pilles
Ok... This is kind of odd... I have a CFSTOREDPROC that works fine with IE but when we try to call it with Netscape 7.X it crashed...Has anyone else had this sort of problem?? Anyone have any ideas as to how to fix this? Thanks Kris Pilles Website Manager Western Suffolk BOCES 507 Deer Park

RE: Goofy Rows Questions

2003-10-17 Thread Pascal Peters
substitute x by whatever number of columns you want cfset x = 2 cfset emptyCells = (x - qTest.recordCount MOD x) MOD x table cfloop query=qTest cfif qTest.currentRow MOD x IS 1 tr /cfif td#qTest.field#/td cfif qTest.currentRow MOD x IS 0 /tr /cfif /cfloop cfif emptyCells cfloop index=i

RE: Netscape 7.x and CFSTOREDPROC

2003-10-17 Thread Tony Weeg
have you/can you verify the data that is getting passed to the cfstoredproc. browser shouldn't matter apart from the data getting to the cfstored proc.form driven data? url driven data? id look there. cf is server side, so it shouldn't matter ...tony tony weeg senior web applications

RE: number of occurrences in a string.

2003-10-17 Thread Pascal Peters
I was doing _javascript_ when I posted this. Obviously the first element in the array has index 1 in CF. So replace [0] by [1] in my code. -Oorspronkelijk bericht- Van: Pascal Peters Verzonden: vr 17/10/2003 15:08 Aan: CF-Talk CC: Onderwerp: RE: number of occurrences in a

RE: One more dumb question

2003-10-17 Thread Eric Creese
I do not understand this -Original Message- From: Austin Govella [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 5:21 PM To: CF-Talk Subject: Re: One more dumb question Can you change your character encoding to UTF-8? That might enter the apostrophes correctly (sans box) and

RE: Netscape 7.x and CFSTOREDPROC

2003-10-17 Thread Kris Pilles
I have outputted the variables on the page so I can see them it is the weirdest thing works fine in IE but not NS -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 9:39 AM To: CF-Talk Subject: RE: Netscape 7.x and CFSTOREDPROC

RE: lite source control for Homesite+ ?

2003-10-17 Thread Samuel Neff
You're right, RDS and CVS are not comparable products.All I was saying was that problems with RDS (failure to save files after indicating saved, slow file transfer, missed files in directory searches) were the primary catalyst for us moving to CVS, which in turn embodied a move to a different

RE: Netscape 7.x and CFSTOREDPROC

2003-10-17 Thread Tony Weeg
that's odd...i cant imagine how a browser could dictate how cf stuff runs on the server...apart from the data it sends to it ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Kris Pilles

RE: 6.0 6.1 on same machine?

2003-10-17 Thread Samuel Neff
One other option I forgot to mention is that you can install CFMX 6.0 and CFMX 6.1 on the same machine at the same time as long as you don't run both of them at the same time. You will have issues with ODBC services as there is a registry reference to the DLL that needs to be changed every time

RE: Netscape 7.x and CFSTOREDPROC

2003-10-17 Thread Kris Pilles
I ficed it... had NO-CACHE on the action page... seems to have corrected thr problems by removing it -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 9:47 AM To: CF-Talk Subject: RE: Netscape 7.x and CFSTOREDPROC that's odd...i cant

RE: Netscape 7.x and CFSTOREDPROC

2003-10-17 Thread Jochem van Dieten
Kris Pilles said: I have outputted the variables on the page so I can see them it is the weirdest thing works fine in IE but not NS Does it work from telnet? Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: number of occurrences in a string.

2003-10-17 Thread Raymond Camden
What didn't look right about the function? It's working here. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Developing CF Code on a Linux Machine

2003-10-17 Thread David Adams
What are the available CF code editors for Linux.I love HomeSite but I am sure there is no market demand to port it over to Linux.Any comments? Using VI is not the answer I am looking for.;) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:Programmatically set debug options

2003-10-17 Thread David Adams
FuseBox 4 supports a Developer switch.Then when you complete you turn the switch to Production. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Antivirus software on web server

2003-10-17 Thread Thomas Chiverton
On Friday 17 Oct 2003 14:32 pm, Jochem van Dieten wrote: Administrators are only allowed to do an interactive login. How many of those can there be at the same time? But any programs they run are now running as admin... you only solve some problems by enforcing this. -- Tom Chiverton

Re: OT: SQL Query

2003-10-17 Thread Paul Giesenhagen
The dataset is fairly small .. I doubt it would be over a few hundred records for awhile .. and in a few years maybe up to 2000, so I don't think it will be a huge ordeal. Thanks in advance, I will give it a try! Paul Giesenhagen QuillDesign - Original Message - From: Jochem van Dieten

Re: Linux Newbie

2003-10-17 Thread Thomas Chiverton
On Thursday 16 Oct 2003 21:37 pm, Nathan Strutz wrote: a boot manager like grep grub -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel: +44 (0)1749 834900 Fax: +44

Re: Antivirus software on web server

2003-10-17 Thread Jochem van Dieten
Thomas Chiverton said: On Friday 17 Oct 2003 14:32 pm, Jochem van Dieten wrote: Administrators are only allowed to do an interactive login. How many of those can there be at the same time? But any programs they run are now running as admin... you only solve someproblems by enforcing this.

CF Traffic Analyzer

2003-10-17 Thread Bailey, Neal
Hello folks... I am looking for a traffic analyzer that I can implement into our current site. Basically what we have is a template driven web site for our agent's which gives each of them their own personalized site. What I need to do is give them the ability to track visitors to their site

RE: Developing CF Code on a Linux Machine

2003-10-17 Thread Tim Blair
What are the available CF code editors for Linux. I use JEdit: http://www.jedit.org/ You could also try Eclipse: http://www.eclipse.org/ Tim. PS.Vi rocks!:) --- OUR NEW SITE IS NOW LIVE Visit our new website at http://www.rawnet.com/ and

RE: Sorting IP Addresses

2003-10-17 Thread Benjamin S. Rogers
Well, performance is relative. However, it is a solution which overcomes a lack of native support for an IP data type and addresses Dave's requirement that everything must happen in the query itself. As I said, this bit of code was excerpted and adapted from a DNSBL we run. We found that this

Re: Developing CF Code on a Linux Machine

2003-10-17 Thread Thomas Chiverton
On Friday 17 Oct 2003 15:07 pm, David Adams wrote: What are the available CF code editors for Linux.I love HomeSite but I am sure there is no market demand to port it over to Linux.Any comments? jEdit -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL

RE: Sorting IP Addresses

2003-10-17 Thread Benjamin S. Rogers
Sorry about that. I was busy yesterday, but I saw a question that I thought I could provide one possible answer too so I rattle it off a couple of e-mails without looking back at the thread. And I didn't take offense to Jochem's quip: my apologies to Jochem if it seemed that way. Benjamin S.

Merchant Account Suggestions

2003-10-17 Thread Ricky Fritzsching
I have a small business that I am doing an e-commerce application for and they are wanting to setup a merchant/gateway account for the website. I have not had any experience with setting up a this type of an account and I am wondering what are my options. Is there something that is not rather

RE: number of occurrences in a string.

2003-10-17 Thread Pascal Peters
the for loop isn't right: 1. if it doesn't find a match, it continues looping 2. if there is a match, start will become greater than the string length 3. the word is not escaped for special chars in regexp 4. when the new start position is set, it isn't set to the right place (should be

RE: CF Forum 2000

2003-10-17 Thread Adam Wayne Lehman
Run, do not walk away from cfForums. It is a curse. It's one of the most poorly written applications I've seen. I've read every single line of code, and my god, it's junk. We had over 30 forums and it was slow and unresponsive. Not to mention debugging the application and/or integrating it is a

RE: CF Forum 2000

2003-10-17 Thread Mark A. Kruger - CFG
Yes but. it looks nice. -Original Message- From: Adam Wayne Lehman [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 9:35 AM To: CF-Talk Subject: RE: CF Forum 2000 Run, do not walk away from cfForums. It is a curse. It's one of the most poorly written applications I've seen.

RE: Merchant Account Suggestions

2003-10-17 Thread Dan Phillips \(CFXHosting.com\)
Authorize.net is very easy to setup and use. -Original Message- From: Ricky Fritzsching [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 10:30 AM To: CF-Talk Subject: Merchant Account Suggestions I have a small business that I am doing an e-commerce application for and they are

Re: Antivirus software on web server

2003-10-17 Thread Thomas Chiverton
On Friday 17 Oct 2003 15:15 pm, Jochem van Dieten wrote: Who is running what as admin? If I log in as Admin and I do something stupid that gives problems. But how is somebody else going to run anything as admin that can replace kernel files? You don't have to be doing something stupid to

RE: CF Forum 2000

2003-10-17 Thread Che Vilnonis
Help me out...are we talking about the following forum here??? http://www.cfcode.com/index.cfm/fuse/forumdetails.htm Let me know...Ch -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 10:43 AM To: CF-Talk Subject: RE: CF Forum 2000

RE: Sorting IP Addresses

2003-10-17 Thread Benjamin S. Rogers
Somebody wrote IP, network and MAC data types for PostgreSQL, And how far along are they in porting that to Windows? :) including support for the big seven operators. So I could just use the IP datatype for SourceIP and everything would work automagically: That's pretty handy. Out of

RE: Merchant Account Suggestions

2003-10-17 Thread Tony Weeg
paypal by far is the easiest. ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Ricky Fritzsching [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 10:30 AM To: CF-Talk Subject: Merchant

RE: Antivirus software on web server

2003-10-17 Thread Dave Watts
You don't have to be doing something stupid to trigger a trojon. I would classify unnecessary use of Administrator privileges as something stupid. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 [Todays Threads] [This Message]

Re: Antivirus software on web server

2003-10-17 Thread Jochem van Dieten
Thomas Chiverton said: On Friday 17 Oct 2003 15:15 pm, Jochem van Dieten wrote: Who is running what as admin? If I log in as Admin and I do something stupid that gives problems. But how is somebody else going to run anything as admin that can replace kernel files? You don't have to be doing

OT: SQL Server Administration

2003-10-17 Thread Josh Remus
Sorry for the OT post, but I know plenty of people on here work with SQL Server. We're running SQL Server 7 that hosts a few large databases for internal use.One of them is Saleslogix, if any of you work with that.I was reassigning accounts (like 3500) from Saleslogix's administrator (which

RE: CF Traffic Analyzer

2003-10-17 Thread Daniel Mackey
Hi Neil, Did you look at Statistex on CFTagStore.com by Shawn Wellman? http://www.cftagstore.com/index.cfm/page/viewtag/tagId/31 Regards, Dan. -Original Message- From: Bailey, Neal [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 15:19 To: CF-Talk Subject: CF Traffic Analyzer

CFHTTP Question!

2003-10-17 Thread Allan Clarke
Hello everybody, I'm trying to call a .asp file from my coldfusion page using cfhttp and I keep getting errors. Both files are on the same server, just different folders under the site webroot. This should explain it: The ColdFusion file is in

RE: number of occurrences in a string.

2003-10-17 Thread Raymond Camden
I'm not a regex guru, but what about using the \b boundry: cfset s = This is the beginning of the Beg. I don't beg for crap when I begin. cfset foo = reFindNoCase(\b(beg)\b,s,1,true) cfdump var=#foo# This seems to work well. In a UDF you would just return the arrayLen of foo.pos. Does this seem

Re: Verity K2 Spider Missing Some Titles

2003-10-17 Thread Jamie Jackson
On Thu, 16 Oct 2003 16:36:34 -0400, in cf-talk you wrote: I'm using VK2 spider (bundled with the old CF5) to crawl a Web site. Some indexed CFM pages are returning titles, while others are not. I've painstakingly compared view-source code from pages that do have titles in the index, and those

RE: number of occurrences in a string.

2003-10-17 Thread Raymond Camden
Nope, I stand corrected, you still need to loop. But \b may be better than [^a-z]+. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Merchant Account Suggestions

2003-10-17 Thread Stacy Young
Of course I'm biased but I'd have to disagree on that.;-) We provide easy CF integration including fully functional test accounts for our payment gateways. http://www.terrapayments.com http://www.terrapayments.com/ (previously Surefire Commerce) Cheers! Stace _ From: Tony Weeg

RE: Sorting IP Addresses

2003-10-17 Thread Jochem van Dieten
Benjamin S. Rogers said: Somebody wrote IP, network and MAC data types for PostgreSQL, And how far along are they in porting that to Windows? :) SRA and some others sell commercial versions, 7.2.1 is available as a free source distribution. including support for the big seven operators. So I

RE: number of occurrences in a string.

2003-10-17 Thread Philip Arnold
Wouldn't it be faster to use a Lower() on the string rather than REFindNoCase? I thought that doing a NoCase does the search twice, so on long strings, it could be slower... Just a thought -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Friday, October 17,

RE: CF Forum 2000

2003-10-17 Thread Adam Wayne Lehman
Uh oh, my bad. I was talking about the old Allaire forums which went open-source. http://www.houseoffusion.com/forumspot Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: Che Vilnonis

RE: Merchant Account Suggestions

2003-10-17 Thread Adam Wayne Lehman
Stacy, What is your credit card processing service priced out as? Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003

Re: Antivirus software on web server

2003-10-17 Thread Thomas Chiverton
On Friday 17 Oct 2003 15:58 pm, Dave Watts wrote: You don't have to be doing something stupid to trigger a trojon. I would classify unnecessary use of Administrator privileges as something stupid. But you don't have be doing something stupid (like unnecessary use of Administrator

RE: number of occurrences in a string.

2003-10-17 Thread Raymond Camden
I always assumed it said, match A or a, not search twice. I guess it depends on what is happening at the lowest level. I've never seen any recommendations in the past to not use findNoCase or reFindNocase (or etc). [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: number of occurrences in a string.

2003-10-17 Thread Pascal Peters
\b only on cfmx. As I said before, the array created will give you the number of subexpressions (2: the entire regexp and the subexpr (beg)) of the first match. In cf you need a loop. Try putting 3 beg's in your string. Pascal -Oorspronkelijk bericht- Van: Raymond Camden

Re: Antivirus software on web server

2003-10-17 Thread Thomas Chiverton
On Friday 17 Oct 2003 15:53 pm, Jochem van Dieten wrote: You don't have to be doing something stupid to trigger a trojon. What would be a non-stupid way for an admin to trigger a trojan on his server? DNS poisioning when you downloaded the patch file, for instance. On UNIX boxes, a local

RE: number of occurrences in a string.

2003-10-17 Thread Barney Boisvert
It would have to do the search more than twice, it woudl have to do every possible case combination of either the string or the RE.I suspect that internally it just does a LOWER or UPPER on both the RE and the string. -Original Message- From: Philip Arnold [mailto:[EMAIL PROTECTED] Sent:

RE: Merchant Account Suggestions

2003-10-17 Thread Stacy Young
We're in the midst of a revamp on the corporate site so some info is not very apparent, please checkout the faq for pricing info https://payment.firepay.com/surefire/ccs/reg/faq.jsp As for the setup fees...waived for cf-talk folks! (just be sure to give me a holler) Cheers, Stace _

RE: Merchant Account Suggestions

2003-10-17 Thread Tony Weeg
sweet.I didn't know! thanks. ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 11:31 AM To: CF-Talk Subject: RE: Merchant

RE: CFHTTP Question!

2003-10-17 Thread Andre Mohamed
Allan, What is the URL you need to type into a browser in order to run menu.asp? That is the URL you need to specify for using CFHTTP. (Remember when using CFHTTP it is the ColdFusion server running the request so the URL needs to be from the perspective of what the ColdFusion server can

RE: Merchant Account Suggestions

2003-10-17 Thread Stacy Young
Ok last post from me in regards to this advertising frenzy;-) I realize we may not be a household name but rest assured we've been around for years. Here are some quick notes on us: - We currently process in excess of 1 Billion dollars a year - We do CCs and checks - We're International,

Re:CFHTTP Question!

2003-10-17 Thread ColdFusion Programmer
This is the code I have got on my Coldfusion file CFHTTP url="" METHOD=GET RESOLVEURL=true throwonerror=yes/ cfoutput#CFHTTP.FileContent# /cfoutput I get an error: You are not authorized to view this page You do not have permission to view this directory or page using the credentials you

SES urls on CFMX6.1 installed on top of JRun

2003-10-17 Thread cftalk
I'm running CFMX6.1 installed on top of JRun, Win XP pro, and i can't get search engine safe (SES) urls to work. --- -- START TESTS --- no dummy extension --- URL http://127.0.0.1/index.cfm/this/that RESULT

Re: Antivirus software on web server

2003-10-17 Thread Jochem van Dieten
Thomas Chiverton wrote: On Friday 17 Oct 2003 15:53 pm, Jochem van Dieten wrote: You don't have to be doing something stupid to trigger a trojon. What would be a non-stupid way for an admin to trigger a trojan on his server? DNS poisioning when you downloaded the patch file, for instance.

Re:CFHTTP Question!

2003-10-17 Thread ColdFusion Programmer
When I browse the asp file in the browse, it displays the menu on the browser. This is the url I'm using: http://myProject/site/includes/topmenu/folder2/menu.asp But when I include this url in cfhttp I get You are not authorized to view this page You do not have permission to view this

RE: CFHTTP Question!

2003-10-17 Thread Bryan F. Hogan
Most likely there are directory permissions setup on this folder and that you are logged into your network with an account that has permission to view this directory. Which is why you are able to browse the file. However CFHTTP can not because it is making a request like I would be if I where to

Re: CFHTTP Question!

2003-10-17 Thread Stephen Moretti
As a side thought If that menu.asp is actually just a bunch of html with no asp code in there, the you could just use cfinclude to drag it into your cf code. Or you could bin that asp junk altogether and.~joking~ ;o) Andre Mohamed wrote: Allan, What is the URL you need to type

RE: CFHTTP Question!

2003-10-17 Thread Andre Mohamed
If you are actually on the ColdFusion server can you browse to that same URL? Andr -Original Message- From: ColdFusion Programmer [mailto:[EMAIL PROTECTED] Sent: 17 October 2003 16:55 To: CF-Talk Subject: Re:CFHTTP Question! When I browse the asp file in the browse, it displays

Re: CF Forum 2000

2003-10-17 Thread Jochem van Dieten
Jim Davis wrote: Actually - if I remember correctly - CF Forums was never encrypted.So no matter what version you have you should be able to dig in. I have looked it over a few times over the last years, but since it was never released under an OSI approved Open Source license I never

RE: Dynamic page processing

2003-10-17 Thread Matt Robertson
Publishing static pages translate to a more complex admin process, but much less load on the public side.I love what they do for me, personally, and use them wherever possible.Embrace the horror :D Matt Robertson [EMAIL PROTECTED] MSB Designs,

  1   2   >