descriptive files
This commit is contained in:
parent
251a5ba13a
commit
2194d3a03c
3 changed files with 32 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Flashii Sakura
|
||||||
|
|
||||||
|
_A backend that doesn't suck_
|
||||||
|
|
||||||
|
## What this will have
|
||||||
|
|
||||||
|
- Code that doesn't suck dick.
|
||||||
|
- All the (good) features of the old backend
|
||||||
|
- Templating!
|
||||||
|
- PDO!
|
||||||
|
|
||||||
|
Might even consider open-sourcing this but for now I'm keeping this private.
|
19
_developer_data/koishi.txt
Normal file
19
_developer_data/koishi.txt
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
Array
|
||||||
|
(
|
||||||
|
[username] => Koishi
|
||||||
|
[username_clean] => koishi
|
||||||
|
[password_hash] => mmDn534fv34zkv9EHVZimPcMO48mrhi+8al0DmxpqmNl5ZLlIK64ogVU3/l+mguk # Not hashed: WKL*y+dW!6WQ7N=9^h@m%yBfY-Lf8H!s
|
||||||
|
[password_salt] => lQu9FYA0c4/ZWG0DESaAGBSrOY08HFgH
|
||||||
|
[password_algo] => sha256
|
||||||
|
[password_iter] => 1000
|
||||||
|
[password_chan] => 1427737740
|
||||||
|
[email] => system@flashii.net
|
||||||
|
[group_main] => 1
|
||||||
|
[groups] => [1]
|
||||||
|
[register_ip] => 94.211.73.132
|
||||||
|
[last_ip] => 94.211.73.132
|
||||||
|
[regdate] => 1427737740
|
||||||
|
[lastdate] => 1427737740
|
||||||
|
[lastunamechange] => 1427737740
|
||||||
|
[profile_data] => []
|
||||||
|
)
|
1
description
Normal file
1
description
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Flashii Sakura
|
Reference in a new issue