RE: Password Protected Directories...

2000-09-14 Thread Cameron Childress
Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 14, 2000 10:24 AM > To: [EMAIL PROTECTED] > Subject: Password Protected Directories... > > > Hi! > > I am using NT 4.0 with IIS 4.0 (Service Pack 6a). I have made a > sit

Re: Password Protected Directories...

2000-09-14 Thread Paul Underwood (massmail)
Hi >I am using NT 4.0 with IIS 4.0 (Service Pack 6a). I have made a site on my >server and I want to protect a particular directory with a user name and >password (I have all the administrator rights). Therefore, while browsing >a site no visitor can access this directory without supplying cor

Password Protected Directories...

2000-09-14 Thread [EMAIL PROTECTED]
Hi! I am using NT 4.0 with IIS 4.0 (Service Pack 6a). I have made a site on my server and I want to protect a particular directory with a user name and password (I have all the administrator rights). Therefore, while browsing a site no visitor can access this directory without supplying correc

Re: Password protected directories

2000-03-27 Thread David Cummins
I wrote a routine to grab random non-consecutive image names from a database. I won't go into detail over the code now, but the steps are as follows: 1. Choose a random number R. 2. Find the minimum distance between any ID number and R - using MIN(ABS(ID-R)) in SQL 3. Choose a single item whose

RE: Password protected directories

2000-03-27 Thread jstiefel
You can use ValueList(getids.id) to create a list of ids from the query, no need to loop for that. -Original Message- From: Vinicius Caldeira Carvalho [mailto:[EMAIL PROTECTED]] Sent: Monday, March 27, 2000 3:07 PM To: [EMAIL PROTECTED] Subject: Re: Password protected directories If

Re: Password protected directories

2000-03-27 Thread Vinicius Caldeira Carvalho
icius Carvalho -Mensagem original- De: Alexander Lamon <[EMAIL PROTECTED]> Para: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Data: Segunda-feira, 27 de Março de 2000 16:24 Assunto: RE: Password protected directories >Robert, > >Are the primary keys you refer to below consecutive

RE: Password protected directories

2000-03-27 Thread Alexander Lamon
Robert, Are the primary keys you refer to below consecutive *and* contiguous? If so, you can do something like this: select article from someTable; select article from someTable where ID = #randomID#; *However*, if you have gaps in the numbers like 1,2,3,7, this won't work for obv

Re: Password protected directories

2000-03-27 Thread Timothy C. Hill
altogether? Tim Hill - Original Message - From: Robert Everland III <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 27, 2000 11:38 AM Subject: RE: Password protected directories > Ok here is my problem, I have a database that has news articles. Now what > m

Re: Password protected directories

2000-03-27 Thread Timothy C. Hill
thats was it, thanks do you know if it will lockout multiple logins with the same username? Tim - Original Message - From: John Quarto-vonTivadar <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 27, 2000 10:57 AM Subject: Re: Password protected

RE: Password protected directories

2000-03-27 Thread Robert Everland III
Ok here is my problem, I have a database that has news articles. Now what my boss wants me to do is make it so the first feature story you see on the page is different each time you come on. It can be random and it can loop over once you have seen all the feature articles. The problem is t

Re: Password protected directories

2000-03-27 Thread John Quarto-vonTivadar
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 27, 2000 10:14 AM Subject: Password protected directories > I need a DLL plug-in for IIS that will help password protect a directory but > use browser authentication with an SQL or Access back-end. I have taken a > look at the o

Re: Password protected directories

2000-03-27 Thread Gordon Burns
At 10:14 27/03/00 -0500 Timothy C. Hill said >I need a DLL plug-in for IIS that will help password protect a directory but >use browser authentication with an SQL or Access back-end. I have taken a >look at the one over at Flicks.com (Authentix) , but I think I saw one that >was geared more to

Password protected directories

2000-03-27 Thread Timothy C. Hill
I need a DLL plug-in for IIS that will help password protect a directory but use browser authentication with an SQL or Access back-end. I have taken a look at the one over at Flicks.com (Authentix) , but I think I saw one that was geared more towards Cold Fusion on this list. I searched but couldn