Description: Requirements
- MySQL 3.x or later
- PHP 4+ with GD Library
- Apache Server
- Linux
How to Install
1. First create a mysql database (say phplogin) for a particular user name (say guest) and password ( say guest). Then give all previleges of database to the user.
2. Copy the following SQL to create a table and structure
CREATE TABLE `users` (
`id` int(20) NOT NULL auto_increment,
`full_name` varchar(200) collate latin1_general_ci NOT NULL default ,
`user_name` varchar(200) collate latin1_general_ci NOT NULL default ,
`user_pwd` varchar(200) collate latin1_general_ci NOT NULL default ,
`user_email` varchar(200) collate latin1_general_ci NOT NULL default ,
`activation_code` int(10) NOT NULL default 0 ,
`joined` date NOT NULL default 0000-00-00 ,
`country` varchar(100) collate latin1_general_ci NOT NULL default ,
`user_activated` int(1) NOT NULL default 0 ,
PRIMARY KEY (`id`)
)
3. Open dbc.php to edit mysql database name, user name and password.
- [Ajun] - personal touch version net, landing for
- [bbr1] - classic auction network, providing regis
- [onlinechatroom] - PHP prepared online chat rooms, includin
- [jspsourcecode] - This disc is
- [php] - php learning materials
- [yonghudenglu] - This file is written php with a simple u
- [user] - 1. Member Registration, Member Login 2.
- [UserReg] - User register and log in system. User PH
- [pojie1] - Dr.建站system self-help network Zhuceji, t
- [php_flash] - Written in a flash with php user registr
File list (Check if you may need any files):
php-login-script-v1.0
.....................\activate.php
.....................\bg4.PNG
.....................\dbc.php
.....................\forgot.php
.....................\login.php
.....................\logout.php
.....................\myaccount.php
.....................\pngimg.php
.....................\README.txt
.....................\register.php
.....................\settings.php
.....................\styles.css