+ Validation styles for error, success and disabled states
+ on form controls.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This is an error message.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This is an success message.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Input Group
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ http://
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ File Input
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Checkboxes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Radio Buttons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Toggle switch input
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dropzone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/front/panel/server.php b/front/panel/server.php
new file mode 100644
index 0000000..c61bb31
--- /dev/null
+++ b/front/panel/server.php
@@ -0,0 +1,15 @@
+checkLogin()) {
+ header("Location: /login.php");
+ exit;
+}
+
+$path = $_GET["server"];
+
+if ($path == "create") {
+ die(file_get_contents("src/server/create.html"));
+}
+?>
\ No newline at end of file
diff --git a/front/panel/src/server/create.html b/front/panel/src/server/create.html
new file mode 100644
index 0000000..dfcec45
--- /dev/null
+++ b/front/panel/src/server/create.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+ Document
+
+
+
Hello World!
+
+
\ No newline at end of file
diff --git a/mcServ.db b/mcServ.db
index 725e58e..bf8bd0f 100644
Binary files a/mcServ.db and b/mcServ.db differ
diff --git a/tailadmin/src/create_server.html b/tailadmin/src/create_server.html
new file mode 100644
index 0000000..30d0b03
--- /dev/null
+++ b/tailadmin/src/create_server.html
@@ -0,0 +1,1563 @@
+
+
+
+
+
+
+
+ mcServ // Create Server
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Software
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Select Inputs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Textarea input field
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Please enter a message in the textarea.
+
+
+
+
+
+
+
+
+ Input States
+
+
+ Validation styles for error, success and disabled states
+ on form controls.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This is an error message.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This is an success message.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Input Group
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ http://
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ File Input
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Checkboxes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Radio Buttons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Toggle switch input
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dropzone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tailadmin/src/server.php b/tailadmin/src/server.php
new file mode 100644
index 0000000..e69de29
diff --git a/tmp/user_sessions/marc.json b/tmp/user_sessions/marc.json
index 938ccfe..e5697f6 100644
--- a/tmp/user_sessions/marc.json
+++ b/tmp/user_sessions/marc.json
@@ -1 +1 @@
-{"578":{"session_id":"1dbb7c9b5650f1aba796a7a6589952735e5f694dd7bd3389d9faff81b5c95358"}}
\ No newline at end of file
+{"528":{"session_id":"97733ecf9094cd46bf1236545016e423287a7fcb21a2154da354ee6c6f3153fe"}}
\ No newline at end of file