|
Simple Authorization Script,
Secure passwords will have
This was wrote as a basic
Simple, easy, quick, and
or SAS, is a php script
CAPS, lowercase, numbers and
model for authentication
effective. This script is a
which allows web pages to be
special characters in them,
users for perhaps an admin
simple script which will
password protected without
now you can add this
section on a website. Its
allow you to have a Members
the use of a database. It's
function to your site.
not Fort Knox but provides a
Only section on your website
simple to install and simple
basic and fairly secure
where only paid members get
to use. Simple Authorization
method authentication. I
access. Users pay for their
Script uses php and cookies
just needed a little auth
subscription and access
to password protect web
system to patch onto a few
through PayPal and once
pages. It doesn't require a
admin sections so maybe
payment is made, their
username to access the page,
someone else can find this
username, password, payment
only a password.
useful aswell. Feel free
info, and the url to the
to modify the code and let
Members Area are emailed to
me know if you have any
them. This is a very simple
comments. This may aswell
and basic script which will
help anyone whos learning
work on its own or you can
Cookies/Authentication in
easily integrate and easily
PHP. The SQL Dump is in
modify it to fit your
the sql folder and contains
specific needs. easily
2 tables. Once you have the
installation. ALL platforms,
DB details set in
requires MySql and PHP
config.inc.php you can
include the following in top
of your pages to check for
authentication : <?
include_once("inc/au
th.inc.php"); $user =
_check_auth($_COOKIE); ?>
Visit the URL for a demo
aswell if you wish.
Greets
x0x
Date: Jun, 17 2005 Date: Jun, 08 2005 Date: May, 31 2005 Date: May, 12 2005 |
|
New Version 1.2
Creates a
XSLS (eXtra Simple Login
This is a little class that
This script will deny web
secure members' area for
System) is a very simple
will allow you to do user
page access to all referrers
your site, which runs from
login script that allows you
authorization on your site.
except one pre-designated
an Invision Board member
to protect your web pages
It includes the ability to
URL. The visitor attempting
database. Allow users to use
with and user autentication
mail the user first and have
unauthorised access can be
a login universally
system, based in PHP
them follow a link back to
redirected to another page,
throughout your
sessions.
It does not
verify their signup. This
returned to the referring
website.
Simply add users
require database or external
includes a small db class to
page or the browser window
to the appropriate board
files. It it simple to
support the authorize class.
can be closed according to
usergroup, and their
configure and to use.
script configuration. No
password will work both on
script editing is required.
your forums, and on your
All configuration is
protected area. Tested with
performed through an
IB 1.3 +.
1 Line of code
easy-to-use web form. The
on any page that requires
custom-made script can then
protection is all you need
be added to the page to be
to add!
Now has support
protected, and the page
for passwords in all
uploaded to the server
cases.
This script now
without further amendment.
works with the new modified
versions of iPB, give it a
try.
Date: May, 01 2005 Date: Apr, 28 2005 Date: Apr, 19 2005 Date: Apr, 16 2005 |