This is a PolyU EIE3117 project to design a security dating website which is for making friends. Users register and visit the dating website to find suitable friends and chat with new friends.
The detailed page of the website will be shown as a table below:
Category | Related page | Function |
---|---|---|
User Registration, Login and Logout | sign_up.php | - Registrar an account of the system - Common information: login id, nick name, email, password, birthday, gender, and description |
index.php | - Use id or email and password to login - Remember login status using cookie |
|
logout.php | User logout and delete cookie (if available) | |
Core function | home.php | This is the home page, and the user can:
|
user_list.php | Display all the users on the website | |
view_profile.php | View other user’s profile | |
message.php | Receive and send the message to the user's friends | |
User profile | profile.php | User can view user profile |
change_password.php | User can change user password | |
upload_profile_image.php | Users can upload user profile images | |
update_description.php | User can update user description |