Fwd: Postfix Relay Hub SMTP server: errors from houseoffusion.com[64.118.64.245]

2002-02-23 Thread Len Conrad
A common defense against mail-abuse for the receiving server to validate the sending server in DNS. Somebody was futzing around either with HOF's zone file or CF-talk list's setting and broke it: # dig hof001.houseoffusion.com a ; <<>> DiG 8.3 <<>> hof001.houseoffusion.com a ;; res options: i

RE: cfinsert and datacut off

2002-02-23 Thread Deb Dickerson
It's bug 17708, specifically related to using cfinsert/cfupdate with TEXT fields in a mySQL database. It cuts off the data after 10 characters. If you're using the Merant mySQL driver, you could try using the myODBC driver instead http://www.mysql.com/Downloads/MyODBC If that doesn't help, you'l

RE: Joining Tables from Different Datasources... Possible?

2002-02-23 Thread Rick Walters
If you're using SQL Server, AND the databases are on separate machines, you need to LINK the databases from within enterprise manager. Then, when you reference database.dbo.tablename, SQL Server will do the rest. If I recall correctly, it is not enough to simply register the server, they must

Security risks using UDF's

2002-02-23 Thread Jason Larson
What kind of security risks should I be concerned about if I allow developers to use user defined functions on my cf server? Thanks for your input, Jason Larson [EMAIL PROTECTED] www.larzz.com P. 406.728.4422 F. 406.543.4266 "You think the Cubs have sore arms? What about the fans in left field?

Re: Security risks using UDF's

2002-02-23 Thread Critz
oi Jason!! shouldn't be any. they are no different than any other bits of code that can be run.it's just put into functions -- Best regards, Critter [critz.org] - Saturday, February 23, 2002, 12:22:04 PM, you wrote: JL> What kind of security

Session Count

2002-02-23 Thread Keen
I am working in a CF5/Linux environment and need a good way to determine the number of current sessions at any given time, not all users login. I was wonder what approaches others have taken. I was also wondering if anyone has used SessionMagic from the DevExchange in a production environment?

RE: Session Count

2002-02-23 Thread Steve Oliver
I think the easiest way is to add each session id into an application variable, in a structure or array, along with a timestamp. This way you can check the timestamps and delete them after a predetermined timeout period. Just make sure to lock everything. _ steve oli

RE: Session Count

2002-02-23 Thread Keen
Actually I was looking through some old CFDJ I have and found an article that looks like it will do the trick. There are a couple modifications that I will probably need to make but it will definitely save me some time and serve as a good foundation. -Original Message- From: Steve Oliver

RE: Solution: Divide record output cleanly when printing?

2002-02-23 Thread Chuck McElwee
Is this a publicly available custom tag? Sounds handy... - Chuck -Original Message- From: Valerie L. Criswell [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 8:40 AM To: CF-Talk Subject: Solution: Divide record output cleanly when printing? To anyone who is interested, the s

Re: Solution: Divide record output cleanly when printing?

2002-02-23 Thread Valerie L. Criswell
no custom tag... just plain old CSS. I had never heard of the attribute actually until I did some research. - Original Message - From: "Chuck McElwee" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, February 23, 2002 3:06 PM Subject: RE: Solution: Divide record outp

CLASS: Upcoming ColdFusion Intro Classes in Maryland - Just 4 days away

2002-02-23 Thread Michael Smith
Come to an intensive introduction to ColdFusion in Rockville Maryland. Classes limited to 12 students each so that you can be sure to get your own questions answered! Sign up today! Bring your questions, bring your laptop, get the help you need to get started with ColdFusion. - Michael Smith, T

RE: Solution: Divide record output cleanly when printing?

2002-02-23 Thread Chuck McElwee
"via the custom tag html2pdf3"? That's the one I was curious about. Google turns up nothing on html2pdf3... Thanks -Original Message- From: Valerie L. Criswell [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 23, 2002 3:14 PM To: CF-Talk Subject: Re: Solution: Divide record output c

Adding text to an image

2002-02-23 Thread W Luke
Hi, Is cfx_image capable of adding some formatted text to an image - I realise a graphics program could probably do this in batches, but I ideally need CF to manage it all Cheers Will --- "A woman drove me to drink and I didn't even have the decency to thank her." --W.C. Fields _

CF Developer available in DFW

2002-02-23 Thread Amanda Stern
Hello, I am looking for a CF Developer position(Beginner to intermediate) in the Dallas Fort Worth area. Please email me offline if you would like me to send you a copy of my resume. TIA! __ Do You Yahoo!? Yahoo! Sports - Coverage of the 20

Is this a known bug with cf and oracle?

2002-02-23 Thread Freddy
Ever since coming over to an ORACLE/Solaris envirionment I have had a problem taking char(x) field and having it return with the right length. No matter what length char field I use I get a length of 255 returned when called from a pl/sql procedure.If the variable is not trimmed twice trim(trim(#v

Re: Adding text to an image

2002-02-23 Thread Joseph Thompson
Yes... I found it works much betton gifs than jpg's though. It allows you to use any of your "true type" fonts. I don't have tons of experience with it but at least I know it does text :-) > Hi, > > Is cfx_image capable of adding some formatted text to an image - I realise a > graphics program

RE: Adding text to an image

2002-02-23 Thread Joseph DeVore
I generate dynamic images using CFX_IMAGE in this example code: http://cftags.veloxweb.com/cards/ (A while back someone asked how to dynamically generate upside down text over a background image, so I whipped up this example) HTH, Joseph DeVore VeloxWeb Technologies -Original Message-

cfserver 4.5.2 unable to fufill request

2002-02-23 Thread brook
How can you force the cf server to stop. I get an error when trying to stop & start it via the service control panel. I'm running 4.5.2.1 professional on windows NT 4.0. Any idea why our cfserver will not respond to any requests and generate the "Server busy or unable to fulfill request." erro

RE: cfserver 4.5.2 unable to fufill request

2002-02-23 Thread Michael Blair
http://devex.macromedia.com/developer/gallery/info.cfm?ID=CA34727F-2830 -11D4 -AA9700508B94F380&method=Full Try this. Michael -Original Message- From: brook [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 23, 2002 8:13 PM To: CF-Talk Subject: cfserver 4.5.2 unable to fufill request

RE: cfserver 4.5.2 unable to fufill request

2002-02-23 Thread brook
I can't connect to the cfserver to run a cftag to stop a service which I can not stop directly anyways At 08:12 PM 2/23/02 -0600, you wrote: >http://devex.macromedia.com/developer/gallery/info.cfm?ID=CA34727F-2830 >-11D4 >-AA9700508B94F380&method=Full > >Try this. > >Michael > >-Original

RE: cfserver 4.5.2 unable to fufill request

2002-02-23 Thread Matt Robertson
Are you saying, then, that you cannot directly access the Services control panel applet to just stop/restart CF? You can't run a batch file that has this in it, either? @echo on net stop "Cold Fusion Executive" net stop "Cold Fusion Application Server" echo . net start "Cold Fusion Application S

QUERY Differences?

2002-02-23 Thread Brian Scandale
These two selects BOTH work. They report very similar execution times. Is one method preferred? Better? Technically Correct? SELECT History_ID, LastName, FirstName FROM History, Operator WHERE History.Device_ID = #Client.wDevice_ID# AND Operator_ID = History.Operator_ID_Out AND His

RE: QUERY Differences?

2002-02-23 Thread Steve Oliver
Another way you could do it is: SELECT h.History_ID, h.LastName, h.FirstName FROM History h INNER JOIN Operator o ON h.Device_ID = #Client.wDevice_ID# WHERE o.Operator_ID = h.Operator_ID_Out AND h.History_ID > #Client.wLastHistory_ID# Not really sure which is faster, but I tend to see Joins used

RE: cfserver 4.5.2 unable to fufill request

2002-02-23 Thread brook
Does any one know of any security issues which could be identified by: 1. Cf server does not respond, returns a "server busy or unable to fulfill request error". This message is repeated in the log. 2. perfmon shows there are NO timed out requests, and subsequent attempt to load cfm pages do

Web Email

2002-02-23 Thread Jon Hall
I'm looking for a good free open source web email interface done in CF. Any suggestions? jon __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free S

Formatting problem with array

2002-02-23 Thread Douglas Brown
I have the following array that I need to format like so, and need a seperate row for each. I am brain dead right now and cannot get it !!! TitleLocation Date title1 Location1 Date1 title2 Location2 Date2 Here is my code classes = ArrayNew(2)

RESOLVED: Formatting problem with array

2002-02-23 Thread Douglas Brown
I guess I woke up!!! "Success is a journey, not a destination!!" Doug Brown - Original Message - From: "Douglas Brown" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, February 23, 2002 11:19 PM Subject: Formatting problem with array > I have the following ar

RE: Web Email

2002-02-23 Thread Ken Wilson
Did you rule out the one included free with CF Server as an example app? Or just looking for something more? Ken -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 23, 2002 10:55 PM To: CF-Talk Subject: Web Email I'm looking for a good free open sou