Skip to content

Open Polytechnic of NZ Assignment: BIT695 TM4 - Upgrade a website

Notifications You must be signed in to change notification settings

lxdnz254/BIT695_TM4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIT695 TM4

Open Polytechnic of NZ Assignment: BIT695 TM4 - Upgrade a website

by Alex McBride: Student Number - 4206960

Instructions

This repository features the completed assignment tasks for the course.

Assumptions in the project

We assume that the database is correctly installed and matched to the server. Access to the database can be altered at the file connect.php

To make this a secure website, authority pages/code needs to be implemented. As this is outside the scope of the assignment, I have allowed access to the admin pages from the main facing pages. Normal practice would require some form of verification and storing of login details via $_SESSION and php's password_hash(). For development in the future I have already already implemented the columns for storing passwords and admin codes in the 'players' table, although these are not necessary to run the project as it is.

Help

If the database needs to be restarted from afresh (i.e. a blank slate), the file reset_tables.sql contains the necessary code to implement this without destroying the tables.

The link to the admin pages is in the footer of the public facing webpages.