|
This authentication script
AuthClassed is a class,
User Authentication with
Pandora Security is a
allows you to protect any
written in PHP, to implement
built in mailing list. This
versatile user
number of pages via an
a simple authentification
program contains an easy
authentication script that
include. You will have to
scheme for database-oriented
installer, admin area,
allows you to create a
write the
webpages. Using AuthClassed
members area with members
hierarchy of user and
"protected" page
is as simple as putting a
options such as profiles,
webpage security. It will
into a function ( draw() )
single code line at the top
mailing list password
automatically redirect a
that prints out the contents
of the webpage you would
change. PHP, MYSQL required.
user back to the page they
of the protected page after
like to protect. AuthClassed
were trying to access if
a user has authenticated.
supports userprivileges and
they are granted permission
The log in information is
usergroups.
to see that page. It uses a
stored in a MySQL database,
hierarchy system to
and the passwords are stored
differentiate which users
as md5 hashes.
can modify or view certain
secure materials. Written in
PHP and JavaScript with a
mySQL backend.
Date: Dec, 18 2002 Date: Dec, 12 2002 Date: Dec, 09 2002 Date: Nov, 21 2002 |
|
XID is back with many new
Nifty Nerds Web
PHP-Authentication works like
mcPass allows you to very
advanced features. Now
Authentication Suite is a
the Tomcat authentication.
easily protect your secret
includes Admin panel with
set of scripts in PHP that
You give the source to
pages (admin, stats, ...)
many features, IP Ban, IP
allow you to set up and
authenticate against (DB,
with a login and password
Log, User info lookup,
implement authentication on
file, XML-RPC, etc.) and the
form. It's a simple file to
Change Users Info , and
a web site using PHP/MySQL
directories/files that shall
copy in the root directory
delete users. Users can
and cookie. This is mostly
be protected, and the class
of your site, and two lines
change almost all there
geared towards web
handles the rest. No
of code to paste at the top
login details. profiles are
developers who would like to
including of any call to a
of each page you want to
more advanced. A NEW
skip the coding. But it is a
class method on every page
protect. It requires MySQL.
settings menu lets you
great way to setup a website
is necessary. You can also
change the appearence of
with user authentication.
use it as if it was a
your site and password from
standard Auth-class, using a
anywhere. All failed
call to
attempts to login to admin
"isLoggedIn" on
area are logged for you to
every page that shall be
see. a new login engine for
protected.
more speed instead of using
the old method of storing
all accounts in one file.
Now uses cookies eliminating
the previus backdoor(change
username in addressbar).
Date: May, 28 2002 Date: May, 20 2002 Date: May, 15 2002 Date: Mar, 27 2002 |