I figured that the route to take would be something using one or both of
those.  I'll start looking up cfcontent stuffs now, and I'll see if I can
find something that matches that in apache when I get home...

I can see that this project is going to be interestingly fun...  'P

Thanks!
geo

-----Original Message-----
From: Nick McClure [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 9:26 AM
To: CF-Community
Subject: Re: ...using cf (or anything else) for a member's only webcam site?

One way would be to not use CF. You can use the authentication features of
your webserver to handle this. If you are on IIS there are environment
variables that you can use once the user has successfully authenticated.
They will tell you the user login ID and you can reference the DB from that.

You can also use cfcontent and store the JPG files out of the webroot.

Just a few ideas.

At 09:22 AM 7/13/2001 -0400, you wrote:
>Hey guys  wondering if any of you have any experience or tips on creating a
>members only webcam area type dealie using CF, et al.?  A possible client
>wants a members only site for webcams, and I can't quite figure out in my
>head how to go about doing something like that.  I mean, once you pay and
>log on once, what's to keep you from finding the source of the updated
>images and creating a hard link or script to it on your own computer,
>bypassing the whole cflogin routine.  CF does no good if someone's linking
>directly to the .jpg...  I'm sure there's something here that can be done,
>prob. with the actual server/file perms that I don't know about yet...
>Anyone?
>
>TIA
>geo



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to