From 0c47a9037da267d9c189ecff38f4daff1b5d79a8 Mon Sep 17 00:00:00 2001 From: flashwave Date: Mon, 6 Apr 2015 20:26:05 +0000 Subject: [PATCH] Begin work on session system and start work on Sock Chat auth. --- _developer_data/Sakura.php | 46 +++++++++++++++++++++++++++++++++ _sakura/components/Sessions.php | 42 ++++++++++++++++-------------- _sakura/components/Users.php | 4 +-- chat/.htaccess | 1 - chat/index.html | 1 - main/amutests.html | 13 ---------- 6 files changed, 71 insertions(+), 36 deletions(-) create mode 100644 _developer_data/Sakura.php delete mode 100644 chat/.htaccess delete mode 100644 chat/index.html delete mode 100644 main/amutests.html diff --git a/_developer_data/Sakura.php b/_developer_data/Sakura.php new file mode 100644 index 0000000..e0f8869 --- /dev/null +++ b/_developer_data/Sakura.php @@ -0,0 +1,46 @@ + 0, 'password_new' => '', 'email' => 'deleted@flashii.net', - 'group_main' => 0, - 'groups' => '[0]', + 'rank_main' => 0, + 'ranks' => '[0]', 'name_colour' => '', 'register_ip' => '127.0.0.1', 'last_ip' => '127.0.0.1', diff --git a/chat/.htaccess b/chat/.htaccess deleted file mode 100644 index 34dab00..0000000 --- a/chat/.htaccess +++ /dev/null @@ -1 +0,0 @@ -# Empty .htaccess to make git realise this directory exists \ No newline at end of file diff --git a/chat/index.html b/chat/index.html deleted file mode 100644 index 28b006d..0000000 --- a/chat/index.html +++ /dev/null @@ -1 +0,0 @@ -<wow aja i mean sock chat> \ No newline at end of file diff --git a/main/amutests.html b/main/amutests.html deleted file mode 100644 index 181213e..0000000 --- a/main/amutests.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Amu Style Tests - - - - - - \ No newline at end of file