Originally Posted by
mixster
Thank you's, but I was basing it primarily off your first post - I think a lot of people only skimmed through it and just wanted to restate it for their benefit.
It would probably be a smaller system when you think about it though - you would only need 2 tables (RS_Chars, users) then have several pages for: registration, request & return, moderation (referring to updating account info) and character submission. Amongst those, minimal php would actually be needed. Basic db insertion and checking for registration, simple searching and queries for request & return, simple query for moderation and simple insertion query for submitting chars.
I would say that the only step that would need some form of complex stuff would be to have a character and password encryption setup in case the site/database is compromised and then of course we move on the integrity of who has access to the site and how we can be sure that everything is safe while in their hands - if we were to have enough faith in them, then character and password encryption could always be avoided.