|
The SiTeFiLo PHP script is a
The simpleauth package is a
his package can be used to
Snoop Catcher is a nifty
perfect solution for small
scheme for allowing users to
authenticate users against a
little utility that will
sites without SQL server
register a new account on a
MySQL database of user
help you keep tabs on anyone
which require user
website. The package uses
records.
It can verify
who is typing direct URL's
authentication, logging of
PHP sessions and a single
whether there is a record
to your non-public folders.
login attempts and encrypted
MySQL table to track users.
for an active user given the
Normally visitors would type
passwords for less than 100
The system is very, very
user name and password. If
your domain name, land on
users.
simple and aimed at
the authentication succeeds,
your home page and navigate
beginning PHP users who wish
it creates a record for a
from there. Snoopers instead
to learn how to allow
new session in another
will type in a domain name
multiple users to login on
database table.
The new
like
their own site. As such the
session identifier is set to
http://www.yoursite.com/i
scripts are documented
a session cookie. This
mages/ and if there's no
clearly with many comments
cookie can be verified in
index.php, index.html, or
so you can learn from the
subsequent accesses to
index.htm in that folder it
scripts.
determine whether the user
will display your entire
was previously authenticated
directory contents in their
and the session did not
browser. This is how hackers
expire.
This package can
and file stealers can gain
be used to authenticate
entry to your site by
users against a MySQL
preying on non-attended
database of user records.
directories.
By
It can verify whether
inserting the Snoop
there is a record for an
Catcher's index.php file
active user given the user
into your non-attended
name and password. If the
directories it will
authentication succeeds, it
automatically display an
creates a record for a new
"Unauthorized
session in another database
Access" message, their
table.
The new session
IP address and the date. It
identifier is set to a
will also log that
session cookie. This cookie
information as well as the
can be verified in
directory they tried to
subsequent accesses to
access into a MySQL database
determine whether the user
for viewing later via admin.
was previously authenticated
Ver. 1.1 allows banning of
and the session did not
IP's and reinstate IP's, CSV
expire.
download and password
protected admin.
Date: Jun, 04 2006 Date: Nov, 04 2006 Date: May, 14 2006 Date: Jul, 27 2006 |
|
This is a PHP class for
TopSecret is a PHP script to
With the unique Tribulant
User Authentication with
session management with
protect your pages from the
Login Script v1.0 you now
built in mailing list. This
database abstraction based
unauthorized users.
have the ability to protect
program contains an easy
on cookies and MySQL. Very
TopSecret uses a MySQL
pages on your website from
installer, admin area,
easy to use and very
database to store the
unauthorized access. If a
members area with members
useable. With this class,
user/password data.
It
user is not logged in, the
options such as profiles,
you may very quickly make
works entirely based on the
user will be redirected to a
mailing list password
user authentication with
HTTP authentication provided
secure login form in order
change. PHP, MYSQL required.
many features.
by PHP 3 and 4. So,
to login with a username and
TopSecret is basically a
a password.
In this
security program. Don't use
first release of the login
it to protect sensitive
script, there are many
data, like financial data.
useful features, though we
It runs on Linux and Windows
will be improving and
where PHP is installed as a
further developing the
service.
features of this script as
we move along.
Right now
this script uses PHP
sessions to identify the
login status of a user on
your site. A PHP session is
only valid for as long as
the browser window is open,
or for as long as sessions
are set to timeout in your
PHP configuration. A PHP
session timeout could be 30
minutes, 1 hour, etc...
depending on your PHP
configuration on your
server. This script will
soon support cookies as well.
Date: Dec, 14 2001 Date: Jan, 01 2002 Date: Dec, 17 2006 Date: Dec, 09 2002 |