RE: NN6 frames pages with parameters in URLs

2001-04-11 Thread Thomas Chiverton
Anyhow, all of this code works flawlessly in NN4.x, IE5.0 and IE5.5. It only screws up in NN6. Can anybody see why? I may be because Netscape branched their browser from the main Mozilla CVS too early, and refused to allow back ported bug fixes, because they were more concerned about getting

Upsizing Siteminder from Acess to SQL server

2001-04-11 Thread Thomas Chiverton
Is there a knowledge base article for this (I'm sure their should be) - but I cant find it on Allaire's hulk of a web site... ? Regards, Thomas Chiverton, Intranet Architect and Desktop Analyst Office: 01565 757 909 As a GUI, reality in useless

RE: Excel as a datasource.

2001-04-11 Thread Thomas Chiverton
The file the ODBC source points to has probably moved, or has the wrong priv.'s. -Original Message- From: Brian Thornton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 10:18 AM To: CF-Talk Subject: Excel as a datasource. I have... cfquery DATASOURCE="Excels"

RE: JavaScript use with ColdFusion Variables

2001-04-11 Thread Thomas Chiverton
Javascript = client side coldfusion = server side So you have to be... inventive... http://www.vboston.com/DepressedPress/Content/ColdFusion/Essays/GIFAsPipe/In dex.cfm -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 5:07 PM To:

RE: Security Scripting

2001-04-18 Thread Thomas Chiverton
Can someone add this to the FAQ ? What function would you use if the UserID contained characters and numbers such as SPAL12? cfset attributes.string REReplaceNoCase(attributes.string,"","lt;","ALL") cfset attributes.string REReplaceNoCase(attributes.string,"","gt;","ALL") cfset

RE: 2 /'s

2001-04-18 Thread Thomas Chiverton
What does the form tag say ? if get the page i want but it's under the url 127.0.0.1//index.cfm ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: make the select menu a must select

2001-04-18 Thread Thomas Chiverton
cffrom. cfselect. -Original Message- From: paul . [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 4:56 PM To: CF-Talk Subject: make the select menu a must select Hi Guys !. i need this select menu a must selct when i submit the form atleast one item has to be

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: 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: 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

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

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: Harpoon The Current Status

2001-04-20 Thread Thomas Chiverton
Is it gonna be free, or will some nominal charge apply ? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

RE: Forging HTTP headers

2001-04-20 Thread Thomas Chiverton
I'm trying to simulate the scenario when someone saves an online form to their hard drive, alters a hidden form field containing the price someone should pay, reloads the local form in their browser, falsifies the cgi.HTTP_REFERER value and resubmits the form. It depends if the server

RE: Forging HTTP headers

2001-04-20 Thread Thomas Chiverton
how do you get the info to the session variable w/o the form? If you asking how you store things like the price, then: generate form session.price=#price# session.ID=generateGUID() [output from, hidden field contating session.id] action page for form if form.id eq session.id

RE: Forging HTTP headers

2001-04-20 Thread Thomas Chiverton
thinking more along the lines of CC #'s Same applies, surly ? In addition to my last mail - you shouldn't use 'session.' there if your session variables are client side i.e. cookies :-) ~~ Structure your ColdFusion code with Fusebox. Get the

RE: enterprise vs pro

2001-04-23 Thread Thomas Chiverton
Advanced security. Now present in both. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: Harpoon The Current Status COST

2001-04-23 Thread Thomas Chiverton
Sorry for the delay in replying to your question. Not a problem :-) It will be free. Top ! Is there a rough release date yet ? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Printing a structure in sorted order (repost)

2001-04-23 Thread Thomas Chiverton
Dunno if this made it to the list: 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) I've checked up on devex, and there doesnt seem to be a tag to do it either. Does

Win2K, apache, CF4.5sp2

2001-04-25 Thread Thomas Chiverton
Has anyone got this to work, and is willing to give the httpd.conf lines needed ? The CF installer only lists 'other web server' as an option... Regards, Thomas Chiverton Intranet Architect and Desktop Analyst 01565 757 909 ~~ Structure your

RE: Win2K, apache, CF4.5sp2 SORTTED IT

2001-04-25 Thread Thomas Chiverton
I found http://www.thenetprofits.co.uk/coldfusion/apache.cfm in the end :-) ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Printing a structure in sorted order (repost)

2001-04-25 Thread Thomas Chiverton
StructSort, it's a native CF function. In 4.5 ? Its not in 'Mastering' or the online CFDOC's ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Netscape 6

2001-04-26 Thread Thomas Chiverton
And people wunder why no one bothers to suport it :-) -Original Message- From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]] Sent: 25 April 2001 14:52 To: CF-Talk Subject: RE: Netscape 6 That is a known bug in Netscape 6. The latest updates have not yet fixed the problem.

RE: Printing a structure in sorted order (repost)

2001-05-01 Thread Thomas Chiverton
i.e. sort by value (in perl foreach $name (sort {$r{$b} = $r{$a} } keys %r) does the same thing) Well, I've written it and posted it off to the allaire DevX :-) http://devex.allaire.com/developer/gallery/info.cfm?ID=C9C4AFF9-3A94-11D5-83 F400508B94F380method=Full

RE: can GIF can caught virus?

2001-05-01 Thread Thomas Chiverton
Yes. For instance, there was a problem with Netscape and GIF's a while back, and there is an overflow in the Flash player, though not yet exploitable. -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: 30 April 2001 18:15 To: CF-Talk Subject: can GIF can

Update in CFquery is failing, somone code check this ?

2001-05-01 Thread Thomas Chiverton
statement. SQL = update con_list set note = 'dr' where userid = 32715281 and skill = 1 Data Source = PS_SKILLS and I cant sport the error. The previous query (update con_list set skill_level=2 where userid = 32715281 and skill=1) on the same datasource finishes fine. Regards, Thomas Chiverton

RE: Update in CFquery is failing, somone code check this ?

2001-05-01 Thread Thomas Chiverton
Off the top of my head it looks like note may be a number field. In which case you will get that error if you try to insert anything but a number. Nope, its an Acess ODBC datasource, and the field is marked as text, length 50. Next :-) Regards, Thomas Chiverton Intranet Architect

RE: Update in CFquery is failing, somone code check this ?

2001-05-01 Thread Thomas Chiverton
If the field is marked as text, shouldn't there be ticks around the Only 'note' is a text field, all the others are interger fields, and work fine (see bit in original post about the previous query). ~~ Structure your ColdFusion code with

RE: Update in CFquery is failing, somone code check this ?

2001-05-01 Thread Thomas Chiverton
Get the value of the vars and run it directly in the db so you get a meaningfull error message How do you do that for Access ? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: Update in CFquery is failing, somone code check this ?

2001-05-01 Thread Thomas Chiverton
have you tried outputting those variables to make sure they're what you expect (ie - not null)? Have you tried reading my post ? [Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement. SQL = update con_list set note = 'dr' where userid = 32715281 and skill =

RE: Update in CFquery is failing, somone code check this ?

2001-05-01 Thread Thomas Chiverton
Create a query and use the SQL view The paperclip rather helpfuly says 'Syntax error in update statement' when I try and save update con_list set note = 'dr' where userid = 32715281 and skill =1; ~~ Structure your ColdFusion code with Fusebox. Get

RE: Update in CFquery is failing, somone code check this ?

2001-05-01 Thread Thomas Chiverton
Can you tell us exactly what datatypes all three fields are in the db. note is 'Text', size 50. userid, skill and skill_level are 'Number', size 'long integer'. userid and skill form the primary key. ~~ Structure your ColdFusion code with

RE: Update in CFquery is failing, somone code check this ?

2001-05-01 Thread Thomas Chiverton
I think you might find that the Skill field is now 2 and not 1 Re-read your e-mail, Technically the critera you want to update doesn't exist any more there for no record therefore an Error. Shame that the error is 'syntax error', and not 'no records updated', which iirc wont be

RE: I'm sure this worked earlier

2001-05-01 Thread Thomas Chiverton
Your insert is probably breaking a constraint in the table, or the Access datasource is open in design view (close Access, use 'fix' option in ODBC admin.). Probably :-) ~~ Structure your ColdFusion code with Fusebox. Get the official book at

OT: Update in CFquery is failing, somone code check this ?

2001-05-01 Thread Thomas Chiverton
Well, your post is not particularly clear. Have you tried Sorry, sorry :-/ Been banging this all day, and I've tried the obvious things 8 times already :-) ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Update in CFquery is failing, somone code check this ?

2001-05-01 Thread Thomas Chiverton
it's perplexing. i checked the reserved word list for access (i thought NOTE might be) but nothing is in the reserved word list that you're using. :nods Thought of that too :-/ what about the code immediately before or after the CFQUERY? anything there that looks suspicious? Snipit

RE: Update in CFquery is failing, somone code check this ? FIXED

2001-05-01 Thread Thomas Chiverton
Is note a reserved word in Access? Try [note] = 'dr'. ** Genius ** You win... searches franticly around desk a poster of the current Dell server line. Mail me your address of list :-) Thanks to all the others, hope I didnt annoy you too much.

RE: Still need help with oracle on linux...

2001-05-02 Thread Thomas Chiverton
Read the CF startup script - it explains how to modifiy it to pick up $ORACLE_HOME etc. -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 05:03 To: CF-Talk Subject: Still need help with oracle on linux... Please please please, let me get what

FW: Update in CFquery is failing, somone code check this ? FIXED

2001-05-02 Thread Thomas Chiverton
Is note a reserved word in Access? Try [note] = 'dr'. ** Genius ** You win... searches franticly around desk a poster of the current Dell server line. Mail me your address of list :-) Thanks to all the others, hope I didnt annoy you too much. [repost]

RE: custom tag for a progress meter

2001-05-02 Thread Thomas Chiverton
CF does _not_ send anything to the browser until it's done. ... This has been changed for CF5. Intresting, very interesting. So CF5 has a better communication method then GIF pipes ? Very cool... :-) ~~ Structure your ColdFusion code with

RE: Still need help with oracle on linux...

2001-05-02 Thread Thomas Chiverton
Can you use sqlplus to connect ? If not, your tnsnames.ora is wrong. -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 15:34 To: CF-Talk Subject: RE: Still need help with oracle on linux... Did that too. Read the CF startup script - it

RE: MDAC Question

2001-05-03 Thread Thomas Chiverton
Are there any known issues/problems with doing this? It may break wiht 2.6, though I'm on that and doing fine. Do I just replace the MDAC application in the CFusion MDAC folder? Hell no - you need to download and install MDAC and the JET update :-) Also is there any performance gain in

RE: ADA Section 508 Accessibility and CF tags

2001-05-03 Thread Thomas Chiverton
Whats a 'VBA' site ? And also - A method shall be provided that permits users to skip repetitive navigation links. What is that driving at, exactly ? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Active Directory and LDAP

2001-05-03 Thread Thomas Chiverton
Whats everyones opion on CF4.5's support for these ? I presume LDAP is fine (for instance, querying Active Directory via LDAP), but I cant see much about AD, though I did find an authtication tag in the DevX. Regards, Thomas Chiverton Intranet Architect and Desktop Analyst 01565 757 909 It's

RE: CF Studio and UltraDev Merging!

2001-05-04 Thread Thomas Chiverton
Merging ? Nah. The're selling them together, and setting studio up as the default external editor in UltraDev. Like I already have :-) ~~ Structure your ColdFusion code with Fusebox. Get the official book at

cfgrid replacements

2001-05-04 Thread Thomas Chiverton
CF_jsGRID on DevX, are there any other candidates ? Regards, Thomas Chiverton Intranet Architect and Desktop Analyst 01565 757 909 It's not a job, it's an adventure ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

cf_jsgrid

2001-05-04 Thread Thomas Chiverton
COLDATAALIGN_2=right COLDATAALIGN_3=right COLDATAALIGN_4=right COLDATAALIGN_5=left COLDATAITEMS_1=Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday COLWIDTHAUTO=N EDITABLE=Yes SELECTMODE=Row-Cell NEWROWS = 10 Regards, Thomas Chiverton Intranet Architect and Desktop Analyst

cfgrid and onvalidate

2001-05-09 Thread Thomas Chiverton
to iterate over al lthe rows, and all the cells in a row. Regards, Thomas Chiverton Intranet Architect and Desktop Analyst 01565 757 909 It's not a job, it's an adventure ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

test

2001-05-09 Thread Thomas Chiverton
All my mails to CF Talk are vanishing... test resub... if you see this, reply directly :-) Regards, Thomas Chiverton Intranet Architect and Desktop Analyst 01565 757 909 It's not a job, it's an adventure ~~ Structure your ColdFusion code

RE: test

2001-05-09 Thread Thomas Chiverton
Sorted now. Thanks to those who replied. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: survey: locales on nt

2001-05-14 Thread Thomas Chiverton
date functions big time with dates like 01/07/2000. Becomming 07 Jan 2000 in some countries outside the USA However this may have been fixed since 4.5 now is upto a release of 4.5.1 sp2 I dont think it has: http://localhost/cfdocs/tagframe.cfm?tagname=LSDateFormat%0D%0A on Win2k,

RE: Counting members online.

2001-05-14 Thread Thomas Chiverton
http://www.cfm-resources.com/tutorials.cfm?Include=_currentvis itorstutorial. cfm ODBC Error Code = S1000 (General error) [Microsoft][ODBC Microsoft Access Driver] Could not update; currently locked by user 'admin' on machine 'DATASERVER'. Date/Time: 05/14/01 05:11:18

RE: CF_DOWNLOAD -- need fix ASAP

2001-05-14 Thread Thomas Chiverton
Anyone successfully downloading files from server to client? We are running tests on Monday and help would be appreciated. I have a fix, but it is really horrable. IE has a problem with headers saying 'ask the user where to put this', and trys to sniff the datatype from the extension,

RE: CF_DOWNLOAD -- need fix ASAP

2001-05-14 Thread Thomas Chiverton
force a download with the header info. maybe dave can post the URL again or you can email him and ask. Really ? IE has a bug in its header reading bits :-) http://support.microsoft.com/support/kb/articles/Q279/6/67.ASP?LN=EN-USSD=g nFR=0qry=force%20downloadrnk=8src=DHCS_MSPSS_gn_SRCHSPR=IEP

RE: Harpoon Release is Final Available

2001-05-15 Thread Thomas Chiverton
I dont suppose anyone had the beta .zip file anywhere ? I'd like to have a look at the datagrid that they left out ! ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Reworked CFFORM java applets ?

2001-05-15 Thread Thomas Chiverton
From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]] the now reworked CFFORM Java applets do to be released in ColdFusion 5. Does anyone have anymore details ? Specifcaly, does the new cfgrid provide the ability to specify data types (date, number) and defaults for new rows ?

RE: CF on Linux

2001-05-16 Thread Thomas Chiverton
It isn't GUI driven like SQL server and Access. http://www.mysql.com/downloads/gui-clients.html There is even an offical GUI. I know there are third party clients but we haven't had the chance to test any. Dont whine then :-) m2d is very good, and the offical GUI is also very useful.

RE: Send SMS

2001-05-17 Thread Thomas Chiverton
Its not hard to write a CFHTTP request against Lycos.co.uk to do this. -Original Message- From: Rif Kiamil [mailto:[EMAIL PROTECTED]] Sent: 17 May 2001 13:14 To: CF-Talk Subject: RE: Send SMS Trying 2 find info on this for a long time 2 From Rif -Original

Problem with cf_uicalender

2001-05-21 Thread Thomas Chiverton
-- Regards, Thomas Chiverton Intranet Architect and Desktop Analyst 01565 757 909 It's not a job, it's an adventure ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http

Another Problem with cf_uicalender

2001-05-21 Thread Thomas Chiverton
The left most arrow (previous month) is ~one pixel lower than the month box. Anyone else seeing these problems ? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Problem with cf_uicalender (CONFIRMED BUG)

2001-05-22 Thread Thomas Chiverton
did we ever get an answer to this? Nope. No reply on the Allaire forums either. Which is an arse as I want to use it ! I can not seem to find one and have noted the same behavior (although it works great if you run it in pop-up mode). *really* ? :checks So it does :e-mails Allaire

RE: basic question

2001-05-23 Thread Thomas Chiverton
I downloaded an encrypted custom tag. When I make a call to the tag it shows up all encrypted on the output page. How do you make an encrypted tag display correctly. Do your other ColdFusion files work OK ? ~~ Structure your ColdFusion code

RE: NT User authentication

2001-05-24 Thread Thomas Chiverton
You sure you can compare a set of credentials with the SAM by using advanced security? I have heard of COM objects but nothing natively in CF. There are quite a few custom tags to do that. ~~ Structure your ColdFusion code with Fusebox. Get

RE: Problem with cf_uicalender (WORKAROUND) and undocumented func tions

2001-05-24 Thread Thomas Chiverton
Nope. No reply on the Allaire forums either. Which is an arse as I want to use it ! WARNING: this is not the Right Way - but if you really want to use the calender in non-popup mode and cant wait for the offical fix: 1) Get the 30 day Flash 5 trial from macromedia.com 2) Load the

RE: Spectra still going?

2001-05-29 Thread Thomas Chiverton
Its still being bug fixed, iirc, and will eventualy be rolled into the mainstream CF server, and/or community sourced. -Original Message- From: JoshMEagle [mailto:[EMAIL PROTECTED]] Sent: 25 May 2001 13:22 To: CF-Talk Subject: Spectra still going? I heard recently that Spectra

RE: lfcurrencyformat

2001-05-30 Thread Thomas Chiverton
I posted a similar problem with Date/Time formatting a few weeks back, to no avail. I tried it on two servers, both with CF4.5.latest on. W2kSP2 with apache and NT4Sp6a with iis4. I have had a similar problem with this function. The locale of the server was certainly set to English UK yet it

flashSQL

2001-05-31 Thread Thomas Chiverton
Just a heads-up about http://www.markme.com/as/flashsql/ which is a set of ActionScript objects to perform SQL querys by calling an external ColdFusion file. Regards, Thomas Chiverton Intranet Architect and Desktop Analyst 01565 757 909 The end result is nothing except some images on a computer

OT: RE: Newbie-CF trying to process Hex numbers :-)

2001-05-31 Thread Thomas Chiverton
You need to escape pound signs by double-pounding them. need to look like this: ##FF ##99, etc... '#' is a hash sign. '£' is a pound sign. :-) :the Brit. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Brain isn't working yet...

2001-06-01 Thread Thomas Chiverton
cfif #cgi.remote_addr# contains '192.168.5' Will do the trick, but you really need to use REfind and anchor the string to the start. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: FireWorks and Graphics

2001-06-01 Thread Thomas Chiverton
Or use something like DreamWeaver which intergrates well with (for instance) FireWorks (and I assume Freehand) and really doesnt care. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Problem with cf_uicalender

2001-06-01 Thread Thomas Chiverton
I've posted a modified version of the .fla file for the calender up on the Forum - works very well now in non-popup mode. Also has some usability tweaks that could be backported into the normal .fla if your feeling brave. ~~ Structure your

RE: Bizarre Browser Problem

2001-06-04 Thread Thomas Chiverton
When I open the CF pages on my PC at home, they come into the browser with all the CF code intact (i.e. unprocessed). I thought this was an issue at the host, but it turns out if I surf anywhere else, it works fine. Seems like a host problem - let their tech. people know. (If your saying

RE: CFHeader and jpegs

2001-06-05 Thread Thomas Chiverton
Question: Is there anything that could confuse a header into thinking that it should be publishing a jpg file as a bitmap? If your using IE - its Just Broken in that regard, though a few posts on here in the last few weeks concerned with donwloading files may help - check the archives.

RE: Sanity Check

2001-06-05 Thread Thomas Chiverton
I think I can assign a relatively unique folder for each upload under the general Library folder. (Clever solutions for for folder names are welcome. The first thought that comes to my mind is a folder name combining date time.) If you can guranty constraints ike peeps only do one

RE: CF5.0 Tag CFFlush

2001-06-05 Thread Thomas Chiverton
Whats the best way to store client vars, Registry or DB Table? Database, even more so if your on a Windows platform which will blue screen your server when the registery hits its maximum size. ~~ Structure your ColdFusion code with Fusebox. Get

RE: Custom error pages

2001-06-05 Thread Thomas Chiverton
I need to create 2 custom error pages for an application. One is for 404 errors (page not found), and the other is for any other server errors. You can use the 'error template' part of the CF administrator to catch all CF errors. You will need to use your Web servers capabilities to

CF5 and NT security

2001-06-06 Thread Thomas Chiverton
Can anyone confirm that CF5 *professional* supports NT authtictaion in the same way as CF4, through the advanced security method ? Regards, Thomas Chiverton Intranet Architect and Desktop Analyst 01565 757 909 The end result is nothing except some images on a computer screen, and some

RE: securing IIS5 and CF server

2001-06-07 Thread Thomas Chiverton
Also lock down the debugging options to only the 127.0.0.1 IP address in the CF server :-) -Original Message- From: Marc Garrett [mailto:[EMAIL PROTECTED]] Sent: 06 June 2001 21:15 To: CF-Talk Subject: Re: securing IIS5 and CF server Hi Chad, Most of the CF security problems

RE: CFTree substitute?

2001-06-07 Thread Thomas Chiverton
You can try the Joust control, ... It must be run in a frame Err... no. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: CFTree substitute?

2001-06-07 Thread Thomas Chiverton
I dont recall where I actually found it though. Looks like the Netscape DHTML demo one. I dont use it because it doesnt indent the levels. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: CF 5 Eval

2001-06-07 Thread Thomas Chiverton
i'm in the OLP so i just put the eval on a development server until i get the serial with the upgrade. I'm based in the UK, and our supplier just rang to say our subscription update copy should be with us in the next 2 weeks. ~~ Structure your

RE: Backup Database

2001-06-07 Thread Thomas Chiverton
the main SQL is not available? Can this be done in DNS? Maybe in MS DDNS spit... or you could put both servers behind a hardware load balencer, though that may cause problems. Or simply use a try-catch method to retry queries on the alternate DB if the first one fails.

RE: Upgrading Windows NT to 2000 CF Effects

2001-06-07 Thread Thomas Chiverton
I did it on our dev server, had to reinstall CF, which sorted the IIS plug in fine. You should really wipe the HD and start from scratch though. -Original Message- From: Teng-Yan Loke [mailto:[EMAIL PROTECTED]] Sent: 07 June 2001 11:03 To: CF-Talk Subject: Upgrading Windows NT to

RE: CFPOP shortcomings / questions

2001-06-11 Thread Thomas Chiverton
1) Is there any way that you can sort messages via date descending? Grab them all into a structure, and sort that. 3) How can you see subfolders or other folders besides your inbox? POP does not allow more than one folder. IMAP does, maybe you can use that if you can find a tag, and your

cfauthenticate and NT users

2001-01-24 Thread Thomas Chiverton
I'm tryin to use cfauth. to log users onto my site, but it wont work, and I see lots of other ppl on here strugerling, so hopefully some one has cracked it and can suggest something to try I havent thought of. Below is my Application.cfm, the user and password exisit in the NT domain, which is

RE: cfauthenticate and NT users

2001-01-24 Thread Thomas Chiverton
Cheers for helping... Is the user directory setup properly in the CF adminstrator? As far as I can tell, the documentation is a bit ropy. Namespace = WinNT Location = Windows name of machine (not DNS) Also, check to see if the user directory been associated with the security context. The

RE: cfauthenticate and NT users

2001-01-25 Thread Thomas Chiverton
You need to have the Cold Fusion Enterprise edition to have the Advanced Security that the CFAuthenticate tag requires. Really ? I have: Server Product ColdFusion Server Version 4, 5, 1, 0 Edition Professional And the advanced security was an option during install. Are you saying it is

RE: cfauthenticate and NT users

2001-01-25 Thread Thomas Chiverton
We've already spent rather a lot on the server, and more mony for some tags isn't on the cards. I've tryied CFX_User though, but that doesn't work either... waiting for the author to mail me back. Regards, Thomas C. Office: 01565 757 909 This space for rent

RE: . in urls

2001-01-25 Thread Thomas Chiverton
Have you tried escaping the '.' with urldecode() and urlencodedformat() ? Regards, Thomas C. Office: 01565 757 909 This space for rent -Original Message- From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]] Sent: 25 January 2001 12:47 To: CF-Talk Subject: "." in urls

RE: . in urls

2001-01-25 Thread Thomas Chiverton
I'd like to know a solution to this too, as I am getting an ID from another server which occasionally throws in a "." anyway, with the limited time I had, URLEncodedFormat for a "." is "." The CFML cfoutput#urlencodedformat("hhh.hhh.hhh")#/cfoutput produces hhh%2Ehhh%2Ehhh here.

RE: cfauthenticate and NT users

2001-01-25 Thread Thomas Chiverton
No, just that Enterprise Edition is needed. I made the mistake of trying to use the Advanced Security for a client using the Professional Edition. Not as of the latest 4.5 builds (http://allaire.com/documentcenter/partners/CF45ServerFeatureMatrix.doc page 2, last few lines), so we were both

RE: removing a the clients registry key

2001-01-26 Thread Thomas Chiverton
Regedit wont let you remove it ? Really ? Regards, Thomas C. Office: 01565 757 909 This space for rent -Original Message- From: John J. Kirker [mailto:[EMAIL PROTECTED]] Sent: 26 January 2001 00:46 To: CF-Talk Subject: removing a the clients registry key We are

RE: Alphabetic List

2001-01-26 Thread Thomas Chiverton
select whatever from userdatabase where lastname like 'A%' will give you everyone who's last name starts with 'A'. Regards, Thomas C. Office: 01565 757 909 This space for rent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 26 January 2001

RE: Dumb Questions :: About Verity :: Intranets

2001-01-30 Thread Thomas Chiverton
Write you SuperCombined searcf form, and have it fire off a seris of SQL queries, on to each DB. Then either print each search, or join them together in an array, and print that. Its all a bit icky though... -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: 30 January

Problems with IsAuthorized

2001-02-05 Thread Thomas Chiverton
s CF 4.5.1 on NT/IIS Regards, pic1.gif Thomas Chiverton Office: 01565 757 909 Recovered from laptop crash ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.ma

RE: Problems with IsAuthorized

2001-02-05 Thread Thomas Chiverton
Oops, try http://www.compsoc.man.ac.uk/~falken/pic1.gif :-) -Original Message- From: Thomas Chiverton Sent: Monday, February 05, 2001 4:14 PM To: CF-Talk Subject: Problems with IsAuthorized Attached is a gif that hopefully explains the policy I have in place, a userobject called

RE: Problems with IsAuthorized

2001-02-05 Thread Thomas Chiverton
and see if it's returning true. === Raymond Camden, Principal Spectra Compliance Engineer for Allaire Email : [EMAIL PROTECTED] ICQ UIN : 3679482 "My ally is the Force, and a powerful ally it is." - Yoda -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]

RE: Problems with IsAuthorized

2001-02-06 Thread Thomas Chiverton
r Allaire Email : [EMAIL PROTECTED] ICQ UIN : 3679482 "My ally is the Force, and a powerful ally it is." - Yoda -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 12:11 PM To: CF-Talk Subject: RE: Problems with IsAutho

RE: Problems with IsAuthorized

2001-02-06 Thread Thomas Chiverton
What do you have as your caching settings in Adv. Sec? Nothing selected What happens if you cycle CF and the two site minder services and _then_ run the test? Site minder services ? I have cfserver, cfrdsservice and cfexec running... ~~

RE: Problems with IsAuthorized

2001-02-06 Thread Thomas Chiverton
: [EMAIL PROTECTED] ICQ UIN : 3679482 "My ally is the Force, and a powerful ally it is." - Yoda -Original Message----- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 9:47 AM To: CF-Talk Subject: RE: Problems with IsAuthorized What d

  1   2   3   4   5   6   7   8   9   10   >