// File storing and names Labels: > Users can add labels that inform others about something - content warning, unfinished content, etc. Image gallery: > Check if you can make a row of images > Custom screen to view all images that are loaded on a certain entry Topic settings page: > Topics can be public or private - (make an option for it and a function in the database) > Topic can be delete only by the owner Permissions: > Topic rules > User rules - (database table - id, user_id, topic_id, can_view, can_create, can_upload, can_edit_entries, can_edit_files, can_edit_topic, can_delete) Security: > CRSF securing and .html to .php (pretty much it, can try regenerating them after requests) > Check for XSS attacks > Secret Chinese input fields for bots > APPEND or INNERHTML vulnerability fixes - esc() and other > CHECK EVERYTHING ABOUT THESE - < and > (use .text instead .append to do that type script) > Passwords should have a limited other symbols - !@#$%^ and stuff Other: > Can view topic, file, entry source code > "Remember me" option > Version control? > CSS hell > Comment hell again!