diff --git a/admin-tools/reset-all.php b/admin-tools/reset-all.php index b56d51d..64b8c81 100644 --- a/admin-tools/reset-all.php +++ b/admin-tools/reset-all.php @@ -59,7 +59,7 @@ foreach($files as $file){ // iterate files } -} + Echo "
" Echo "End of the reset page reached. Unless there are error messages above everything is reset!" diff --git a/admin-tools/return-to-admin-page.php b/admin-tools/return-to-admin-page.php index 6543569..0349841 100644 --- a/admin-tools/return-to-admin-page.php +++ b/admin-tools/return-to-admin-page.php @@ -1,5 +1,5 @@ Admin Task Completed"; -echo "

Click below to return to the admin tools page.

"; -echo 'Return to admin tools page'; +echo "

Click below to return to the Command Centre.

"; +echo 'Return to Command Centre'; ?> \ No newline at end of file diff --git a/base.php b/base.php index 8cdbc11..bb44e71 100644 --- a/base.php +++ b/base.php @@ -3,6 +3,7 @@ Loaded base

'; session_start(); $dbhost = "localhost"; // this will ususally be 'localhost', but can sometimes differ diff --git a/admin.php b/command-centre.php similarity index 90% rename from admin.php rename to command-centre.php index 92941c6..fe9eb66 100644 --- a/admin.php +++ b/command-centre.php @@ -3,12 +3,12 @@ - Assassins Mission Control + Assassins :: COMMAND CENTRE
-

Mission Control Admin Tools

+

Command Centre Admin Tools

Create users table

diff --git a/to-do.txt b/to-do.txt index d94c1f1..f6298de 100644 --- a/to-do.txt +++ b/to-do.txt @@ -1,5 +1,16 @@ - - Add function for hit list where after a given length of time anyone who hasn't already made a kill can be killed by anyone - Add a text log admin file recording who has killed who along with timestamps - Add an admin tool to kill a player and give their assassin a new target without incrementing their kill number - Add an admin tool to correct an erroneous kill - - (Potential) Add a new column to the table for the name of a player's killer + + +>> THINGS REQUIRING FIDDLING WITH THE TABLE STRUCTURE +------------------------------------------------------- + + - Add function for hit list where after a given length of time anyone who hasn't already made a kill can be killed by anyone + + This I want to be performed by Admins so there needs to be the following: + - A dropdown box containing the names of everyone who hadn't made a kill in the given length of time which will be used by players to report that they have killed one of those poor assassins + + This will probably require an extra column in the database tables + - An email will be sent to the target to inform them that they have allegedly been killed and they need to act fast to inform admins if this was not the case. + - An email will be sent to the admin to inform them that the target has allegedly been killed. + - The admin will need to be able to choose the names of the killer and target from two dropdown boxes of everyone playing (Alphabetised would probably be best?) and then click a buttom to submit that kill + - (Potential) Add a new column to the table for the name of a player's killer \ No newline at end of file