RE: [PHP-DB] I need a User Authentication solution

2001-07-16 Thread Brian Grayless

I have been working on a multi-tier solution that is based off some of the
scripting found at phpbuilder.com. It works with Linux, Apache and MySQL, as
well as uses .htaccess to optionally authenticate, allowing you to
authenticate in multiple ways, depending on what kind of data you are
securing. It runs through SSL(optional) and encrypts password information
using the MD5 hash. It handles multiple groups of users, and site areas
etc...

David, if you are interested in this, let me know. It's almost done. 

Thanks,
Brian Grayless

-Original Message-
From: leo g. divinagracia iii [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 12:38 PM
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] I need a User Authentication solution


if you are using apache, you try the .htaccess file authorization
technique...

are you concerned about sending the username and password via plain text
through the wire?   if yes, then you may have to implement SSL on your
server...

David Coleman wrote:
 
 Hello,
 
 I'm looking for a complete User Authentication solution.  Kind of like
 the ASP solution listed below:
 

http://www.powerasp.com/content/code-snippets/advanced-password-protection.a
sp
 
 However, I'd like the solution to run on Linux w/ PHP and MySQL.
 
 Does anyone know of an off-the-shelf password protection script I
 could purchase? Or, can someone help me develop
 one.
 
 Thanks!
 
 -David
 
 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
Leo G. Divinagracia III
[EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DB] I need a User Authentication solution

2001-07-16 Thread Michael Rudel

Hi Brian,

... well, I think that there'll be a few people interesting in it,
me too. Why simply put it on phpclasses or the other well-known
source- and project-stores ??

If you don't want to do this, please let me know if you could mail
me this then.

TIA,
 Mike

Michael Rudel
- Web-Development, Systemadministration -

Besuchen Sie uns am 20. und 21. August 2001 auf der
online-marketing-düsseldorf in Halle 1 Stand E 16
___

Suchtreffer AG
Bleicherstraße 20
D-78467 Konstanz
Germany
fon: +49-(0)7531-89207-17
fax: +49-(0)7531-89207-13
e-mail: mailto:[EMAIL PROTECTED]
internet: http://www.suchtreffer.de
___



 -Original Message-
 From: Brian Grayless [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 16, 2001 3:33 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [PHP-DB] I need a User Authentication solution


 I have been working on a multi-tier solution that is based
 off some of the
 scripting found at phpbuilder.com. It works with Linux,
 Apache and MySQL, as
 well as uses .htaccess to optionally authenticate, allowing you to
 authenticate in multiple ways, depending on what kind of data you are
 securing. It runs through SSL(optional) and encrypts password
 information
 using the MD5 hash. It handles multiple groups of users, and
 site areas
 etc...

 David, if you are interested in this, let me know. It's almost done.

 Thanks,
 Brian Grayless

 -Original Message-
 From: leo g. divinagracia iii [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 12, 2001 12:38 PM
 Cc: [EMAIL PROTECTED]
 Subject: Re: [PHP-DB] I need a User Authentication solution


 if you are using apache, you try the .htaccess file authorization
 technique...

 are you concerned about sending the username and password via
 plain text
 through the wire?   if yes, then you may have to implement SSL on your
 server...

 David Coleman wrote:
 
  Hello,
 
  I'm looking for a complete User Authentication solution.
 Kind of like
  the ASP solution listed below:
 
 
 http://www.powerasp.com/content/code-snippets/advanced-passwor
d-protection.a
sp

 However, I'd like the solution to run on Linux w/ PHP and MySQL.

 Does anyone know of an off-the-shelf password protection script I
 could purchase? Or, can someone help me develop
 one.

 Thanks!

 -David

 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]

--
Leo G. Divinagracia III
[EMAIL PROTECTED]

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DB] I need a User Authentication solution

2001-07-12 Thread Rubanowicz, Lisa

http://www.phpsecurepages.f2s.com/
I have tried this and it works great.  I am very much a beginner so you
shouldn't have any problems, just read the README file thoroughly.
All the Best
Lisa

-Original Message-
From: David Coleman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 1:38 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] I need a User Authentication solution


Hello,

I'm looking for a complete User Authentication solution.  Kind of like
the ASP solution listed below:

http://www.powerasp.com/content/code-snippets/advanced-password-protection.a
sp

However, I'd like the solution to run on Linux w/ PHP and MySQL.

Does anyone know of an off-the-shelf password protection script I
could purchase? Or, can someone help me develop
one.

Thanks!

-David


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



Re: [PHP-DB] I need a User Authentication solution

2001-07-12 Thread leo g. divinagracia iii

if you are using apache, you try the .htaccess file authorization
technique...

are you concerned about sending the username and password via plain text
through the wire?   if yes, then you may have to implement SSL on your
server...

David Coleman wrote:
 
 Hello,
 
 I'm looking for a complete User Authentication solution.  Kind of like
 the ASP solution listed below:
 
 http://www.powerasp.com/content/code-snippets/advanced-password-protection.asp
 
 However, I'd like the solution to run on Linux w/ PHP and MySQL.
 
 Does anyone know of an off-the-shelf password protection script I
 could purchase? Or, can someone help me develop
 one.
 
 Thanks!
 
 -David
 
 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
Leo G. Divinagracia III
[EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]