RE: Hack Attempt?????

2002-06-12 Thread Cravens, Billy
The Anonymous FTP thing is huge. We all know that; but with IIS5 (maybe even 4) each FTP site you set up turns on anonymous by default (unless you change the default settings). (IMHO IIS is a decent webserver; it's those sorts of moronic security gaps that give it a bad name) --- Billy Cravens

RE: HeirMenus

2002-06-12 Thread Cravens, Billy
Change your javascript to something like parent.otherFrameName.location.href = 'url.cfm' --- Billy Cravens -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 1:28 PM To: CF-Talk Subject: HeirMenus I'm using the heirmenu for my navigation. WHen

RE: Next 4 Saturdays

2002-06-13 Thread Cravens, Billy
Grab today - get the day of the week, use this to find the next Saturday - then loop using DateAdd() to grab the next 3 Saturdays after that Blind code (coding from memory, not tested): cfscript function next4sat() { listDates = ; theDate = now(); thisDay =

RE: Next 4 Saturdays

2002-06-13 Thread Cravens, Billy
Keep in mind that UDF will only work on CFMX. --- Billy Cravens -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:34 PM To: CF-Talk Subject: RE: Next 4 Saturdays Wow! Thanks, Ben. Looks like a good UDF for cfLib.org! -Original

RE: CFMX - DSN

2002-06-13 Thread Cravens, Billy
Are you using SQL Server or Windows authentication? I don't think that it will work with Windows authentication if you're using the native SQL Server driver - either provide it a valid SQL Server account, or switch to the ODBC Socket (be sure to check Trusted Connection). --- Billy Cravens

RE: DNS Havoc!!

2002-06-13 Thread Cravens, Billy
Free DNS? Huh? --- Billy Cravens -Original Message- From: Brian Fox [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:42 PM To: CF-Talk Subject: RE: DNS Havoc!! Considering there are many free alternatives? -Original Message- From: Phoeun Pha [mailto:[EMAIL

RE: Alternative to CFMail

2002-06-14 Thread Cravens, Billy
There's also a pretty good one at http://www.infranet.com/cf_iiMail.htm --- Billy Cravens -Original Message- From: James Smith [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 9:59 AM To: CF-Talk Subject: Re: Alternative to CFMail ty -- James Smith - [EMAIL PROTECTED]

RE: CFMX - DSN

2002-06-14 Thread Cravens, Billy
to check Trusted Connection. -Original Message- From: Cravens, Billy [mailto:[EMAIL PROTECTED]] Sent: Friday, 14 June 2002 5:49 AM To: CF-Talk Subject: RE: CFMX - DSN Are you using SQL Server or Windows authentication? I don't think that it will work with Windows authentication if you're using

RE: CFQuery Error - No more ConnectString ???

2002-06-14 Thread Cravens, Billy
Not deprecated; it was removed. --- Billy Cravens -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 10:53 AM To: CF-Talk Subject: CFQuery Error - No more ConnectString ??? Attribute validation error for tag query. The tag does not have an

RE: Future of Coldfusion

2002-06-14 Thread Cravens, Billy
Gotta have the monthly future of CF or CF is dead posting every month.. it's required :-) I see CF becoming more in line with other programming languages. I think there'll be some confusion and turnover as a result. (CFC's - objects, methods, and inheritance - oh my! Is a great example)

RE: RE: RE: CFQuery Error - No more ConnectString ???

2002-06-14 Thread Cravens, Billy
Absolutely. --- Billy Cravens -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 12:06 PM To: CF-Talk Subject: RE: RE: RE: CFQuery Error - No more ConnectString ??? So using a servlet I could basically bypass the CFMX Merant drivers and

RE: Looking for ActiveX creation/use references

2002-06-14 Thread Cravens, Billy
Msdn.microsoft.com is a wealth of information - a bit intimidating at first, but once you're used to it, you can find anything you need there. --- Billy Cravens -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 12:33 PM To: CF-Talk Subject:

RE: Future of Coldfusion

2002-06-14 Thread Cravens, Billy
a language that supports that progression, don't you? I think CFMX fits that gap pretty nicely. ~Todd On Fri, 14 Jun 2002, Cravens, Billy wrote: Gotta have the monthly future of CF or CF is dead posting every month.. it's required :-) I see CF becoming more in line with other programming

RE: Looking for ActiveX creation/use references

2002-06-14 Thread Cravens, Billy
creation/use references grins Been there - I keep finding stuff that's rather outdated... Any good, relevant starting points inthe MSDN?? Thanks Billy. Shawn Grover -Original Message- From: Cravens, Billy [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 11:43 AM To: CF-Talk Subject: RE

RE: Future of Coldfusion

2002-06-14 Thread Cravens, Billy
. On Fri, 14 Jun 2002, Cravens, Billy wrote: Gotta have the monthly future of CF or CF is dead posting every month.. it's required :-) I see CF becoming more in line with other programming languages. I think there'll be some confusion and turnover as a result. (CFC's - objects, methods

RE: Coldfusion Apps You've Built

2002-06-14 Thread Cravens, Billy
CF is one of those languages that you eventually hit a point where you know pretty much everything syntax-wise. No matter how much longer you code, you still can't learn that much more. As time goes along, you start to grow as an architect - realize all the things you should have done before

RE: fusebox 3.0

2002-06-14 Thread Cravens, Billy
When I have the opportunity to architect an application from the ground up, I use FB3. I really haven't benchmarked its performance, but I find it's faster for me in terms of development. Particularly my needs: even though most discussion about FB revolves around development teams, as an

RE: RE: Application Slow Down was RE: Absolutely necessary to cflock session variables

2002-06-14 Thread Cravens, Billy
This is just keeps getting sadder and sadder. Why do people always feel they have to wage these wars in front of the list, when a post one-on-one off-list post would suffice? I suppose integrity, professionalism, and respect of the community aren't that important. --- Billy Cravens

RE: [OT] Whatever happend to webreview.com? Was: Re: Need help with CFMX/ASP.NET comparison...

2002-06-18 Thread Cravens, Billy
I'm very unhappy as well. They pretty much trashed the magazine. --- Billy Cravens -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 8:49 AM To: CF-Talk Subject: RE: [OT] Whatever happend to webreview.com? Was: Re: Need help with

RE: Error on large uploads (1450)

2002-06-18 Thread Cravens, Billy
Here's a good explanation of why the error occurs: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q142719 You may want to explore alternatives to HTTP upload. --- Billy Cravens -Original Message- From: Smith, Dennis P. (ITSC Tucson) [mailto:[EMAIL PROTECTED]] Sent:

RE: OT - domain skimmers, please help

2002-06-20 Thread Cravens, Billy
Have you considered the various legal repercussions? Even if you lift them off of Yahoo, the site will still be picked up by Google, etc, and will find it's way back into Yahoo (and other) indexes. You can get the name by appealing to ICANN, could also sue for copyright infringement. Also,

RE: Muliple Domain Pointers and Redirection

2002-06-20 Thread Cravens, Billy
cfif cgi.server_name eq www.something.com cflocation url=something/ /cfif or if you're using a standard naming scheme (like passing all pages through a single template, then just cfinclude the appropriate template in the necessary directory. --- Billy Cravens -Original

RE: PHP ?

2002-06-21 Thread Cravens, Billy
Due to how headers are passed, it might require a hack or two, but checkout the fOpen() function http://www.php.net/manual/en/function.fopen.php --- Billy Cravens -Original Message- From: Bill Wheatley [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 9:39 AM To: CF-Talk

RE: CFEncrypt Utility

2002-06-21 Thread Cravens, Billy
Just remember how amusing simple it is to decrypt encrypted CF pages, if you're thinking about encrypting for profit --- Billy Cravens -Original Message- From: Randell B Adkins [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 9:40 AM To: CF-Talk Subject: Re: CFEncrypt

RE: PHP ?

2002-06-21 Thread Cravens, Billy
Listen to what Dave said, forget fOpen() (I've really only got a hobbyist interest in PHP) --- Billy Cravens -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 9:54 AM To: CF-Talk Subject: RE: PHP ? I'm working on a page where i need to grab

RE: what type of issues are there if I install .NET

2002-06-21 Thread Cravens, Billy
You shouldn't encounter any, in my experience. --- Billy Cravens -Original Message- From: Jim [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 3:34 PM To: CF-Talk Subject: what type of issues are there if I install .NET HI Folks, What type of issues will I be looking at if I

RE: RE: SOT - Sys-con.com/cfdj

2002-06-24 Thread Cravens, Billy
I doubt that was Sys-Con's fault, but just look to their website to see that they don't really have it together. Why are all of their mags' websites developed in ColdFusion? That's a given for the CFDJ, and *now* they can get away with putting the Java mags in CF, but the .NET DJ in CF? Isn't

RE: RE: SOT - Sys-con.com/cfdj

2002-06-24 Thread Cravens, Billy
I don't think that's unreasonable - if they don't feel comfortable with supporting a technology, I can't trust that they know what they're talking about. --- Billy Cravens -Original Message- From: Jim Briggs [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 11:49 AM To: CF-Talk

RE: protecting source code with MX

2002-06-24 Thread Cravens, Billy
Not really - even so, it's not very difficult to decompile java class files. Do a search for Java decompiler on Google for an eye opener. (granted, it'd be java code, not CF code, but it'd still be source code) You might want to move all of your business logic to c++ cfx tags or to COM objects

RE: Linux MSSQL frontend

2002-05-13 Thread Cravens, Billy
You could use WINE to run Enterprise Manager, or one written in any web platform that supports SQL Server (like PHP or CF) --- Billy Cravens -Original Message- From: Brockman, Chuck [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 9:35 AM To: CF-Talk Subject: OT: Linux MSSQL

RE: Macromedia Forums (aka FuseTalk)

2002-05-20 Thread Cravens, Billy
I'm sure they're crushed. Absolutely devastated. They're probably going to cancel the whole thing based upon your input. -Original Message- From: Rick Walters [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 2:12 PM To: CF-Talk Subject: Macromedia Forums (aka FuseTalk) Dear MM,

RE: Slightly OT: ActivePDF

2002-05-21 Thread Cravens, Billy
Are you looking for a native graph generator, or the ability to pull in pre-existing graphics? It doesn't create graphs, but if you're using the web grabber add-on, you can pull in graphics that already exist (there's some other means, but I've only used the HTML to PDF interface). Of course,

RE: Most efficient way to check if two lists

2002-05-21 Thread Cravens, Billy
The most obvious method is to loop and use listFind() cfset match = no cfloop index=i list=#list1# cfif listFind(list2,i) cfset match = yes cfbreak /cfif /cfloop --- Billy Cravens -Original Message- From: Won Lee [mailto:[EMAIL

RE: Don't leave stuff lying around

2002-05-22 Thread Cravens, Billy
3) finally make sure that you don't have an empty string cfif variables.username EQ OR variables.password EQ cflocation url=index.cfm addtoken=No /cfif Actually, spaces won't be caught - use trim(len(string)) instead Make sure that you also check numeric values

RE: Don't leave stuff lying around

2002-05-22 Thread Cravens, Billy
954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Cravens, Billy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 12:11 PM To: CF-Talk Subject: RE: Don't leave stuff lying around 3) finally make sure that you don't have an empty string cfif

RE: Content providers..

2002-06-05 Thread Cravens, Billy
It doesn't even need to be CF to use WDDX. PHP has WDDX support, and you can use the WDDX COM object in ASP. --- Billy Cravens -Original Message- From: BEN MORRIS [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 9:30 AM To: CF-Talk Subject: Re: Content providers.. If your

RE: Hacking a shared SQL server

2002-06-06 Thread Cravens, Billy
This has nothing to do with securing the database. It's a matter of how datasources are defined in the CF administrator. Usually, the username and password are defined and saved in the CF administrator, so the code only has to specify the datasource name. No matter how strong you lock down

RE: SMTP Relay

2002-06-06 Thread Cravens, Billy
Keep in mind that many ISP's block port 25 (to fight spam). --- Billy Cravens -Original Message- From: David Jones [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 12:42 PM To: CF-Talk Subject: SMTP Relay Does anyone know of a free SMTP relay server? I have a client that

RE: Hacking a shared SQL server

2002-06-06 Thread Cravens, Billy
. Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Cravens, Billy [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 2:02 PM To: CF-Talk Subject: RE: Hacking a shared SQL server This has nothing to do with securing the database

RE: Hacking a shared SQL server

2002-06-06 Thread Cravens, Billy
Most languages don't stored connection information in a central repository - you have to provide credentials at code time. Unless your file system is insecure (ie, everyone can see everyone's code), other developers on that box would be unable to connect to your database. --- Billy Cravens

RE: Hacking a shared SQL server

2002-06-06 Thread Cravens, Billy
Use GUID's? --- Billy Cravens -Original Message- From: Tony Carcieri [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 2:45 PM To: CF-Talk Subject: RE: Hacking a shared SQL server so how do you prevent that from happening? -Original Message- From: Matt Liotta

RE: Hacking a shared SQL server

2002-06-06 Thread Cravens, Billy
True - I was just addressing common setups and scenarios. Most CF hosts and developers take advantage of storing the connection info in the CF Admin, to keep their cfquery's shorter. And if your file system gets hacked, then you're hitting that red alert zone. But the standard setup, where

RE: Help with EDI formats

2002-06-10 Thread Cravens, Billy
I believe it stands for Electronic Data Interchange; primarily using XML. Here's a decent site: http://www.xmledi-group.org/xmledigroup/index.html --- Billy Cravens Web and Software Consulting www.Architechx.com -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]]

RE: DIV question

2002-06-10 Thread Cravens, Billy
Should work - nested elements should inherit the properties of the parent. --- Billy Cravens -Original Message- From: Bruce, Rodney S HQISEC/SIGNAL [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 2:17 PM To: CF-Talk Subject: OT: DIV question Hello all Was wondering if it

RE: Pez convention moves after teen is cited

2002-06-10 Thread Cravens, Billy
And our first nominee for off-topic post of the year goes to .. --- Billy Cravens -Original Message- From: Lon Lentz [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 3:03 PM To: CF-Talk Subject: Pez convention moves after teen is cited By Heather Ratcliffe Of The

RE: CF 5 and CFMX

2002-06-11 Thread Cravens, Billy
Also, Microsoft recommends against putting objects in ASP's application scope, since the object is sucking resources the entire time (it's actually more efficient to instantiate and release multiple times). However, CF works a bit differently - it typically releases the objects at the end of each