Dreamweaver CS3 & ADDT User Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

.:: Building Membership System ::.

2 posters

Go down

.:: Building Membership System ::. Empty .:: Building Membership System ::.

Post  waleedbarakat Sun Jul 13, 2008 4:54 pm

.:: Building Membership System ::.
Using DreamWeaver Cs3 and Adobe Developer toolbox.

waleed barakat
Table Of Contents
Tutorial Index

1. Setting up login info.

2. Registeration page.

3. Login page.

4. Forgot password page.

5. Active page.

> Online Demo.

> Download tutorial.


Hello everyone...
today in this tutorial we will learn how to build simple MemberShip system, simple using it, very complicated developing it, but using ADDT`s tools nothing is complicated, just follow some steps and directions then you will find it soooo easy either in development mode.

Plan the application:
-----------------------------
we just need to plan it up, so first thing is to know how many pages required for this application, which page the logged in user redirected to, is there is an access level will used with the app.? and so on.

Pages and folders required for this application:
----------------------------------------------------------------
1- login.php
2- register.php
3- forgot_passord.php
4- admin/index.php - the welcome page
5- users/index.php - the welcome page

- if you planning to use account activation there will be one more page "active.php".
- site root should look like iamge below:

Database structure:
---------------------------
database structure will be only one table storing the login information and will be:

*The user_usr table stores information regarding the user. Its fields are used for:
id_usr - primary key, provides the unique identifier for each record.
name_usr - the name and surname for each registered user.
password_usr - the password chosen at registration, stored encrypted.

active_usr - stores 1 or 0, to determine if the account was activated by the user. It is used to prevent creating fake accounts, as it uses the e-mail address to send the activation link.

level_usr - stores the access level for users. For this application, only 2 user levels will be defined:
0 - corresponds to regular user.
1 - for site administrators.

randomkey_usr - stores a randomly generated key, used for account activation, to prevent activating other accounts.
email_usr - stores the user e-mail address. It is also used as the username.
address_usr - stores the user's address. This will be used as shipping and billing address.

Go On Next step >>> "Configure Login Inforamtion"

waleedbarakat

Posts : 29
Join date : 2008-06-25

Back to top Go down

.:: Building Membership System ::. Empty No Tutorial

Post  bonowannabe Sat Sep 17, 2011 7:30 am

So where is the tutorial for this or am I being thick?
The link points to developer-online.com and not the next step of the tutorial.

bonowannabe

Posts : 1
Join date : 2011-09-17

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum