From 05913eaee6be4a937cae3585f494efc59593364a Mon Sep 17 00:00:00 2001 From: bye Date: Sat, 11 Nov 2023 16:16:04 +0000 Subject: [PATCH] Bye Bye BCID-prototyping! --- .../5bc27beb-c8ab-420d-bdbc-055b37ae9e39.xml | 1574 ++-- .idea/id.iml | 11 + .idea/php.xml | 15 + account.php | 3 +- accounts_handler.php | 33 + admin.php | 19 + admin_initdatabase.php | 38 +- bcid_prototyping/index.html | 40 - bcid_prototyping/old/index.html | 55 - bcid_prototyping/old/profile.html | 49 - bcid_prototyping/old/sign-up.html | 127 - bcid_prototyping/old/styles/base.css | 126 - .../old/styles/font-awesome/LICENSE.txt | 165 - .../old/styles/font-awesome/css/all.css | 7937 ----------------- .../old/styles/font-awesome/css/all.min.css | 6 - .../old/styles/font-awesome/css/brands.css | 1516 ---- .../styles/font-awesome/css/brands.min.css | 6 - .../styles/font-awesome/css/fontawesome.css | 6360 ------------- .../font-awesome/css/fontawesome.min.css | 6 - .../old/styles/font-awesome/css/regular.css | 19 - .../styles/font-awesome/css/regular.min.css | 6 - .../old/styles/font-awesome/css/solid.css | 19 - .../old/styles/font-awesome/css/solid.min.css | 6 - .../styles/font-awesome/css/svg-with-js.css | 635 -- .../font-awesome/css/svg-with-js.min.css | 6 - .../styles/font-awesome/css/v4-font-face.css | 26 - .../font-awesome/css/v4-font-face.min.css | 6 - .../old/styles/font-awesome/css/v4-shims.css | 2194 ----- .../styles/font-awesome/css/v4-shims.min.css | 6 - .../styles/font-awesome/css/v5-font-face.css | 22 - .../font-awesome/css/v5-font-face.min.css | 6 - .../font-awesome/webfonts/fa-brands-400.ttf | Bin 186112 -> 0 bytes .../font-awesome/webfonts/fa-brands-400.woff2 | Bin 107460 -> 0 bytes .../font-awesome/webfonts/fa-regular-400.ttf | Bin 62048 -> 0 bytes .../webfonts/fa-regular-400.woff2 | Bin 25096 -> 0 bytes .../font-awesome/webfonts/fa-solid-900.ttf | Bin 397728 -> 0 bytes .../font-awesome/webfonts/fa-solid-900.woff2 | Bin 150472 -> 0 bytes .../webfonts/fa-v4compatibility.ttf | Bin 10136 -> 0 bytes .../webfonts/fa-v4compatibility.woff2 | Bin 4584 -> 0 bytes bcid_prototyping/old/styles/inputs.css | 115 - bcid_prototyping/old/styles/loginform.css | 111 - bcid_prototyping/old/styles/opencolor.css | 343 - bcid_prototyping/old/styles/profile.css | 49 - bcid_prototyping/old/styles/types.css | 16 - index.php | 13 +- reset_password.php | 36 +- signup.php | 17 +- styles/global.css | 15 +- 48 files changed, 966 insertions(+), 20786 deletions(-) create mode 100644 admin.php delete mode 100644 bcid_prototyping/index.html delete mode 100644 bcid_prototyping/old/index.html delete mode 100644 bcid_prototyping/old/profile.html delete mode 100644 bcid_prototyping/old/sign-up.html delete mode 100644 bcid_prototyping/old/styles/base.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/LICENSE.txt delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/all.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/all.min.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/brands.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/brands.min.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/fontawesome.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/fontawesome.min.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/regular.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/regular.min.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/solid.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/solid.min.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/svg-with-js.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/svg-with-js.min.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/v4-font-face.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/v4-font-face.min.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/v4-shims.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/v4-shims.min.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/v5-font-face.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/css/v5-font-face.min.css delete mode 100644 bcid_prototyping/old/styles/font-awesome/webfonts/fa-brands-400.ttf delete mode 100644 bcid_prototyping/old/styles/font-awesome/webfonts/fa-brands-400.woff2 delete mode 100644 bcid_prototyping/old/styles/font-awesome/webfonts/fa-regular-400.ttf delete mode 100644 bcid_prototyping/old/styles/font-awesome/webfonts/fa-regular-400.woff2 delete mode 100644 bcid_prototyping/old/styles/font-awesome/webfonts/fa-solid-900.ttf delete mode 100644 bcid_prototyping/old/styles/font-awesome/webfonts/fa-solid-900.woff2 delete mode 100644 bcid_prototyping/old/styles/font-awesome/webfonts/fa-v4compatibility.ttf delete mode 100644 bcid_prototyping/old/styles/font-awesome/webfonts/fa-v4compatibility.woff2 delete mode 100644 bcid_prototyping/old/styles/inputs.css delete mode 100644 bcid_prototyping/old/styles/loginform.css delete mode 100644 bcid_prototyping/old/styles/opencolor.css delete mode 100644 bcid_prototyping/old/styles/profile.css delete mode 100644 bcid_prototyping/old/styles/types.css diff --git a/.idea/dataSources/5bc27beb-c8ab-420d-bdbc-055b37ae9e39.xml b/.idea/dataSources/5bc27beb-c8ab-420d-bdbc-055b37ae9e39.xml index 62c64df..718f6a6 100644 --- a/.idea/dataSources/5bc27beb-c8ab-420d-bdbc-055b37ae9e39.xml +++ b/.idea/dataSources/5bc27beb-c8ab-420d-bdbc-055b37ae9e39.xml @@ -200,1055 +200,1055 @@ phpmyadmin|schema||phpmyadmin|localhost|TRIGGER|G phpmyadmin|schema||phpmyadmin|localhost|UPDATE|G 10.6.12 - - armscii8 - - - armscii8 - 1 - - - armscii8 - - - armscii8 - - - ascii - - - ascii - 1 - - - ascii - - - ascii - - - big5 - - + big5 1 - + big5 - + big5 - - binary - 1 + + big5 - - cp1250 - - - cp1250 - - - cp1250 - - - cp1250 - 1 - - - cp1250 - - - cp1250 - - - cp1250 - - - cp1251 - - - cp1251 - - - cp1251 - 1 - - - cp1251 - - - cp1251 - - - cp1251 - - - cp1251 - - - cp1256 - - - cp1256 - 1 - - - cp1256 - - - cp1256 - - - cp1257 - - - cp1257 - 1 - - - cp1257 - - - cp1257 - - - cp1257 - - - cp850 - - - cp850 - 1 - - - cp850 - - - cp850 - - - cp852 - - - cp852 - 1 - - - cp852 - - - cp852 - - - cp866 - - - cp866 - 1 - - - cp866 - - - cp866 - - - cp932 - - - cp932 - 1 - - - cp932 - - - cp932 - - - dec8 - - - dec8 - - + dec8 1 - + dec8 - - eucjpms + + dec8 - - eucjpms + + dec8 + + + cp850 1 - - eucjpms + + cp850 - - eucjpms + + cp850 - - euckr + + cp850 + + + hp8 + 1 + + + hp8 + + + hp8 + + + hp8 + + + koi8r + 1 + + + koi8r + + + koi8r + + + koi8r + + + latin1 + + + latin1 + 1 + + + latin1 + + + latin1 + + + latin1 + + + latin1 + + + latin1 + + + latin1 + + + latin1 + + + latin1 + + + latin2 + + + latin2 + 1 + + + latin2 + + + latin2 + + + latin2 + + + latin2 + + + latin2 + + + swe7 + 1 + + + swe7 + + + swe7 + + + swe7 + + + ascii + 1 + + + ascii + + + ascii + + + ascii + + + ujis + 1 + + + ujis + + + ujis + + + ujis + + + sjis + 1 + + + sjis + + + sjis + + + sjis + + + hebrew + 1 + + + hebrew + + + hebrew + + + hebrew + + + tis620 + 1 + + + tis620 + + + tis620 + + + tis620 euckr 1 - + euckr - + euckr - - gb2312 + + euckr - - gb2312 - 1 - - - gb2312 - - - gb2312 - - - gbk - - - gbk - 1 - - - gbk - - - gbk - - - geostd8 - - - geostd8 - 1 - - - geostd8 - - - geostd8 - - - greek - - - greek - 1 - - - greek - - - greek - - - hebrew - - - hebrew - 1 - - - hebrew - - - hebrew - - - hp8 - - - hp8 - 1 - - - hp8 - - - hp8 - - - keybcs2 - - - keybcs2 - 1 - - - keybcs2 - - - keybcs2 - - - koi8r - - - koi8r - 1 - - - koi8r - - - koi8r - - - koi8u - - + koi8u 1 - + koi8u - + koi8u - - latin1 + + koi8u - - latin1 - - - latin1 - - - latin1 - - - latin1 - - - latin1 - - - latin1 - - - latin1 - - - latin1 + + gb2312 1 - - latin1 + + gb2312 - - latin2 + + gb2312 - - latin2 + + gb2312 - - latin2 - - - latin2 + + greek 1 - - latin2 + + greek - - latin2 + + greek - - latin2 + + greek - - latin5 + + cp1250 + 1 - - latin5 + + cp1250 - + + cp1250 + + + cp1250 + + + cp1250 + + + cp1250 + + + cp1250 + + + gbk + 1 + + + gbk + + + gbk + + + gbk + + latin5 1 - + latin5 - - latin7 + + latin5 - - latin7 + + latin5 - - latin7 + + armscii8 1 - - latin7 + + armscii8 - - latin7 + + armscii8 - - latin7 + + armscii8 - - macce + + utf8mb3 + 1 - + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + utf8mb3 + + + ucs2 + 1 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + ucs2 + + + cp866 + 1 + + + cp866 + + + cp866 + + + cp866 + + + keybcs2 + 1 + + + keybcs2 + + + keybcs2 + + + keybcs2 + + macce 1 - + macce - + macce - - macroman + + macce - + macroman 1 - + macroman - + macroman - - sjis + + macroman - - sjis + + cp852 1 - - sjis + + cp852 - - sjis + + cp852 - - swe7 + + cp852 - - swe7 + + latin7 - - swe7 + + latin7 1 - - swe7 + + latin7 - - tis620 + + latin7 - - tis620 + + latin7 - - tis620 + + latin7 + + + utf8mb4 1 - - tis620 + + utf8mb4 - - ucs2 + + utf8mb4 - - ucs2 + + utf8mb4 - - ucs2 + + utf8mb4 - - ucs2 + + utf8mb4 - - ucs2 + + utf8mb4 - - ucs2 + + utf8mb4 - - ucs2 + + utf8mb4 - - ucs2 + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + utf8mb4 + + + cp1251 + + + cp1251 + + + cp1251 + + + cp1251 1 - - ucs2 + + cp1251 - - ucs2 + + cp1251 - - ucs2 + + cp1251 - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ucs2 - - - ujis - - - ujis - 1 - - - ujis - - - ujis - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - - utf16 - - + utf16 1 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - + utf16 - - utf16le + + utf16 - + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + + utf16 + + utf16le 1 - + utf16le - + utf16le - - utf32 + + utf16le - - utf32 + + cp1256 + 1 - - utf32 + + cp1256 - - utf32 + + cp1256 - - utf32 + + cp1256 - - utf32 + + cp1257 - - utf32 + + cp1257 - + + cp1257 + 1 + + + cp1257 + + + cp1257 + + utf32 1 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - + utf32 - - utf8mb3 + + utf32 - - utf8mb3 + + utf32 - - utf8mb3 + + utf32 - - utf8mb3 + + utf32 - - utf8mb3 + + utf32 - - utf8mb3 + + utf32 - - utf8mb3 + + utf32 - - utf8mb3 + + binary 1 - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb3 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 + + geostd8 1 - - utf8mb4 + + geostd8 - - utf8mb4 + + geostd8 - - utf8mb4 + + geostd8 - - utf8mb4 + + cp932 + 1 - - utf8mb4 + + cp932 - - utf8mb4 + + cp932 - - utf8mb4 + + cp932 - - utf8mb4 + + eucjpms + 1 - - utf8mb4 + + eucjpms - - utf8mb4 + + eucjpms - - utf8mb4 + + eucjpms - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - - utf8mb4 - - + + utf8mb3_general_ci + + + utf8mb4_general_ci + + + utf8mb3_general_ci + + 1 2023-11-10.19:39:44 2023-11-10.19:39:47 utf8mb4_general_ci - - utf8mb3_general_ci - - - utf8mb4_general_ci - - - utf8mb3_general_ci - utf8mb4_general_ci utf8mb3_general_ci - - + + localhost + + + localhost + + + localhost + + + + localhost + + + 100.12.43.1 - - - localhost - - - localhost - - - localhost - - - localhost - - +
InnoDButf8mb4_general_ci
- +
InnoDButf8mb4_general_ci
diff --git a/.idea/id.iml b/.idea/id.iml index 24643cc..f61ecb3 100644 --- a/.idea/id.iml +++ b/.idea/id.iml @@ -5,6 +5,17 @@ + + + + + + + + + + + diff --git a/.idea/php.xml b/.idea/php.xml index 7d11e4f..5e0063f 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -10,6 +10,21 @@