Re: Update Function

2000-04-02 Thread Kevin Merker

Are you meaning UPDATE the data base?
KM

Interent Gold Coast Properties wrote:

> I am wanting to select all records in a database with a specific suburb name
> and then update those records with the region name however for some reason
> it does not update them
>
> any ideas
>
> 
> Select Distinct Suburb
> FROM properties
> Order By Suburb
> 
>
> 
> Select Distinct Region
> FROM Regions
> Order By Region
> 
>
> 
> 
> Queensland
> 
> 
>
>  leftmargin=0 right margin=0 font size="+0">
> 
>
>   
>   
>   
>
> Add To Multiple
> Records
>   
>   Suburb
>  size="1">
>  
>   
>   #Suburb#
>   
> 
>   
> 
>  
>   Area / Regions
>  size="1">
>   
>#Region#
>   
> 
>   
> 
> 
>name="submit">  
>   
> 
>   
> 
>   
> 
> 
>
> 
> 
>
>  bgproperties="fixed" topmargin=0>
> 
> properties
> Set region = '#form.region#'
> Where suburb='#form.suburb#'
> 
> 
>
> Kind Regards
>
> Claude Raiola
> E-Mail: [EMAIL PROTECTED]
> Website: www.internetgoldcoastproperties.com.au
>
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Smarter snippets ??

2000-04-02 Thread James Sleeman

---Reply to mail from Fred Sanders about Smarter snippets ??
> Do searches on homesite sites for info making scripts and custom buttons to
> implement them.
> 
< doh!> Oops, I just downloaded the CFStudio PDF documentation on the
off-chance (probably have it at work on CD too) and right there in the black and white 
it tells
me all about the scripting capabilities of CFStudio, and pretty good it
looks too, I think I should be able to put something togethor to do just
what I want. < /doh!>

On another note, anybody know if the manual `Using ColdFusion Studio' came printed
with Studio 4.0 (I've only got an upgrade CD for 4.5) and I am missing it ?


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Smarter snippets ??

2000-04-02 Thread Fred Sanders

no idea there, I've never seen one, just take it to a print shop have them
print it, and bind it for you, you'll now have a beautiful copy of the pdf
version, they'll print it front and back so its like a real book, and it'll
lay flat in front of you w/ out the pages wanted to turn by themselves.

Fred

- Original Message -
From: "James Sleeman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 3:20 AM
Subject: Re: Smarter snippets ??


> ---Reply to mail from Fred Sanders about Smarter snippets ??
> > Do searches on homesite sites for info making scripts and custom buttons
to
> > implement them.
> >
> < doh!> Oops, I just downloaded the CFStudio PDF documentation on the
> off-chance (probably have it at work on CD too) and right there in the
black and white it tells
> me all about the scripting capabilities of CFStudio, and pretty good it
> looks too, I think I should be able to put something togethor to do just
> what I want. < /doh!>
>
> On another note, anybody know if the manual `Using ColdFusion Studio' came
printed
> with Studio 4.0 (I've only got an upgrade CD for 4.5) and I am missing it
?
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Update Function

2000-04-02 Thread David Shadovitz

> 
> properties
> Set region = '#form.region#'
> Where suburb='#form.suburb#'
> 

You are mixing CFUPDATE and CFQUERY.  Please read the CF docs on
CFUPDATE.
-David

YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



How to dynamically create a link to an update form

2000-04-02 Thread Hubert Earl

This is a multi-part message in MIME format.

--=_NextPart_000_000F_01BF9C7C.1E63D4C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,

I've created a data entry/data update form which generates a =
confirmation email containing the data entered into the form.  The email =
must also contain a link back to the form in case the user wants to =
modify any of the data he/she had entered. How can I code that link in =
such a way as it will generate the data update form filled with the =
appropriate data?

Sincerely,
---
Hubert Earl
ICQ#:  16199853

I develop & maintain web sites internationally.  I also build web =
applications using CGI scripts written in Perl.  I accept subcontracting =
work.

**Personal web site:  http://www.geocities.com/SiliconValley/Peaks/8702/
(please remember to view this with a sense of humour!)

**Business web page:  http://home.talkcity.com/MigrationPath/hearl/

--=_NextPart_000_000F_01BF9C7C.1E63D4C0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable








Hi,
 
I've created a data entry/data update =
form which=20
generates a confirmation email containing the data entered into the =
form. =20
The email must also contain a link back to the form in case the user =
wants to=20
modify any of the data he/she had entered. How can I code that link in =
such a=20
way as it will generate the data update form filled with the appropriate =

data?
 
Sincerely,
---Hubert EarlICQ#: =20
16199853
 
I develop & maintain web sites=20
internationally.  I also build web applications using CGI scripts =
written=20
in Perl.  I accept subcontracting work.
 
**Personal web site:  http://www.geocities.com/SiliconValley/Peaks/8702/">http://www.ge=
ocities.com/SiliconValley/Peaks/8702/(please=20
remember to view this with a sense of humour!)
 
**Business web page:  http://home.talkcity.com/MigrationPath/hearl/">http://home.talkci=
ty.com/MigrationPath/hearl/

--=_NextPart_000_000F_01BF9C7C.1E63D4C0--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Anti-Amazon Patent Suggestion

2000-04-02 Thread paul smith

This is a good idea!  Is Fusebox going to implement it?

best,  paul


At 08:13 PM 4/1/00 -0500, you wrote:
>Interesting Anti-Amazon Patent suggestion from Bill Machrone:
>
>http://www.zdnet.com/zdnn/stories/news/0,4586,2461851,00.html?chkpt=zdnnrla
>
>##
>.
>In the meantime, I think that everyone should install single-click customer
>fulfillment processes on their Web sites. Everyone with an affiliate program
>should ensure that it's reflected on their sites. Someone needs to write
>FrontPage extensions and ColdFusion routines so that we can implement
>one-click and affiliate programs with a keystroke.
>
>If Amazon wants to fight, let it fight on a thousand fronts. Let it be
>nibbled to death by ducks.
>##
>
>
>
>--
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: ::$DATA Issue again

2000-04-02 Thread Marius Milosav

There are a few things you can do:
1) I know that SP5 doesn't have this problem so you may want to go back to
SP 5.
2) Encrypt your code
3) deselect read permission for *.cfm files
4) one list member suggested once to do the following mapping:
 *.cfm::$DATA to iscf.dll

Check also the following site for a hot fix
ftp://ftp.microsoft.com/bussys/IIS/iis-public/fixes/usa/security/iis4-datafi
x/

Allaire Knowledge base has some information too.

Marius Milosav
www.scorpiosoft.com
Virtual Help Desk Demo (VHD) version 2.6
www.scorpiosoft.com/vhd/login.cfm




- Original Message -
From: Gordon Burns <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 3:43 AM
Subject: ::$DATA Issue again


> Hi,
>
> I thought this issue was dead and gone but I have just had a
> machine returned where they have installed SP6a  and lo and behold
> ::$DATA reveals the code.
>
> Checked the M/soft site about 6a , no mention but they do say try
> START RUN winver and if the version is Revised Service Pack 6a
> everything should be OK as there was an Issue with SP6a initially.
>
> Have I missed something?  I can not search e-groups as it is down
> for maintenance.
>
> Is there something else one should do?  and in the meantime could
> someone advise me how to effect a temp fix.
>
> This is on a development machine thank goodness..
>
> Thanks
>
>
> Gordon
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: ::$DATA Issue again

2000-04-02 Thread Gordon Burns

At 10:33 02/04/00 -0400 Marius Milosav said
>There are a few things you can do:
>1) I know that SP5 doesn't have this problem so you may want to go back to
>SP 5.
>2) Encrypt your code
>3) deselect read permission for *.cfm files
>4) one list member suggested once to do the following mapping:
> *.cfm::$DATA to iscf.dll


Thanks Marius,  I have done this after much searching on M/soft
site, the mapping is suggested as a fix referring to SP4 or maybe 5
they certainly do not refer to it being required on 6 , 6a or 6a revised.

I can not understand why this reappears at the issue of every new
service pack!

Thanks


Gordon



>
>Check also the following site for a hot fix
>ftp://ftp.microsoft.com/bussys/IIS/iis-public/fixes/usa/security/iis4-datafi
>x/
>
>Allaire Knowledge base has some information too.
>
>Marius Milosav
>www.scorpiosoft.com
>Virtual Help Desk Demo (VHD) version 2.6
>www.scorpiosoft.com/vhd/login.cfm
>
>
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFINCLUDE

2000-04-02 Thread David Clay

Thanks for the tips, however, I still have the same problems.  

When I view the header as a separate page with the dtml in IE4 it shows up.  When I 
view a page with the header as a cfinclude the dhtml does not show up.

Thanks



Dave Clay
Internet Facilitator
Trus Joist, A Weyerhaeuser Business

>>> [EMAIL PROTECTED] 04/01/00 04:31PM >>>
> Does any one know why the  does not allow a dhtml script to be
visiable in IE 4?

Dave,

All CFINCLUDE does is basically insert the text/code in the external file
into the body of the main template.  As a result, I doubt that CFINCLUDE is
itself responsible for the script not being sent to the browser.

Some things to check:

1) View source in the browser and try and reconcile what you see with what
you think your code should produce
2) Check for  anywhere.  If this setting is
set to YES than your script might not be sent to the browser (unless it is
in a CFOUTPUT block)

Other than that I can't tell you much without a more detailed description of
your problem.

Regards,
Seth Petry-Johnson
Argo Enterprise and Associates

--
Archives: http://www.eGroups.com/list/cf-talk 
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



naming databases for datasources

2000-04-02 Thread Bud

Hi. I'm curious about something. I've taken an access database and 
changed the extension to .txt. Works fine as a datasource still. 
Anyone foresee problems with this? Seems like it might be a decent 
way to hide a database with sensitive information. Rather than naming 
it creditcards.mdb, a name like recipes.txt may keep prying eyes away 
from it.

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



How to dynamically create a link to an update form

2000-04-02 Thread Hubert Earl

This is a multi-part message in MIME format.

--=_NextPart_000_0022_01BF9C94.DB63B1E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,

I've created a data entry/data update form which generates a =
confirmation email containing the data entered into the form.  The email =
must also contain a link back to the form in case the user wants to =
modify any of the data he/she had entered. How can I code that link in =
such a way as it will generate the data update form filled with the =
appropriate data?

Sincerely,
---
Hubert Earl
ICQ#:  16199853

I develop & maintain web sites internationally.  I also build web =
applications using CGI scripts written in Perl.  I accept subcontracting =
work.

**Personal web site:  http://www.geocities.com/SiliconValley/Peaks/8702/
(please remember to view this with a sense of humour!)

**Business web page:  http://home.talkcity.com/MigrationPath/hearl/

--=_NextPart_000_0022_01BF9C94.DB63B1E0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable









Hi,
 
I've created a data entry/data update =
form which=20
generates a confirmation email containing the data entered into the =
form. =20
The email must also contain a link back to the form in case the user =
wants to=20
modify any of the data he/she had entered. How can I code that link in =
such a=20
way as it will generate the data update form filled with the appropriate =

data?
 
Sincerely,
---Hubert EarlICQ#: =20
16199853
 
I develop & maintain web sites=20
internationally.  I also build web applications using CGI scripts =
written=20
in Perl.  I accept subcontracting work.
 
**Personal web site:  http://www.geocities.com/SiliconValley/Peaks/8702/">http://www.ge=
ocities.com/SiliconValley/Peaks/8702/(please=20
remember to view this with a sense of humour!)
 
**Business web page:  http://home.talkcity.com/MigrationPath/hearl/">http://home.talkci=
ty.com/MigrationPath/hearl/

--=_NextPart_000_0022_01BF9C94.DB63B1E0--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: naming databases for datasources

2000-04-02 Thread Mike Sheldon

Also a good way for someone to try to open it in a text editor and corrupt
it.

Security through obscurity is not security at all.

Databases should not be placed in directories that are accessible via the
web. And, if you're worried about someone with access to the server getting
the data, well that's a whole 'nuther issue.

Michael J. Sheldon
Internet Applications Developer
Phone: 480.699.1084
http://www.desertraven.com/
PGP Key Available on Request

-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 02, 2000 09:12
To: [EMAIL PROTECTED]
Subject: naming databases for datasources


Hi. I'm curious about something. I've taken an access database and
changed the extension to .txt. Works fine as a datasource still.
Anyone foresee problems with this? Seems like it might be a decent
way to hide a database with sensitive information. Rather than naming
it creditcards.mdb, a name like recipes.txt may keep prying eyes away
from it.

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re:

2000-04-02 Thread Amar Desai


Works out great, thanks Fred
>From: "Fred Sanders" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: Re: 
>Date: Sun, 2 Apr 2000 00:16:31 -0600
>
>anytime you've got to output a single # while in a  
>you
>have to "escape it" or have two ## together. so instead if #FF you'll
>need ##FF. Your other option is to just not have a # or ## at all, but
>while it works, its not up to standards, and we know you want to be
>standards compliant.
>
>Fred
>
>- Original Message -
>From: "Amar Desai" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Saturday, April 01, 2000 8:35 PM
>Subject: 
>
>
> > Need a help here,
> >
> > this is a sample of the code
> > how can I use the color code "#FF" in the  tag so that I 
>do
> > not get an error, since "#" cannot be used within the  tag.I 
>have
> > tried several way but none seem to help...
> > 
> > 
> > #itemdesc">
> > 
> > 
> >
> > thanks guys...
> > AD
> > __
> > Get Your Private, Free Email at http://www.hotmail.com
> >
> > 
>--
>
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
>
>--
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

__
Get Your Private, Free Email at http://www.hotmail.com

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: ::$DATA Issue again - not complete

2000-04-02 Thread Mike Amburn

our system admin has said before that the NT service packs are not 100%
backward complete. so you have to install SP3, option pack, SP4 (for option
pack fixes), SP5 (has $DATA fix), and then SP6a.

- Original Message -
From: "Gordon Burns" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 11:08 AM
Subject: Re: ::$DATA Issue again


> At 10:33 02/04/00 -0400 Marius Milosav said
> >There are a few things you can do:
> >1) I know that SP5 doesn't have this problem so you may want to go back
to
> >SP 5.
> >2) Encrypt your code
> >3) deselect read permission for *.cfm files
> >4) one list member suggested once to do the following mapping:
> > *.cfm::$DATA to iscf.dll
>
>
> Thanks Marius,  I have done this after much searching on M/soft
> site, the mapping is suggested as a fix referring to SP4 or maybe 5
> they certainly do not refer to it being required on 6 , 6a or 6a revised.
>
> I can not understand why this reappears at the issue of every new
> service pack!
>
> Thanks
>
>
> Gordon
>
>
>
> >
> >Check also the following site for a hot fix
>
>ftp://ftp.microsoft.com/bussys/IIS/iis-public/fixes/usa/security/iis4-dataf
i
> >x/
> >
> >Allaire Knowledge base has some information too.
> >
> >Marius Milosav
> >www.scorpiosoft.com
> >Virtual Help Desk Demo (VHD) version 2.6
> >www.scorpiosoft.com/vhd/login.cfm
> >
> >
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: ::$DATA Issue again

2000-04-02 Thread Nick McClure

Was SP6a but on before or after IIS?

If it was put on before IIS then the part that says do not allow the 
::$DATA may have been overwritten.

When i set up a box I always put the latest SP on, then Install IIS then 
the SP again. So you may just want to put SP6a on the box again and see if 
that helps.


At 04:08 PM 4/2/2000 +0100, you wrote:
>At 10:33 02/04/00 -0400 Marius Milosav said
> >There are a few things you can do:
> >1) I know that SP5 doesn't have this problem so you may want to go back to
> >SP 5.
> >2) Encrypt your code
> >3) deselect read permission for *.cfm files
> >4) one list member suggested once to do the following mapping:
> > *.cfm::$DATA to iscf.dll
>
>
>Thanks Marius,  I have done this after much searching on M/soft
>site, the mapping is suggested as a fix referring to SP4 or maybe 5
>they certainly do not refer to it being required on 6 , 6a or 6a revised.
>
>I can not understand why this reappears at the issue of every new
>service pack!
>
>Thanks
>
>
>Gordon
>
>
>
> >
> >Check also the following site for a hot fix
> >ftp://ftp.microsoft.com/bussys/IIS/iis-public/fixes/usa/security/iis4-datafi
> >x/
> >
> >Allaire Knowledge base has some information too.
> >
> >Marius Milosav
> >www.scorpiosoft.com
> >Virtual Help Desk Demo (VHD) version 2.6
> >www.scorpiosoft.com/vhd/login.cfm
> >
> >
>--
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: naming databases for datasources

2000-04-02 Thread Bud

On 4/2/00, Mike Sheldon penned:
>Also a good way for someone to try to open it in a text editor and corrupt
>it.
>
>Security through obscurity is not security at all.
>
>Databases should not be placed in directories that are accessible via the
>web. And, if you're worried about someone with access to the server getting
>the data, well that's a whole 'nuther issue.

I don't place them accessible to the web. I'm not completely 
empty-headed. No one else has access to the server. I'm thinking more 
along the lines of a hacker poking around the machine.


Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: naming databases for datasources

2000-04-02 Thread Mike Sheldon

If a hacker has access to your machine, they're *going* to find your data
files. If your data is valuable enough that this is a concern, then you
should be encrypting the data going into the database, or not storing it on
that machine at all.

I will repeat again:

Security through obscurity is not security at all.

Michael J. Sheldon
Internet Applications Developer
Phone: 480.699.1084
http://www.desertraven.com/
PGP Key Available on Request

-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 02, 2000 10:49
To: [EMAIL PROTECTED]
Subject: RE: naming databases for datasources


On 4/2/00, Mike Sheldon penned:
>Also a good way for someone to try to open it in a text editor and corrupt
>it.
>
>Security through obscurity is not security at all.
>
>Databases should not be placed in directories that are accessible via the
>web. And, if you're worried about someone with access to the server getting
>the data, well that's a whole 'nuther issue.

I don't place them accessible to the web. I'm not completely
empty-headed. No one else has access to the server. I'm thinking more
along the lines of a hacker poking around the machine.


Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: naming databases for datasources

2000-04-02 Thread Todd Ashworth

I have many domain names pointing to one IP address.  At that IP address, I
have one main site with sub-directories that contain the sites of the other
domain names I have pointed to it.  What I would like to do is determine
what domain name/URL my visitors are coming in on, and redirect them to the
appropriate sub-folder.  I know this can be done with ASP using VBScript ..
for example, consider the following conditions:

case1 - they are coming in on www.domain1.com
case2 - they are coming in on www.domain2.com
case3 - they are coming in on www.maindomain.com




<%
sname = Request.ServerVariables("SERVER_NAME")
sname = ucase(sname)
if InStr(sname,"DOMAIN1") <> 0 then
response.redirect "domain1/file.cfm"
elseif InStr(sname,"DOMAIN2") <> 0 then
response.redirect "domain2/file.cfm"
else
response.redirect "rootfile.cfm"
end if
%>




Unfortunately, there is a bug in IE that causes an error when you have
VBScript and JavaScript in the same ASP page, or something like that, so
this doesn't exactly work in my situation.  Besides, I would really like to
keep different technologies as separate as possible.  Does anyone know of a
strictly CF solution?  If not, and this is OT, sorry, but can anyone give me
*any* working solution?

Thanks,

Todd

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: naming databases for datasources

2000-04-02 Thread Mike Sheldon

Use the CGI.SERVER_NAME variable to re-direct.

ie:













Michael J. Sheldon
Internet Applications Developer
Phone: 480.699.1084
http://www.desertraven.com/
PGP Key Available on Request

-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 02, 2000 12:02
To: [EMAIL PROTECTED]
Subject: Re: naming databases for datasources


I have many domain names pointing to one IP address.  At that IP address, I
have one main site with sub-directories that contain the sites of the other
domain names I have pointed to it.  What I would like to do is determine
what domain name/URL my visitors are coming in on, and redirect them to the
appropriate sub-folder.  I know this can be done with ASP using VBScript ..
for example, consider the following conditions:

case1 - they are coming in on www.domain1.com
case2 - they are coming in on www.domain2.com
case3 - they are coming in on www.maindomain.com




<%
sname = Request.ServerVariables("SERVER_NAME")
sname = ucase(sname)
if InStr(sname,"DOMAIN1") <> 0 then
response.redirect "domain1/file.cfm"
elseif InStr(sname,"DOMAIN2") <> 0 then
response.redirect "domain2/file.cfm"
else
response.redirect "rootfile.cfm"
end if
%>




Unfortunately, there is a bug in IE that causes an error when you have
VBScript and JavaScript in the same ASP page, or something like that, so
this doesn't exactly work in my situation.  Besides, I would really like to
keep different technologies as separate as possible.  Does anyone know of a
strictly CF solution?  If not, and this is OT, sorry, but can anyone give me
*any* working solution?

Thanks,

Todd


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: ::$DATA Issue again

2000-04-02 Thread Gordon Burns

At 13:42 02/04/00 -0400 Nick McClure said
>Was SP6a but on before or after IIS?
>
>If it was put on before IIS then the part that says do not allow the 
>::$DATA may have been overwritten.
>
>When i set up a box I always put the latest SP on, then Install IIS then 
>the SP again. So you may just want to put SP6a on the box again and see if 
>that helps.

I am not sure what order but I think it must have been NT 4.00
followed by the Service pack then the option Pack so you are
probably correct.  

This is a workstation and I have included the mapping now but I
would recommend anyone who has installed SP6a to check,   just in case.  

Regards


Gordon
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFLOCATION based on URL?

2000-04-02 Thread Todd Ashworth


Oops .. sorry about that all .. I should pay more attention ;)


I have many domain names pointing to one IP address.  At that IP address, I
have one main site with sub-directories that contain the sites of the other
domain names I have pointed to it.  What I would like to do is determine
what domain name/URL my visitors are coming in on, and redirect them to the
appropriate sub-folder.  I know this can be done with ASP using VBScript ..
for example, consider the following conditions:

case1 - they are coming in on www.domain1.com
case2 - they are coming in on www.domain2.com
case3 - they are coming in on www.maindomain.com




<%
sname = Request.ServerVariables("SERVER_NAME")
sname = ucase(sname)
if InStr(sname,"DOMAIN1") <> 0 then
response.redirect "domain1/file.cfm"
elseif InStr(sname,"DOMAIN2") <> 0 then
response.redirect "domain2/file.cfm"
else
response.redirect "rootfile.cfm"
end if
%>




Unfortunately, there is a bug in IE that causes an error when you have
VBScript and JavaScript in the same ASP page, or something like that, so
this doesn't exactly work in my situation.  Besides, I would really like to
keep different technologies as separate as possible.  Does anyone know of a
strictly CF solution?  If not, and this is OT, sorry, but can anyone give me
*any* working solution?

Thanks,

Todd

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: XML 2 WDDX

2000-04-02 Thread Felix Huber

Dies ist eine mehrteilige Nachricht im MIME-Format.
--BC20F3201F1A7914F955FDF8
Content-Type: multipart/alternative;
 boundary="B55A7A651BDE54C171832D30"


--B55A7A651BDE54C171832D30
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit



Andy Edmonds schrieb:

> There are at least 2 options out there, one java based. See
> http://www2.granularity.net/xml/ColdFusion/GIAXT/
>
> Haven't tried it yet.  My records show the other alternative at
> http://oicj.acsp.uic.edu/xmlworkshop/  but the site is not currently
> responding.

http://131.193.134.120/xmlworkshop/ works

Greets,
Felix

>
>
> HTH...
>
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--B55A7A651BDE54C171832D30
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit



 
Andy Edmonds schrieb:
There are at least 2 options out there, one java
based. See
http://www2.granularity.net/xml/ColdFusion/GIAXT/">http://www2.granularity.net/xml/ColdFusion/GIAXT/
Haven't tried it yet.  My records show the other alternative at
http://oicj.acsp.uic.edu/xmlworkshop/">http://oicj.acsp.uic.edu/xmlworkshop/ 
but the site is not currently
responding.
http://131.193.134.120/xmlworkshop/">http://131.193.134.120/xmlworkshop/ 
works
Greets,
Felix
 
HTH...
--
Archives: http://www.eGroups.com/list/cf-talk">http://www.eGroups.com/list/cf-talk
To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk">http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.


--B55A7A651BDE54C171832D30--

--BC20F3201F1A7914F955FDF8
Content-Type: text/x-vcard; charset=us-ascii;
 name="huberfelix.vcf"
Content-Description: Visitenkarte für Felix Huber
Content-Disposition: attachment;
 filename="huberfelix.vcf"

begin:vcard 
n:Huber;Felix
tel;cell:01 79 / 22 05 72 4
tel;fax:0 76 68 / 95 11 57
tel;home:0 76 68 / 95 11 56
tel;work:0 76 68 / 95 11 56
x-mozilla-html:FALSE
url:http://www.webtopia.de
org:http://www.webtopia.de">http://www.webtopia.de/logo_anywhere.gif" height="25" width="150"  alt="Webtopia" 
border="0">
adr:;;Guendlinger Str.2;Ihringen;BW;79241;Deutschland / Germany
version:2.1
email;internet:[EMAIL PROTECTED]
note:No Fear - Next Gear
fn:Felix Huber
end:vcard

--BC20F3201F1A7914F955FDF8--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: naming databases for datasources

2000-04-02 Thread John Bowering

Also, make sure you account for people not typing WWW. or going directly yo
the IP Address.


__
John Bowering
http://www.nude-clubs.com





-Original Message-
From: Mike Sheldon [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 02, 2000 3:03 PM
To: [EMAIL PROTECTED]
Subject: RE: naming databases for datasources


Use the CGI.SERVER_NAME variable to re-direct.

ie:













Michael J. Sheldon
Internet Applications Developer
Phone: 480.699.1084
http://www.desertraven.com/
PGP Key Available on Request

-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 02, 2000 12:02
To: [EMAIL PROTECTED]
Subject: Re: naming databases for datasources


I have many domain names pointing to one IP address.  At that IP address, I
have one main site with sub-directories that contain the sites of the other
domain names I have pointed to it.  What I would like to do is determine
what domain name/URL my visitors are coming in on, and redirect them to the
appropriate sub-folder.  I know this can be done with ASP using VBScript ..
for example, consider the following conditions:

case1 - they are coming in on www.domain1.com
case2 - they are coming in on www.domain2.com
case3 - they are coming in on www.maindomain.com




<%
sname = Request.ServerVariables("SERVER_NAME")
sname = ucase(sname)
if InStr(sname,"DOMAIN1") <> 0 then
response.redirect "domain1/file.cfm"
elseif InStr(sname,"DOMAIN2") <> 0 then
response.redirect "domain2/file.cfm"
else
response.redirect "rootfile.cfm"
end if
%>




Unfortunately, there is a bug in IE that causes an error when you have
VBScript and JavaScript in the same ASP page, or something like that, so
this doesn't exactly work in my situation.  Besides, I would really like to
keep different technologies as separate as possible.  Does anyone know of a
strictly CF solution?  If not, and this is OT, sorry, but can anyone give me
*any* working solution?

Thanks,

Todd


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFLOCATION based on URL?

2000-04-02 Thread Todd Ashworth

wow .. that was fast .. thanks
What about case sinsitivity though?  Will this same code apply if they type
the domain in all caps?

- Original Message -
From: Mike Sheldon <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 3:02 PM
Subject: RE: naming databases for datasources


> Use the CGI.SERVER_NAME variable to re-direct.
>
> ie:
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> Michael J. Sheldon
> Internet Applications Developer
> Phone: 480.699.1084
> http://www.desertraven.com/
> PGP Key Available on Request

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFLOCATION based on URL?

2000-04-02 Thread Mike Sheldon

Just force the case before you test it.



Michael J. Sheldon
Internet Applications Developer
Phone: 480.699.1084
http://www.desertraven.com/
PGP Key Available on Request

-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 02, 2000 12:17
To: [EMAIL PROTECTED]
Subject: Re: CFLOCATION based on URL?


wow .. that was fast .. thanks
What about case sinsitivity though?  Will this same code apply if they type
the domain in all caps?

- Original Message -
From: Mike Sheldon <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 3:02 PM
Subject: RE: naming databases for datasources


> Use the CGI.SERVER_NAME variable to re-direct.
>
> ie:
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> Michael J. Sheldon
> Internet Applications Developer
> Phone: 480.699.1084
> http://www.desertraven.com/
> PGP Key Available on Request


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Newbie / Functions?

2000-04-02 Thread Computer Simplistics Support

Hello, new to the list and I was hoping I could get some easy answers on
here.. to some easy questions, I am thinking =)

I was just wondering if CF had a built in function to grab stuff from the
user's system (like IP address, computer name, etc) ... any ideas?

Thanks!

Scott Berry
--
Computer Simplistics Support
"Simple Solutions for a Complex World"
http://www.c-s.net
661-296-4315




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: naming databases for datasources

2000-04-02 Thread Todd Ashworth

And how would I do this?

- Original Message -
From: John Bowering <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 3:12 PM
Subject: RE: naming databases for datasources


> Also, make sure you account for people not typing WWW. or going directly
yo
> the IP Address.
>
>
> -Original Message-
> From: Mike Sheldon [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 02, 2000 3:03 PM
> To: [EMAIL PROTECTED]
> Subject: RE: naming databases for datasources
>
>
> Use the CGI.SERVER_NAME variable to re-direct.
>
> ie:
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Free CF web space....

2000-04-02 Thread kailash

Hi guys!,

Can any one tell me  where can i find free CF web space ... to try and
launch my web site with my works../

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Free CF web space....

2000-04-02 Thread kailash

Hi guys!,

Can any one tell me  where can i find free CF web space ... to try and
launch my web site with my works../

thanks,

kailash

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Free CF web space....

2000-04-02 Thread kailash

Hi guys!,

Can any one tell me  where can i find free CF web space ... to try and
launch my web site with my works../

thanks,

kailash

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



FREE CF WEB SPACE.....

2000-04-02 Thread kailash

Hi guys!,

Can any one tell me  where can i find free CF web space ... to try and
launch my web site with my works../

thanks,

kailash

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: naming databases for datasources

2000-04-02 Thread John Bowering





















(or error page)




__
John Bowering
http://www.nude-clubs.com



-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 02, 2000 3:46 PM
To: [EMAIL PROTECTED]
Subject: Re: naming databases for datasources


And how would I do this?

- Original Message -
From: John Bowering <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 3:12 PM
Subject: RE: naming databases for datasources


> Also, make sure you account for people not typing WWW. or going directly
yo
> the IP Address.
>
>
> -Original Message-
> From: Mike Sheldon [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 02, 2000 3:03 PM
> To: [EMAIL PROTECTED]
> Subject: RE: naming databases for datasources
>
>
> Use the CGI.SERVER_NAME variable to re-direct.
>
> ie:
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: FREE CF WEB SPACE.....

2000-04-02 Thread Carter Development

not off hand, not off hand, not off hand, not off hand.

:)

Sincerely,
Shawnea Carter
- Original Message -
From: "kailash" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 4:06 PM
Subject: FREE CF WEB SPACE.


> Hi guys!,
>
> Can any one tell me  where can i find free CF web space ... to try and
> launch my web site with my works../
>
> thanks,
>
> kailash
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: naming databases for datasources

2000-04-02 Thread Bud

On 4/2/00, Mike Sheldon penned:
>If a hacker has access to your machine, they're *going* to find your data
>files. If your data is valuable enough that this is a concern, then you
>should be encrypting the data going into the database, or not storing it on
>that machine at all.
>
>I will repeat again:
>
>Security through obscurity is not security at all.

Well, I really wasn't looking to get into a security debate. I was 
basically wondering if there was any TECHNICAL reasons why it 
shouldn't be done, other than as you say, maybe opening it with 
Wordpad and ruining it.

I've put a firewall in place. Now if I can figure out how to set up 
the rules. LOL

I was just thinking that if a hacker hit a server with thousands of 
files on it, he'd look for something that would catch his eye and 
hopefully just bypass my text file full of recipes. Just looking at 
increasing the odds in my favor a bit. :)


Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: naming databases for datasources

2000-04-02 Thread Pete Freitag


 
 
 
 
 
 
 
 
 
 

I would also incluse a  in there just in case
_
Pete Freitag
CFDEV.COM
Cold Fusion Developer Resources
http://www.cfdev.com/

-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 02, 2000 3:46 PM
To: [EMAIL PROTECTED]
Subject: Re: naming databases for datasources


And how would I do this?

- Original Message -
From: John Bowering <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 3:12 PM
Subject: RE: naming databases for datasources


> Also, make sure you account for people not typing WWW. or going directly
yo
> the IP Address.
>
>
> -Original Message-
> From: Mike Sheldon [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 02, 2000 3:03 PM
> To: [EMAIL PROTECTED]
> Subject: RE: naming databases for datasources
>
>
> Use the CGI.SERVER_NAME variable to re-direct.
>
> ie:
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: FREE CF WEB SPACE.....

2000-04-02 Thread Michael Grundvig

Woah! Lets try and avoid sending the same message so many times, alright?

Mike Grundvig


- Original Message -
From: "kailash" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 3:06 PM
Subject: FREE CF WEB SPACE.


> Hi guys!,
>
> Can any one tell me  where can i find free CF web space ... to try and
> launch my web site with my works../
>
> thanks,
>
> kailash
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Newbie / Functions?

2000-04-02 Thread Bud

On 4/2/00, Computer Simplistics Support penned:
>I was just wondering if CF had a built in function to grab stuff from the
>user's system (like IP address, computer name, etc) ... any ideas?

All kinds of good stuff. Here is a list of the varaibles available. 
This is from my local box. It's all the one's that you see at the 
bottom with debugging turned on. Just make any of them 
cgi.http_referer, etc.

SERVER_PORT=80
CONTENT_LENGTH=0
SERVER_PORT_SECURE=0
HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*
HTTP_HOST=192.168.0.5
REMOTE_ADDR=192.168.0.2
CERT_SERIALNUMBER=
CERT_SECRETKEYSIZE=
CERT_ISSUER=
CONTENT_TYPE=
AUTH_PASSWORD=
SERVER_PROTOCOL=HTTP/1.0
HTTPS_SECRETKEYSIZE=
HTTPS=off
HTTP_ACCEPT_LANGUAGE=en
CERT_SUBJECT=
HTTP_ACCEPT_CHARSET=iso-8859-1,*,utf-8
HTTPS_KEYSIZE=
WEB_SERVER_API=ISAPI
CF_TEMPLATE_PATH=C:\Inetpub\wwwroot\search4jobs\new\index.cfm
REQUEST_METHOD=GET
PATH_INFO=/search4jobs/new/index.cfm
HTTP_USER_AGENT=Mozilla/4.7 (Macintosh; I; PPC)
REMOTE_HOST=192.168.0.2
HTTPS_SERVER_SUBJECT=
AUTH_USER=
AUTH_TYPE=
SERVER_SOFTWARE=Microsoft-IIS/4.0
SERVER_NAME=192.168.0.5
QUERY_STRING=
CERT_SERVER_SUBJECT=
CERT_SERVER_ISSUER=
HTTP_ACCEPT_ENCODING=gzip
SCRIPT_NAME=/search4jobs/new/index.cfm
REMOTE_USER=
GATEWAY_INTERFACE=CGI/1.1
HTTP_COOKIE=CFTOKEN=68637493; CFID=14; MYCOOKIE=test; 
CPASSWORDPROVIDED=4605563933
CERT_KEYSIZE=
HTTP_CONNECTION=Keep-Alive
PATH_TRANSLATED=C:\Inetpub\wwwroot\search4jobs\new\index.cfm
HTTPS_SERVER_ISSUER=
CERT_FLAGS=
CERT_COOKIE=


Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Newbie / Functions?

2000-04-02 Thread Computer Simplistics Support

So the variables are (for example):

#cgi.http_host#  for the IP address?

Is there a full list of these somewhere? I have the Que book by Ben Forta
and it doesn't mention it.. (Web Application Construction: 2nd Edition)..
maybe in the advanced version?

Scott Berry
--
Computer Simplistics Support
"Simple Solutions for a Complex World"
http://www.c-s.net
661-296-4315


- Original Message -
From: "Bud" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 1:00 PM
Subject: Re: Newbie / Functions?


> On 4/2/00, Computer Simplistics Support penned:
> >I was just wondering if CF had a built in function to grab stuff from the
> >user's system (like IP address, computer name, etc) ... any ideas?
>
> All kinds of good stuff. Here is a list of the varaibles available.
> This is from my local box. It's all the one's that you see at the
> bottom with debugging turned on. Just make any of them
> cgi.http_referer, etc.
>
> SERVER_PORT=80
> CONTENT_LENGTH=0
> SERVER_PORT_SECURE=0
> HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
image/png, */*
> HTTP_HOST=192.168.0.5
> REMOTE_ADDR=192.168.0.2
> CERT_SERIALNUMBER=
> CERT_SECRETKEYSIZE=
> CERT_ISSUER=
> CONTENT_TYPE=
> AUTH_PASSWORD=
> SERVER_PROTOCOL=HTTP/1.0
> HTTPS_SECRETKEYSIZE=
> HTTPS=off
> HTTP_ACCEPT_LANGUAGE=en
> CERT_SUBJECT=
> HTTP_ACCEPT_CHARSET=iso-8859-1,*,utf-8
> HTTPS_KEYSIZE=
> WEB_SERVER_API=ISAPI
> CF_TEMPLATE_PATH=C:\Inetpub\wwwroot\search4jobs\new\index.cfm
> REQUEST_METHOD=GET
> PATH_INFO=/search4jobs/new/index.cfm
> HTTP_USER_AGENT=Mozilla/4.7 (Macintosh; I; PPC)
> REMOTE_HOST=192.168.0.2
> HTTPS_SERVER_SUBJECT=
> AUTH_USER=
> AUTH_TYPE=
> SERVER_SOFTWARE=Microsoft-IIS/4.0
> SERVER_NAME=192.168.0.5
> QUERY_STRING=
> CERT_SERVER_SUBJECT=
> CERT_SERVER_ISSUER=
> HTTP_ACCEPT_ENCODING=gzip
> SCRIPT_NAME=/search4jobs/new/index.cfm
> REMOTE_USER=
> GATEWAY_INTERFACE=CGI/1.1
> HTTP_COOKIE=CFTOKEN=68637493; CFID=14; MYCOOKIE=test;
> CPASSWORDPROVIDED=4605563933
> CERT_KEYSIZE=
> HTTP_CONNECTION=Keep-Alive
> PATH_TRANSLATED=C:\Inetpub\wwwroot\search4jobs\new\index.cfm
> HTTPS_SERVER_ISSUER=
> CERT_FLAGS=
> CERT_COOKIE=
>
>
> Bud Schneehagen - Tropical Web Creations
>
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> ColdFusion Solutions / eCommerce Development
> [EMAIL PROTECTED]
> http://www.twcreations.com/
> 954.721.3452
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFStudio

2000-04-02 Thread Computer Simplistics Support

At home Studio accesses the local disk and even the share to the server
pretty quickly. On this system it takes at least 10 secs to bring up the
list each time I change directories. I am pretty much on the same type of
system (7200RPM IDE Hard Drives, Celerons at home, PIII Here) .. anyone else
get this? Same version of Studio (4.0).

Scott Berry
--
Computer Simplistics Support
"Simple Solutions for a Complex World"
http://www.c-s.net
661-296-4315




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: FREE CF WEB SPACE.....

2000-04-02 Thread kailash

Hi! Mike,
I am sorry for the multiple...messages...
I must have mistakenly done it...but will keep it in mind not to do so...

thanks and regards,

Kailash
- Original Message -
From: Michael Grundvig <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 03, 2000 1:27 AM
Subject: Re: FREE CF WEB SPACE.


> Woah! Lets try and avoid sending the same message so many times, alright?
>
> Mike Grundvig
>
>
> - Original Message -
> From: "kailash" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, April 02, 2000 3:06 PM
> Subject: FREE CF WEB SPACE.
>
>
> > Hi guys!,
> >
> > Can any one tell me  where can i find free CF web space ... to try and
> > launch my web site with my works../
> >
> > thanks,
> >
> > kailash
> >
>
> --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Milwaukee CFUG

2000-04-02 Thread WorldNet

A User's Group is being formed for those in and around Milwaukee, Wisconsin.
Contact me if interested

Clinton Gallagher
http://www.metromilwaukee.com/

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Newbie / Functions?

2000-04-02 Thread Dave Watts

> So the variables are (for example):
>
> #cgi.http_host#  for the IP address?
>
> Is there a full list of these somewhere? I have the Que book
> by Ben Forta and it doesn't mention it.. (Web Application Construction:
> 2nd Edition).. maybe in the advanced version?

It would be hard to provide a full list, since the ones you see are
dependent on the specific browser and server used. For example, IE 3 for
Windows provided all kinds of info about the user's display - size, color
depth, and so on.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Simultaneous database connections to MS Access

2000-04-02 Thread Dave Watts

> Also, if a query is cached, does it make a connection to the DB at 
> all, or is it totally in RAM?

Queries cached by CF are stored in memory on the CF server.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Newbie / Functions?

2000-04-02 Thread Computer Simplistics Support

I see... well, you have me the one I wanted.. I just need to check if the
person viewing the page is dialed up through our server, hence in our local
IP range. Now.. is there a possibility that the #cgi.remote_addr# does not
work with all browsers? If so, should I just do a  ??

Thanks!

Scott Berry
--
Computer Simplistics Support
"Simple Solutions for a Complex World"
http://www.c-s.net
661-296-4315


- Original Message -
From: "Dave Watts" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 1:41 PM
Subject: RE: Newbie / Functions?


> > So the variables are (for example):
> >
> > #cgi.http_host#  for the IP address?
> >
> > Is there a full list of these somewhere? I have the Que book
> > by Ben Forta and it doesn't mention it.. (Web Application Construction:
> > 2nd Edition).. maybe in the advanced version?
>
> It would be hard to provide a full list, since the ones you see are
> dependent on the specific browser and server used. For example, IE 3 for
> Windows provided all kinds of info about the user's display - size, color
> depth, and so on.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



security was: naming databases for datasources

2000-04-02 Thread simon mills

Hi all,

I've been watching this thread develop and although it didn't start of as a
security thread I am interested in any tips re: security I could glean. Are
there any good places to learn more about security and setting up secure
services. 

best,

Simon

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Newbie / Functions?

2000-04-02 Thread Kevin Merker

Here's the complete list that I got. Cut and paste and save for future reference. Save 
as (CGI.Variables.cfm).




CGI VARIABLES:

ALL_HTTP: #CGI.ALL_HTTP#

AUTH_TYPE: #CGI.AUTH_TYPE#

CONTENT_LENGTH: #CGI.CONTENT_LENGTH#

CONTENT_TYPE: #CGI.CONTENT_TYPE#

GATEWAY_INTERFACE: #CGI.GATEWAY_INTERFACE#

HTTP_ACCEPT: #CGI.HTTP_ACCEPT#

HTTP_REFERER: #CGI.HTTP_REFERER#

HTTP_USER_AGENT: #CGI.HTTP_USER_AGENT#

PATH_INFO: #CGI.PATH_INFO#

PATH_TRANSLATED: #CGI.PATH_TRANSLATED#

QUERY_STRING: #CGI.QUERY_STRING#

REMOTE_ADDR: #CGI.REMOTE_ADDR#

REMOTE_HOST: #CGI.REMOTE_HOST#

REMOTE_IDENT: #CGI.REMOTE_IDENT#

REMOTE_USER: #CGI.REMOTE_USER#

REQUEST_BODY: #CGI.REQUEST_BODY#

REQUEST_METHOD: #CGI.REQUEST_METHOD#

SCRIPT_NAME: #CGI.SCRIPT_NAME#

SERVER_PORT: #CGI.SERVER_PORT#

SERVER_PROTOCOL: #CGI.SERVER_PROTOCOL#

SERVER_SOFTWARE: #CGI.SERVER_SOFTWARE#





Glad to help!

KM


Computer Simplistics Support wrote:

> So the variables are (for example):
>
> #cgi.http_host#  for the IP address?
>
> Is there a full list of these somewhere? I have the Que book by Ben Forta
> and it doesn't mention it.. (Web Application Construction: 2nd Edition)..
> maybe in the advanced version?
>
> Scott Berry
> --
> Computer Simplistics Support
> "Simple Solutions for a Complex World"
> http://www.c-s.net
> 661-296-4315
>
> - Original Message -
> From: "Bud" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, April 02, 2000 1:00 PM
> Subject: Re: Newbie / Functions?
>
> > On 4/2/00, Computer Simplistics Support penned:
> > >I was just wondering if CF had a built in function to grab stuff from the
> > >user's system (like IP address, computer name, etc) ... any ideas?
> >
> > All kinds of good stuff. Here is a list of the varaibles available.
> > This is from my local box. It's all the one's that you see at the
> > bottom with debugging turned on. Just make any of them
> > cgi.http_referer, etc.
> >
> > SERVER_PORT=80
> > CONTENT_LENGTH=0
> > SERVER_PORT_SECURE=0
> > HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
> image/png, */*
> > HTTP_HOST=192.168.0.5
> > REMOTE_ADDR=192.168.0.2
> > CERT_SERIALNUMBER=
> > CERT_SECRETKEYSIZE=
> > CERT_ISSUER=
> > CONTENT_TYPE=
> > AUTH_PASSWORD=
> > SERVER_PROTOCOL=HTTP/1.0
> > HTTPS_SECRETKEYSIZE=
> > HTTPS=off
> > HTTP_ACCEPT_LANGUAGE=en
> > CERT_SUBJECT=
> > HTTP_ACCEPT_CHARSET=iso-8859-1,*,utf-8
> > HTTPS_KEYSIZE=
> > WEB_SERVER_API=ISAPI
> > CF_TEMPLATE_PATH=C:\Inetpub\wwwroot\search4jobs\new\index.cfm
> > REQUEST_METHOD=GET
> > PATH_INFO=/search4jobs/new/index.cfm
> > HTTP_USER_AGENT=Mozilla/4.7 (Macintosh; I; PPC)
> > REMOTE_HOST=192.168.0.2
> > HTTPS_SERVER_SUBJECT=
> > AUTH_USER=
> > AUTH_TYPE=
> > SERVER_SOFTWARE=Microsoft-IIS/4.0
> > SERVER_NAME=192.168.0.5
> > QUERY_STRING=
> > CERT_SERVER_SUBJECT=
> > CERT_SERVER_ISSUER=
> > HTTP_ACCEPT_ENCODING=gzip
> > SCRIPT_NAME=/search4jobs/new/index.cfm
> > REMOTE_USER=
> > GATEWAY_INTERFACE=CGI/1.1
> > HTTP_COOKIE=CFTOKEN=68637493; CFID=14; MYCOOKIE=test;
> > CPASSWORDPROVIDED=4605563933
> > CERT_KEYSIZE=
> > HTTP_CONNECTION=Keep-Alive
> > PATH_TRANSLATED=C:\Inetpub\wwwroot\search4jobs\new\index.cfm
> > HTTPS_SERVER_ISSUER=
> > CERT_FLAGS=
> > CERT_COOKIE=
> >
> >
> > Bud Schneehagen - Tropical Web Creations
> >
> > _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> > ColdFusion Solutions / eCommerce Development
> > [EMAIL PROTECTED]
> > http://www.twcreations.com/
> > 954.721.3452
> > --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
>
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Check Ip

2000-04-02 Thread Computer Simplistics Support

Ok.. so I setup:


 
  #cgi.remote_addr#
 


However, since the IP is not really a number, I am getting an error when it
tried to evaluate. Is there a way to trim the address to seperate pieces
then evaluate each one? I guess I could do a loop to each period and take
the three numbers before that...that would work for the first 3 sets. Then I
could check each of those sets, and finally check the last numbers.

Sound like a good idea? Is this going to take to long to load on the main
page for each load?

Scott Berry
--
Computer Simplistics Support
"Simple Solutions for a Complex World"
http://www.c-s.net
661-296-4315




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Newbie / Functions?

2000-04-02 Thread Computer Simplistics Support

Thanks!!

Scott Berry
--
Computer Simplistics Support
"Simple Solutions for a Complex World"
http://www.c-s.net
661-296-4315


- Original Message -
From: "Kevin Merker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 8:18 AM
Subject: Re: Newbie / Functions?


> Here's the complete list that I got. Cut and paste and save for future
reference. Save as (CGI.Variables.cfm).
> 
> 
> 
>
> CGI VARIABLES:
>
> ALL_HTTP: #CGI.ALL_HTTP#
>
> AUTH_TYPE: #CGI.AUTH_TYPE#
>
> CONTENT_LENGTH: #CGI.CONTENT_LENGTH#
>
> CONTENT_TYPE: #CGI.CONTENT_TYPE#
>
> GATEWAY_INTERFACE: #CGI.GATEWAY_INTERFACE#
>
> HTTP_ACCEPT: #CGI.HTTP_ACCEPT#
>
> HTTP_REFERER: #CGI.HTTP_REFERER#
>
> HTTP_USER_AGENT: #CGI.HTTP_USER_AGENT#
>
> PATH_INFO: #CGI.PATH_INFO#
>
> PATH_TRANSLATED: #CGI.PATH_TRANSLATED#
>
> QUERY_STRING: #CGI.QUERY_STRING#
>
> REMOTE_ADDR: #CGI.REMOTE_ADDR#
>
> REMOTE_HOST: #CGI.REMOTE_HOST#
>
> REMOTE_IDENT: #CGI.REMOTE_IDENT#
>
> REMOTE_USER: #CGI.REMOTE_USER#
>
> REQUEST_BODY: #CGI.REQUEST_BODY#
>
> REQUEST_METHOD: #CGI.REQUEST_METHOD#
>
> SCRIPT_NAME: #CGI.SCRIPT_NAME#
>
> SERVER_PORT: #CGI.SERVER_PORT#
>
> SERVER_PROTOCOL: #CGI.SERVER_PROTOCOL#
>
> SERVER_SOFTWARE: #CGI.SERVER_SOFTWARE#
>
> 
> 
> 
>
> Glad to help!
>
> KM
>
>
> Computer Simplistics Support wrote:
>
> > So the variables are (for example):
> >
> > #cgi.http_host#  for the IP address?
> >
> > Is there a full list of these somewhere? I have the Que book by Ben
Forta
> > and it doesn't mention it.. (Web Application Construction: 2nd
Edition)..
> > maybe in the advanced version?
> >
> > Scott Berry
> > --
> > Computer Simplistics Support
> > "Simple Solutions for a Complex World"
> > http://www.c-s.net
> > 661-296-4315
> >
> > - Original Message -
> > From: "Bud" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Sunday, April 02, 2000 1:00 PM
> > Subject: Re: Newbie / Functions?
> >
> > > On 4/2/00, Computer Simplistics Support penned:
> > > >I was just wondering if CF had a built in function to grab stuff from
the
> > > >user's system (like IP address, computer name, etc) ... any ideas?
> > >
> > > All kinds of good stuff. Here is a list of the varaibles available.
> > > This is from my local box. It's all the one's that you see at the
> > > bottom with debugging turned on. Just make any of them
> > > cgi.http_referer, etc.
> > >
> > > SERVER_PORT=80
> > > CONTENT_LENGTH=0
> > > SERVER_PORT_SECURE=0
> > > HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
> > image/png, */*
> > > HTTP_HOST=192.168.0.5
> > > REMOTE_ADDR=192.168.0.2
> > > CERT_SERIALNUMBER=
> > > CERT_SECRETKEYSIZE=
> > > CERT_ISSUER=
> > > CONTENT_TYPE=
> > > AUTH_PASSWORD=
> > > SERVER_PROTOCOL=HTTP/1.0
> > > HTTPS_SECRETKEYSIZE=
> > > HTTPS=off
> > > HTTP_ACCEPT_LANGUAGE=en
> > > CERT_SUBJECT=
> > > HTTP_ACCEPT_CHARSET=iso-8859-1,*,utf-8
> > > HTTPS_KEYSIZE=
> > > WEB_SERVER_API=ISAPI
> > > CF_TEMPLATE_PATH=C:\Inetpub\wwwroot\search4jobs\new\index.cfm
> > > REQUEST_METHOD=GET
> > > PATH_INFO=/search4jobs/new/index.cfm
> > > HTTP_USER_AGENT=Mozilla/4.7 (Macintosh; I; PPC)
> > > REMOTE_HOST=192.168.0.2
> > > HTTPS_SERVER_SUBJECT=
> > > AUTH_USER=
> > > AUTH_TYPE=
> > > SERVER_SOFTWARE=Microsoft-IIS/4.0
> > > SERVER_NAME=192.168.0.5
> > > QUERY_STRING=
> > > CERT_SERVER_SUBJECT=
> > > CERT_SERVER_ISSUER=
> > > HTTP_ACCEPT_ENCODING=gzip
> > > SCRIPT_NAME=/search4jobs/new/index.cfm
> > > REMOTE_USER=
> > > GATEWAY_INTERFACE=CGI/1.1
> > > HTTP_COOKIE=CFTOKEN=68637493; CFID=14; MYCOOKIE=test;
> > > CPASSWORDPROVIDED=4605563933
> > > CERT_KEYSIZE=
> > > HTTP_CONNECTION=Keep-Alive
> > > PATH_TRANSLATED=C:\Inetpub\wwwroot\search4jobs\new\index.cfm
> > > HTTPS_SERVER_ISSUER=
> > > CERT_FLAGS=
> > > CERT_COOKIE=
> > >
> > >
> > > Bud Schneehagen - Tropical Web Creations
> > >
> > > _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> > > ColdFusion Solutions / eCommerce Development
> > > [EMAIL PROTECTED]
> > > http://www.twcreations.com/
> > > 954.721.3452
> >
> --
> > 
> > > Archives: http://www.eGroups.com/list/cf-talk
> > > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
> > >
> >
>
> --

> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
> -

Re: naming databases for datasources

2000-04-02 Thread Adrian Cooper


- Original Message -
From: Bud <[EMAIL PROTECTED]>
Sent: 02 April 2000 18:49

>
> I don't place them accessible to the web. I'm not completely
> empty-headed. No one else has access to the server. I'm thinking more
> along the lines of a hacker poking around the machine.

Cost aside - you would want your database on its own machine behind a firewall,
with your WebServer/CF Server either in front of the firewall or preferably on a
DMZ - and with the DSN pointing to the database server behind the firewall.

Adrian Cooper.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Newbie / Functions?

2000-04-02 Thread Bud

On 4/2/00, Computer Simplistics Support penned:
>So the variables are (for example):
>
>#cgi.http_host#  for the IP address?

Actually remote_addr would give you the IP address of the visitor.

http_host is the site host, so

#cgi.http_host##cgi.path_info# would resolve to the url of the page.

Is there a full list of these somewhere?
Yes. At the bottom of the e-mail I sent. :)


Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Newbie / Functions?

2000-04-02 Thread Bud

On 4/2/00, Computer Simplistics Support penned:
>I see... well, you have me the one I wanted.. I just need to check if the
>person viewing the page is dialed up through our server, hence in our local
>IP range. Now.. is there a possibility that the #cgi.remote_addr# does not
>work with all browsers? If so, should I just do a #IsDefined(cgi.remote_addr)#> ??

Yeah. But leave out those pound symbols in cfif and cfset tags. :) 
Just don't enclose in quotes.


Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Maintenance Jobs - Add and Delete records

2000-04-02 Thread Dave Watts

> I was just curious as to is there a way to semi-automate
> inserting/delete records.  Let me explain, internally we
> develop several applications that require add/edit/delete/display
> records, these tasks are very repetitive and really hate to
> include the same code over and over again. The only difference
> is that I am performing this actions on different tables. When
> I used to develop in VB I used to get my list of fields by
> giving a command such as "Recordset.fields", is there a similar
> function?. I am relatively new to CF, and I love it, but I just
> hate doing the same steps over and over again. I am currently
> reading and looking at examples of fusebox, hoping that it will
> help me on simplifying my code...

You certainly can automate the process of creating scripts to handle data
manipulation for tables. The approach we've used is to build a script which
generates other scripts, rather than to build a one-size-fits-all script for
editing any table. You can download it from
http://www.figleaf.com/figleafhome/cfug/cfugoct.zip. It's written to be used
with SQL Server, but the approach could be used with a little modification
against other databases.

There's also a product called Database Blocks, which is a commercial product
which does the same kind of thing, although I expect it's quite a bit more
polished! I haven't used it myself, but I've heard good things about it, and
it's only $79.

http://www.commerceblocks.com/DATABA/index.cfm

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Newbie / Functions?

2000-04-02 Thread Dave Watts

> I see... well, you have me the one I wanted.. I just need to
> check if the person viewing the page is dialed up through our
> server, hence in our local IP range. Now.. is there a
> possibility that the #cgi.remote_addr# does not work with all
> browsers? If so, should I just do a  ??

That variable is provided by the server, not the browser, and is pretty
standard across servers. In any case, IsDefined doesn't work too well with
CGI variables. If you reference a non-existent CGI variable, you'll get an
empty string instead of an error.

The CGI variables that begin with "HTTP_" are returned by the browser.
Others are either generated by the server itself, or created by the server's
parsing of the HTTP request.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Newbie / Functions?

2000-04-02 Thread Dave Watts

> Here's the complete list that I got. Cut and paste and save
> for future reference. Save as (CGI.Variables.cfm).

The only problem with this approach is that the ones you have aren't
universal. For example, you've got CGI.ALL_HTTP, CGI.REMOTE_IDENT (which I'd
never seen before), and CGI.REMOTE_BODY. Those aren't in all web servers;
mine (IIS 5), for example, doesn't provide those. On the other hand, you
don't have these, which mine does:

AUTH_USER
AUTH_PASSWORD
CERT_COOKIE
CERT_FLAGS
CERT_ISSUER
CERT_KEYSIZE
CERT_SECRETKEYSIZE
CERT_SERIALNUMBER
CERT_SERVER_ISSUER
CERT_SERVER_SUBJECT
CERT_SUBJECT
CF_TEMPLATE_PATH
HTTP_ACCEPT_ENCODING
HTTP_ACCEPT_LANGUAGE
HTTP_CONNECTION
HTTP_COOKIE
HTTP_HOST
HTTPS
HTTPS_KEYSIZE
HTTPS_SECRETKEYSIZE
HTTPS_SERVER_ISSUER
HTTPS_SERVER_SUBJECT
SERVER_NAME
SERVER_PORT_SECURE
WEB_SERVER_API

The point of this is to emphasize that these variables really do differ
quite a bit between browsers and servers.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Automated Error pages

2000-04-02 Thread Dave Watts

>   I am trying to work on making an automated error page.
> Thing is stupid cferror doesn't let you use any tags in your
> error page. So what I have to do is
> mailto:[EMAIL PROTECTED]?subject=error&body=errortext
> only thing is once it hits some text in there it craps out
> on the body part. Has anyone done something like this?

CFERROR isn't "stupid" for not letting you use any tags. Think about it for
a minute. What if CFERROR let you use tags? If you used the same tag which
caused the error in the first place, what would happen?

There are several approaches for error handling in CF, and you're free to
use some or all of them.

1. The CFERROR tag.
There are several ways that CFERROR can be used. The most common way is to
use TYPE="REQUEST", and send the user to a harmless error message. You can
extend this approach using JavaScript; for more information, take a look at
this:

http://alive.allaire.com/Bagdhad/CatalogCourseDetail.cfm?CourseID=36

In addition, CFERROR now has two new ways it can be used: TYPE="EXCEPTION"
and TYPE="MONITOR". These are both new to 4.5. The exception type looks
interesting; you can use tags in the error page used by that type.

2. CFTRY/CFCATCH
If you want to respond to a specific problem condition within a specific
block of code, this is the best approach. You can use any CFML code you want
inside your CFCATCH block.

3. The site-wide error handler (new to CF 4.5)
You can specify a default page for any errors.

You can use all of these together; you can use a site-wide error handler,
override that with a CFERROR tag in a specific application, and override
that with an exception handler.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFLOCATION based on URL?

2000-04-02 Thread Fred Sanders

you could do it like this too:


http://blah">


just change
- Original Message -
From: "Mike Sheldon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 2:30 PM
Subject: RE: CFLOCATION based on URL?


> Just force the case before you test it.
>
> 
>
> Michael J. Sheldon
> Internet Applications Developer
> Phone: 480.699.1084
> http://www.desertraven.com/
> PGP Key Available on Request
>
> -Original Message-
> From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 02, 2000 12:17
> To: [EMAIL PROTECTED]
> Subject: Re: CFLOCATION based on URL?
>
>
> wow .. that was fast .. thanks
> What about case sinsitivity though?  Will this same code apply if they
type
> the domain in all caps?
>
> - Original Message -
> From: Mike Sheldon <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, April 02, 2000 3:02 PM
> Subject: RE: naming databases for datasources
>
>
> > Use the CGI.SERVER_NAME variable to re-direct.
> >
> > ie:
> >
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >
> > Michael J. Sheldon
> > Internet Applications Developer
> > Phone: 480.699.1084
> > http://www.desertraven.com/
> > PGP Key Available on Request
>
> --
--
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Check Ip

2000-04-02 Thread lsellers

> 
>   '206.162.74.255'>
>   #cgi.remote_addr#
>  
> 
>
> However, since the IP is not really a number, I am getting an
> error when it

Actually an ip IS a 32-bit number. Just for human readability it's broken
into 4 octets. If you (off the top of my head)...



...you should be able to compare. Maybe. If internal representation of a
number in cf is unsigned 32-bits or better.

You could also use the oft-forgotten bitshifting functions. :)

--min

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF4.5 doesn't support Win2000 file encryption?

2000-04-02 Thread Dave Watts

> Actually, IIS does NOT "shove the .cfm file to the CF parser
> sight unseen"
>
> IIS never touches .cfm files unless it's mis-configured, or
> has been told to check for the file's existence before handing
> the request off. (Even then it does not actually open the file,
> it just looks for it.). Why do you think CF has its own 404 error
> pages?
>
> When IIS gets a request for a file ending in .cfm, it passes
> the *request* to CF. CF opens the file all by it's lonesome. You
> can prove this by running CF under a user account and giving CF
> permission tot he files, but not IIS. (or the other way around
> if you like errors)

This doesn't seem to be exactly correct. IIS does check file ACLs - it has
to. It performs an impersonation using either the anonymous user account, or
using the authenticated user account when Basic Authentication or NTLM
Authentication are required. If the CF service has read/execute rights to a
file, but the IIS impersonation user account doesn't, IIS will return a 401
error message - access denied. I tested this by creating a user account,
running CF with that user account, removing permissions from a specific file
except for that user account, then attempting to access the file using
anonymous access first, then Basic Authentication.

Of course, you could make the argument that reading a file's ACL isn't quite
the same thing as reading the file itself.

I'm not sure how this plays out when you request a nonexistent CF script; CF
obviously returns the fake 404 error message. I don't know what the order of
events is for this.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Check Ip

2000-04-02 Thread Jay Jennings

>   '206.162.74.255'>
> However, since the IP is not really a number, I am getting an
> error when it
> tried to evaluate. Is there a way to trim the address to seperate pieces

Try something like:
cfif cgi.remote_addr contains "206.162.74"

Or, instead of using CONTAINS you could use one of the string comparison
functions in CF.

 Jay Jennings

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Check Ip

2000-04-02 Thread Lawrence B. Afrin, M.D.

This is a multi-part message in MIME format.
--71B1E349269CF0F5FFC63B76
Content-Type: multipart/alternative;
 boundary="830DD7D2B0271BA74B23A838"


--830DD7D2B0271BA74B23A838
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Um, if you used "contains" like that, then you would improperly accept IP addresses of 
the form *.206.162.74, wouldn't you?

Instead, how about using GetToken() as follows?

cfset ip = #cgi.remote_addr#
cfset lastoctet = gettoken(ip,4,".")
cfif #left(ip,11)# is "206.162.74." and #lastoctet# ge 1 and #lastoctet# le 255
...

Plenty of other ways you could do this, too -- they all boil down to having to isolate 
the last octet of the IP address if you want to make numerical comparisons against it.

-- LBA

Jay Jennings wrote:

> >   > '206.162.74.255'>
> > However, since the IP is not really a number, I am getting an
> > error when it
> > tried to evaluate. Is there a way to trim the address to seperate pieces
>
> Try something like:
> cfif cgi.remote_addr contains "206.162.74"
>
> Or, instead of using CONTAINS you could use one of the string comparison
> functions in CF.
>
>  Jay Jennings
>
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--830DD7D2B0271BA74B23A838
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit



Um, if you used "contains" like that, then you would improperly accept
IP addresses of the form *.206.162.74, wouldn't you?
Instead, how about using GetToken() as follows?
cfset ip = #cgi.remote_addr#
cfset lastoctet = gettoken(ip,4,".")
cfif #left(ip,11)# is "206.162.74." and #lastoctet# ge 1 and #lastoctet#
le 255
...
Plenty of other ways you could do this, too -- they all boil down to
having to isolate the last octet of the IP address if you want to make
numerical comparisons against it.
-- LBA
Jay Jennings wrote:
>   '206.162.74.255'>
> However, since the IP is not really a number, I am getting an
> error when it
> tried to evaluate. Is there a way to trim the address to seperate
pieces
Try something like:
    cfif cgi.remote_addr contains
"206.162.74"
Or, instead of using CONTAINS you could use one of the string comparison
functions in CF.
 Jay Jennings
--
Archives: http://www.eGroups.com/list/cf-talk">http://www.eGroups.com/list/cf-talk
To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk">http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.


--830DD7D2B0271BA74B23A838--

--71B1E349269CF0F5FFC63B76
Content-Type: text/x-vcard; charset=us-ascii;
 name="afrinl.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Lawrence B. Afrin, M.D.
Content-Disposition: attachment;
 filename="afrinl.vcf"

begin:vcard 
n:Afrin, M.D.;Lawrence
tel;fax:843-792-3200
tel;work:843-792-4271
x-mozilla-html:FALSE
org:Hollings Cancer Center and the Division of Hematology/Oncology, Medical University 
of South Carolina
version:2.1
email;internet:[EMAIL PROTECTED]
title:Assistant Professor of Medicine
adr;quoted-printable:;;Division of Hematology/Oncology, CSB903=0D=0AP.O. Box 250623, 
96 Jonathan Lucas Street;Charleston;SC;29425;USA
x-mozilla-cpt:;0
fn:Afrin, M.D., Lawrence
end:vcard

--71B1E349269CF0F5FFC63B76--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: REGEX validating email

2000-04-02 Thread Chris Evans

Here's the code I use




Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com

-Original Message-
From: Brian Peddle [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 31, 2000 5:10 PM
To: [EMAIL PROTECTED]
Subject: REGEX validating email


Im doing some server side validation and Im trying to make sure the '@' and
the '.' is in there.  I have played with a variety of things and cant get it
to work.  Here is the last one I tried.




Bad Email


Thanks!



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: 404 checking

2000-04-02 Thread Dave Watts

> >In the HTTP protocol a 404 Error is returned in the header, your return
> >might look like this...
...
> Yes, but is that information available through the CFHTTP
> variables?  I didn't think it was... but I haven't done
> much with CFHTTP besides passing around WDDX stuff, so
> I'm sure I could be mistaken.

If you're using CF 4.5, you can reference CFHTTP.Header, which is the entire
HTTP response header. You can also reference CFHTTP.ResponseHeader, which is
a structure which contains each individual header; if there are any
duplicate lines, the structure member for that header will contain an array
which contains the values for each line.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Check in

2000-04-02 Thread Nathan Stanford

Check in at my website and let me know what you think of my ColdFusion Tips
and please send any that you can so I can help others that are reading my
e-ZINE.  I now have 351 readers.

Thanks,
Nathan

 
 Nathan Stanford
<[EMAIL PROTECTED]>
ColdFusion Tips Plus Free Weekly e-ZINE

  /\
  \ \
  ALLAIRE'S\ \  /\
\ \/  \
COLD \  /\ \  FUSION
  \/  \ \
\\
 \\
CFTIPS+\
  http://www.nsnd.com/cftips

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Need help with forms ...

2000-04-02 Thread Amar Desai

This is the scenerio,

I have two tables 1) master_table (x) which contain and emp_id and emp_name.
second table (y- emp_dept_table) contains the which contains emp_id, 
emp_name, etc..
I use the value from the form to do a search from x table, retreive the id 
and use the id to do a search in the y table for the emp record. But I 
cannot use the variables from the first query in the second query..

The idea is for the first search.cfm page to have a form





and when the user submits the form, it goes to test1.cfm

in test1.cfm

there is query



SELECT *
FROM x where emp_name LIKE '#search_criteria#%'


I use this query to get the emp_id and then use another query to search the 
the y table but I cannot use the following code as the #emp_id# is from the 
cfquery "SEARCH_QUERY" , how do I resolve this problem...


SELECT *
FROM y where #emp_id# LIKE '#search_criteria#%'

Thanks Guys...
AD



__
Get Your Private, Free Email at http://www.hotmail.com

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Check in

2000-04-02 Thread Amar Desai

I checked the site out but one of the gifs 07 did not load on the home 
page so check it out, just some FYI..
AD

>From: "Nathan Stanford" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "\"CF-Talk\"" <[EMAIL PROTECTED]>
>Subject: Check in
>Date: Sun, 2 Apr 2000 20:10:06 -0500
>
>Check in at my website and let me know what you think of my ColdFusion Tips
>and please send any that you can so I can help others that are reading my
>e-ZINE.  I now have 351 readers.
>
>Thanks,
>Nathan
>
>  
>  Nathan Stanford
> <[EMAIL PROTECTED]>
>ColdFusion Tips Plus Free Weekly e-ZINE
>
>   /\
>   \ \
>   ALLAIRE'S\ \  /\
> \ \/  \
> COLD \  /\ \  FUSION
>   \/  \ \
> \\
>  \\
> CFTIPS+\
>   http://www.nsnd.com/cftips
>
>--
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

__
Get Your Private, Free Email at http://www.hotmail.com

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Need help with forms ...

2000-04-02 Thread Bruce Altner

At 06:24 PM 4/2/00 -0700, you wrote:
>
> SELECT *
> FROM y where #emp_id# LIKE 
> '#search_criteria#%'
> 

Assuming that table Y is related to X through the foreign key emp_ID you 
could do this:


SELECT *
FROM y where emp_id LIKE '#SEARCH_QUERY.search_criteria#%'



or, even better, join the two tables into one query like this:

SELECT Y.* FROM Y, X
WHERE Y.emp_ID = X_EMP_ID
AND X.emp_name LIKE '#search_criteria#%'

Bruce


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Need help with forms ...

2000-04-02 Thread Bruce Altner

At 09:40 PM 4/2/00 -0400, you wrote:

Error in previous transmission: The first solution should actually read:


SELECT *
FROM y where emp_id LIKE '#SEARCH_QUERY.emp_id#'



>Assuming that table Y is related to X through the foreign key emp_ID you
>could do this:
>
>
>SELECT *
>FROM y where emp_id LIKE '#SEARCH_QUERY.search_criteria#%'
>
>
>
>or, even better, join the two tables into one query like this:
>
>SELECT Y.* FROM Y, X
>WHERE Y.emp_ID = X_EMP_ID
>AND X.emp_name LIKE '#search_criteria#%'
>
>Bruce
>


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF4.5 doesn't support Win2000 file encryption?

2000-04-02 Thread Jeff Beer

Picky picky...

The point was that IIS doesn't process the file - CF does.

- Original Message -
From: "Mike Sheldon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 30, 2000 5:53 PM
Subject: RE: CF4.5 doesn't support Win2000 file encryption?


> Actually, IIS does NOT "shove the .cfm file to the CF parser sight unseen"
>
> IIS never touches .cfm files unless it's mis-configured, or has been told
to
> check for the file's existence before handing the request off. (Even then
it
> does not actually open the file, it just looks for it.). Why do you think
CF
> has its own 404 error pages?
>
> When IIS gets a request for a file ending in .cfm, it passes the *request*
> to CF. CF opens the file all by it's lonesome. You can prove this by
running
> CF under a user account and giving CF permission tot he files, but not
IIS.
> (or the other way around if you like errors)
>
> Michael J. Sheldon
> Internet Applications Developer
> Phone: 480.699.1084
> http://www.desertraven.com/
> PGP Key Available on Request
>
> -Original Message-
> From: Jeff Beer [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 30, 2000 14:22
> To: [EMAIL PROTECTED]
> Subject: Re: CF4.5 doesn't support Win2000 file encryption?
>
>
> It's not CF that doesn't support on the-fly-decrypting, it's the web
server.
> IIS just shoves the .cfm file to the CF parser sight unseen.  Of course CF
> chokes on the encrypted file - it look like garbage to the CF server.
Same
> with ASP, Perl, Tango, what have you.
>
> MS would need to build support for on-the-fly decryption into IIS.  I hope
> they don't, as it would incur far too much overhead.  What seems to be
> transparent to you when using MSWord or something becomes a huge issue
when
> multiplied by thousands of page hits.
>
> The real issue here is why would you want to use that form of encryption
> anyway? With the proper permissions set on NT, your code is safe.
>
> - Original Message -
> From: "Mike Amburn" <[EMAIL PROTECTED]>
> To: "Cf-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, March 29, 2000 3:46 PM
> Subject: CF4.5 doesn't support Win2000 file encryption?
>
>
> > This is a multi-part message in MIME format.
> >
> > --=_NextPart_000__01BF9995.F72A13D0
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: 7bit
> >
> > Windows 2000 allows you to encrypt files. ColdFusion does not seem to
> > support this, as I get the following error on any page that I encrypt:
> >
> > The template file exists, however, it either cannot be opened for
reading,
> > or it is encrypted and its data has been corrupted
> >
> > as soon as i unencrypt, all things are good to go.
> >
> > anyone heard anything about this? is allaire going to fix this in a
> service
> > patch?
> >
> > Mike Amburn
> > Application Development
> >
> > --=_NextPart_000__01BF9995.F72A13D0
> > Content-Type: image/gif;
> > name="atworklogo_very_small.gif"
> > Content-Transfer-Encoding: base64
> > Content-ID: <994194320@29032000-1c68>
> >
> >
>
R0lGODlhhwAsAPcAAMDAwHNzc4SEhKWlpa2trdbW1ufn5+/v77Wtpf/nvffWnP/vzv/nte/WpXtr
> >
>
Sv/WhPfv3vfWjO/OhPfGWvfGUvfOa++9OffWc+fGY+/GUue9Svfv1v/nnP/nlN7Gc97Ga+/GKffG
> >
>
GOe1CPfGCP/GAJSMa+fWjFpSMf/WMee9GOe9APfGAN7Wrf/nc97GUv/eQufGKf/3xv/nUu/WSt7G
> >
>
Of/ve9bGSu/npefWQt7OOf/3nP/3jP/3e//3Y6WlnM7Ovf//zv//xu/vra2te///td7elPf/vd7n
> >
>
pdbn1qW9tWN7c87W1rW9vUpSUnuMjDFCQuf3/6W1vYyltb3Gzpylrd7v/4SMlGNrc0pSWtbe55Sc
> >
>
pVJaY9bn/zFCWhAhOb3O56W1zmNzjL3G1pyltXuElFpjczlCUsbO3qWtvYSMnJytzjlKaxAhQhgx
> >
>
YwgYOdbe787W57W9zq21xoyUpXN7jGtzhHOErWNznBApawgYQgghY73G3nuEnFpje5Sl1jlKezFC
> >
>
cxgpWhAhUsbO56WtxpSctYyUrWNrhFJac0pSa2t7rWNzpSkxSkpajFJjnCk5axAhWggYSgAQQpyl
> >
>
xoyc1oSUzjlCYzFChBghQhgpawAQStbe/7W93q211r3G73N7nGNrjFJae1pjjHOEzjE5WikxUiEp
> >
>
Sik5exAYORAhawgYWoyUvWtznEpSe0JKcyExexAYQhgpewgQOcbO/62156Wt3pSczoSMvXuEtWNr
> >
>
nDlCezE5ayEpWhghUrW994yUzoSMxkpSjCkxayEpYxAYUkJKjCkxcykxhCEpcyEpexAYWhAYYwgQ
> >
>
Wufn787O1rW1vaWlrZycpdbW597e78bG1r29zpycrdbW72tre97e/4yMpb293lJSY7W13sbG94SE
> >
>
pb2973t7nGtrjISEtSEhMTExSmNjpSEhQjExYzExawgIIca9xmtja/fn7wAA
> >
>
ACH5BAEALACHACwA
> >
>
QAj/AAEIHEiwoMGDCBMqXMiwocOHECNKLHigWho02yYqvDaslxaNIEO+OWXMi6kkY9oYCwSoChSC
> >
>
tgJlWjamILheMxFVEWin1zA8vCC1eZRFYCGhmA4BsMPMmKBHhgYRLBBtDaY2gsIIFCCoVxdpBBcJ
> >
>
aiPMG4BBXjJl+ghACjNkqAq1C6nQTiRjy0qFqtMnVJ8+ZUKRSnXMFCiBtQQtw0MF4RxNxpAdcxOK
> >
>
oBQ3bTLFitUl20Bs6kixa0KIS0FPgIY9yhPmJRlVeLpsAhBOVi9BtQiCK5UJjyGBZCQN4+WHLsgD
> >
>
KlbAsMDBiEQgQHRwaFEhQwYDCw1MmXaGyZmEU5ox/0TyA3vCAg7FxDHOvr17hQecERiw7oBCJAbm
> >
>
vt/fEMqeOdgkws0VZFAhxxnTAGAfANPAEccY34SCSiTDGAMMfxgWxIkuyhijVhtRDATFGLZMMskq
> >
>
haA4iRSTVHEIMcMo00hB2xgjDB6CLFKQL714aEYnBNGyiiKiNJKLId14BgAddAg0hSGrmGgiIZ1I
> >
>
VRCUwCxRUCeTkCEFEhk2EskpmdgBABRo5oJMMpAUI9AGEBRiSiCBWGPQNFYJ84gvjQTSCyOmkQEJ
> >
>
HplQMsoy6ESCBgCtmJLJMGYpROYwbqYB2zC5gGLOH2xEEskTjQEADjqQBNLIbYEokqFAaDSBSCiJ
> >
>
fP93kAw4lHBCGYlsoZ5ffYSIkBh9JIIIWwRdww43JzjQw

MIME link

2000-04-02 Thread Park, Simon

Sorry to ask this again on the list...

What is that link on the Figleaf site that Dave Watts always refers us to
when we ask about MIME attachments with CFMAIL?

Simon Park
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Extracting elements from a data string

2000-04-02 Thread Robert Ward

Hi All,

I'd like to thank all who took the time to put finger to keyboard on this
one.

Here's the code we ended up using to do this.

Regards

Rob






#ListFirst(List1)#




#ListGetAt(List1, 2)##ListGetAt(List1, 3)#


 



#ListLast(List1)#


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: FREE CF WEB SPACE.....

2000-04-02 Thread Carter Development

He asked four times if anyone knew of free web space so I responded four
times "not off hand" - meaning - not that I am aware of.

Sincerely,
Shawnea Carter
- Original Message -
From: "Joshua Yip" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 11:21 PM
Subject: Re: FREE CF WEB SPACE.


> Hi Shawnea,
>
>
> ErrI don't really get you , what do you mean by not off hand?
>
> Joshua
>
> Carter Development wrote:
>
> > not off hand, not off hand, not off hand, not off hand.
> >
> > :)
> >
> > Sincerely,
> > Shawnea Carter
> > - Original Message -
> > From: "kailash" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Sunday, April 02, 2000 4:06 PM
> > Subject: FREE CF WEB SPACE.
> >
> > > Hi guys!,
> > >
> > > Can any one tell me  where can i find free CF web space ... to try and
> > > launch my web site with my works../
> > >
> > > thanks,
> > >
> > > kailash
> > >
> >
> --
> > 
> > > Archives: http://www.eGroups.com/list/cf-talk
> > > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
> >
>
> --

> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Help please checking my poll works correctly ....

2000-04-02 Thread Michael Kear

This is not a troll for traffic through my poll, but I'd be grateful if
some of you could check my poll works correctly please.

We've been having intermittent problems with the routine to check if
you've voted today or not.  It's supposed to look to see if you've
registered a vote today, and if so, politely deny you another vote. (but
politely, showing you the results to date)

But from some computers, we've found that it shows an error message
instead, hiccupping and refusing to display the required page.

I'm trying to work out what's happening, but from all my computers the
poll works correctly.   Therefore I can't reproduce the problem.  And
therefore also, I dont know for sure if I've fixed the problem.

The poll is at http://www.choice.com.au/calculators/poll_merger1.cfm

Please vote, then vote a second time.  If all's working well, the second
time you should get a polite message saying we've already registered a
vote from you today and here's the results anyway.

If you get an error, please let me know what kind of OS you're using,
browser type, and when you voted.   And if you can, cut and paste the
error into your reply.

Thanks in advance for your help everyone :)

Cheers,
Mike Kear
AFP Web Development
Windsor, NSW, Australia 
http://www.afp.zip.com.au



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



My poll doesnt work! AARRRGHH!

2000-04-02 Thread Michael Kear

Thanks to the people who've tested my poll for me at
http://www.choice.com.au/calculators/poll_merger1.cfm.  It's very
frustrating, because it works fine for me, but not, apparently for some of
you cf-listers here.

The error message we're getting is:

[quote]
Parameter 2 of function DateDiff which is now "" must be a date/time value
The error occurred while evaluating the expression:

  (datediff("y", testvoter.latestvote ,now()) is '0')
[end quote]

There is definitely a date in every record in the table.

Here's the template segment that produces this error:



SELECT  
max(whenvotes) as latestvote
FROM poll_merger_1 
Where remote_addr='#remote_addr#'




   
   
   

  

   



  
... yada yada  

So, I'm puzzled - what about this template causes this test to work when
I'm watching it, but as soon as I turn my back with a smug smile on my
face thinking I've got it licked, it hiccups on me?

What I've checked so far:

That there's a valid date in every record in the table
That the template has uploaded to the site without corruption
That it's nothing to do with the specific ip address or firewall
configuration - I've tried this from inside the firewall and outside from
my home computer.

Any ideas?

Cheers,
Mike Kear
AFP Web Development
Windsor, NSW, Australia 
http://www.afp.zip.com.au
http://www.choice.com.au


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: My poll doesnt work! AARRRGHH!

2000-04-02 Thread Steve Reich

>Subject: My poll doesnt work! AARRRGHH!

>It's very frustrating, because it [poll] works fine for 
>me, but not, apparently for some of you cf-listers 
>here.

> I'm watching it, but as soon as I turn my back with a smug 
>smile on my face thinking I've got it licked, it hiccups on me?

>I've tried this from inside the firewall and outside from
> my home computer.


There's a tag that will make your poll work. I think 
it's call ...  ;-) ... sorry... couldn't resist!

Steve


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Help please checking my poll works correctly ....

2000-04-02 Thread Quinn Michaels

actuall i disabled cookies and got the error.
so the error might be happening to only those who don't accept cookies

Quinn
- Original Message -
From: Michael Kear <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 9:29 PM
Subject: Help please checking my poll works correctly 


> This is not a troll for traffic through my poll, but I'd be grateful if
> some of you could check my poll works correctly please.
>
> We've been having intermittent problems with the routine to check if
> you've voted today or not.  It's supposed to look to see if you've
> registered a vote today, and if so, politely deny you another vote. (but
> politely, showing you the results to date)
>
> But from some computers, we've found that it shows an error message
> instead, hiccupping and refusing to display the required page.
>
> I'm trying to work out what's happening, but from all my computers the
> poll works correctly.   Therefore I can't reproduce the problem.  And
> therefore also, I dont know for sure if I've fixed the problem.
>
> The poll is at http://www.choice.com.au/calculators/poll_merger1.cfm
>
> Please vote, then vote a second time.  If all's working well, the second
> time you should get a polite message saying we've already registered a
> vote from you today and here's the results anyway.
>
> If you get an error, please let me know what kind of OS you're using,
> browser type, and when you voted.   And if you can, cut and paste the
> error into your reply.
>
> Thanks in advance for your help everyone :)
>
> Cheers,
> Mike Kear
> AFP Web Development
> Windsor, NSW, Australia
> http://www.afp.zip.com.au
>
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: My poll doesnt work! AARRRGHH!

2000-04-02 Thread Nick Slay

Hi Michael,

I'm not sure about what the problem is, however, I can point out a 
potential problem with your code.  If you use #remote_addr# to identify 
users, you will find that some people, if they use dial up connection with 
dynamic IP addresses, or people that work through Proxy servers are going 
to have problems.

I'm very sorry for wasting your time if you already knew this, or if 
someone has previously told you.   Out of curiosity, how come you didn't 
use Client variables to see if that person had voted before?

Regards

Nick



At 15:38 3/04/00 +1000, you wrote:
>Thanks to the people who've tested my poll for me at
>http://www.choice.com.au/calculators/poll_merger1.cfm.  It's very
>frustrating, because it works fine for me, but not, apparently for some of
>you cf-listers here.
>
>The error message we're getting is:
>
>[quote]
>Parameter 2 of function DateDiff which is now "" must be a date/time value
>The error occurred while evaluating the expression:
>
>   (datediff("y", testvoter.latestvote ,now()) is '0')
>[end quote]
>
>There is definitely a date in every record in the table.
>
>Here's the template segment that produces this error:
>
>
>
>SELECT
>max(whenvotes) as latestvote
>FROM poll_merger_1
>Where remote_addr='#remote_addr#'
>
>
>
>
>
>   
>
>
>
> 
>
> 
>
> 
>   
>  
>... yada yada
>
>So, I'm puzzled - what about this template causes this test to work when
>I'm watching it, but as soon as I turn my back with a smug smile on my
>face thinking I've got it licked, it hiccups on me?
>
>What I've checked so far:
>
>That there's a valid date in every record in the table
>That the template has uploaded to the site without corruption
>That it's nothing to do with the specific ip address or firewall
>configuration - I've tried this from inside the firewall and outside from
>my home computer.
>
>Any ideas?
>
>Cheers,
>Mike Kear
>AFP Web Development
>Windsor, NSW, Australia
>http://www.afp.zip.com.au
>http://www.choice.com.au
>
>
>--
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Help please checking my poll works correctly ....

2000-04-02 Thread Quinn Michaels

also here is the error that i got:

Error Occurred While Processing Request
Error Diagnostic Information
Parameter 2 of function DateDiff which is now "" must be a date/time value
The error occurred while evaluating the expression:
  (datediff("y", testvoter.latestvote ,now()) is '0')
The error occurred while processing an element with a general identifier of
(CFIF), occupying document position (19:2) to (19:60).
Date/Time: 04/03/00 15:41:23
Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)
Remote Address: 209.191.127.143
HTTP Referer: http://www.choice.com.au/calculators/poll_merger1.cfm
Template: D:\CFCalcs\poll_merger2.cfm

- Original Message -
From: Michael Kear <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 9:29 PM
Subject: Help please checking my poll works correctly 


> This is not a troll for traffic through my poll, but I'd be grateful if
> some of you could check my poll works correctly please.
>
> We've been having intermittent problems with the routine to check if
> you've voted today or not.  It's supposed to look to see if you've
> registered a vote today, and if so, politely deny you another vote. (but
> politely, showing you the results to date)
>
> But from some computers, we've found that it shows an error message
> instead, hiccupping and refusing to display the required page.
>
> I'm trying to work out what's happening, but from all my computers the
> poll works correctly.   Therefore I can't reproduce the problem.  And
> therefore also, I dont know for sure if I've fixed the problem.
>
> The poll is at http://www.choice.com.au/calculators/poll_merger1.cfm
>
> Please vote, then vote a second time.  If all's working well, the second
> time you should get a polite message saying we've already registered a
> vote from you today and here's the results anyway.
>
> If you get an error, please let me know what kind of OS you're using,
> browser type, and when you voted.   And if you can, cut and paste the
> error into your reply.
>
> Thanks in advance for your help everyone :)
>
> Cheers,
> Mike Kear
> AFP Web Development
> Windsor, NSW, Australia
> http://www.afp.zip.com.au
>
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: My poll doesnt work! AARRRGHH!

2000-04-02 Thread Fred Sanders

That only works if your poll is nested in a  tag set.


- Original Message -
From: "Steve Reich" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 11:46 PM
Subject: Re: My poll doesnt work! AARRRGHH!


> >Subject: My poll doesnt work! AARRRGHH!
>
> >It's very frustrating, because it [poll] works fine for
> >me, but not, apparently for some of you cf-listers
> >here.
>
> > I'm watching it, but as soon as I turn my back with a smug
> >smile on my face thinking I've got it licked, it hiccups on me?
>
> >I've tried this from inside the firewall and outside from
> > my home computer.
>
>
> There's a tag that will make your poll work. I think
> it's call ...  ;-) ... sorry... couldn't resist!
>
> Steve
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Help with mandetory imput form field

2000-04-02 Thread Interent Gold Coast Properties

I am having problems with my cf select command where I want the system to
check for input before the form is submitted


 
 
 #PropertyCategoryDropDown.PropertyCategory#
 
  

for some god dam reason the aboce does nto work

your help would be appreciated

Kind Regards

Claude Raiola
E-Mail: [EMAIL PROTECTED]
Website: www.internetgoldcoastproperties.com.au


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: My poll doesnt work! AARRRGHH!

2000-04-02 Thread Kym Kovan

Hi Mike,

>Here's the template segment that produces this error:
>
>
>
>SELECT  
>max(whenvotes) as latestvote
>FROM poll_merger_1 
>Where remote_addr='#remote_addr#'
>
>
>
>
>   
>   
>   

One problem is that you can't do an recordcount type of test when using an
aggregate function like MAX() you will get a recordcount gt 0 almost
always. You might be better off testing for a null date entry or something
like that.



--

Yours,

Kym
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Bind for NT applications?

2000-04-02 Thread Brian Mitter

Hi all,
   Has anyone written an administration application to look after Bind for
NT?
Is so, any pointers on what I may have problems with?
Thanks
Brian



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: FREE CF WEB SPACE.....

2000-04-02 Thread Joshua Yip

Hi Shawnea,


ErrI don't really get you , what do you mean by not off hand?

Joshua

Carter Development wrote:

> not off hand, not off hand, not off hand, not off hand.
>
> :)
>
> Sincerely,
> Shawnea Carter
> - Original Message -
> From: "kailash" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, April 02, 2000 4:06 PM
> Subject: FREE CF WEB SPACE.
>
> > Hi guys!,
> >
> > Can any one tell me  where can i find free CF web space ... to try and
> > launch my web site with my works../
> >
> > thanks,
> >
> > kailash
> >
> > --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.