diff --git a/website/chargen.php b/website/chargen.php new file mode 100644 index 0000000..5527c39 --- /dev/null +++ b/website/chargen.php @@ -0,0 +1,35 @@ + + +Frontier II - Character Creation + + + +

Frontier II

+

Character Creation

+ +

NOTE: While the game is in early development, all characters +and events are OOC. When the starmap is done, basic system management, +and basic combat are done, all existing characters will be deleted and +the game will open for playing IC. + +

Certain character features (race, skills, starting empire) are not +fully implemented yet, so they will be set with default values for now. +Once the game goes IC, these features will be selectable during the +character creation process. + + +

Character Name:
+

"; + +echo $footer; + +mysqli_close($mysqli); + +?> + + diff --git a/website/chargen2.php b/website/chargen2.php new file mode 100644 index 0000000..7c3ddf7 --- /dev/null +++ b/website/chargen2.php @@ -0,0 +1,70 @@ + +

Frontier II

+

Character Creation

+

Error! That name + seems to be taken already. Please + try again. + "; + + } + +} else { // Form not filled out completely + + echo " +

Frontier II

+

Character Creation

+

Error! Either you didn't + fill something in right, or you left something blank. Please + try again. + "; + +} + +mysqli_close($mysqli); + +?> diff --git a/website/edituser.php b/website/edituser.php new file mode 100644 index 0000000..621b154 --- /dev/null +++ b/website/edituser.php @@ -0,0 +1,59 @@ + +Frontier II - Edit Settings + +

Frontier II

+

Edit Player Settings

+ +Real Name: $player_name
+ Username: $player_nick
+ Created: $player_create_date + +

+ To change your password, enter your current password, and then + your new password twice.
+ Old Password:
+ New Password:
+ Confirm New:
+
+ +

+ Registered Email:
+ Public Email: (optional)
+ Country: $player_country_id (not available)
+ Timezone: $player_tz_id (not available)
+ Comments:
+
+ "; + +} else { echo $gameseserr; } // Not logged in + +mysqli_close($mysqli); + +echo $footer; + +?> + + diff --git a/website/favicon.ico b/website/favicon.ico new file mode 100644 index 0000000..690e4b1 Binary files /dev/null and b/website/favicon.ico differ diff --git a/website/frontier.jpg b/website/frontier.jpg new file mode 100644 index 0000000..3e482d8 Binary files /dev/null and b/website/frontier.jpg differ