Some people have asked why is their so many tables? So I've decided to show everyone the database structure.
Database Table Structure
mysql> show tables
-> ;
+---------------------+
| Tables_in_derek_asm |
+---------------------+
| accounts |
| applications |
| businesses |
| calendar |
| changes |
| claims |
| connections |
| crons |
| current |
| keys |
| logs |
| messages |
| notifications |
| purchases |
| rates |
| requests |
| sales |
| stocks |
| system |
| tickets |
| tracking |
| trades |
| updates |
| user_online |
+---------------------+
24 rows in set (0.10 sec)
Some more technical stuff I guess just breifly touching upon some questions
Password Security - We use a custom salt plus triple encryption.
IP storage - Logged for security, not released as per Privacy Policy.
Email stored why? - For resetting account password.
Country kept? - We're working on a portfolio system and gonna have country flags
What is stored when I log in? - We first store in the accounts database your latest Login time/date and latest IP, and also inserted into the administrative logs.
How are things organized (by ID or username) - All accounts are assigned a unique ID upon registration, this is used to match all other things you do on the site to your account, this also applies to businesses once they are made.
How long did this take to make in total hours? Uh not really sure tbh and to be even more honest we're not even at the full planned project as of so far its been a bit over a month and a half.
What database management software or webUI do you use? Command Prompt <3
Did you make the theme? No, I can't design for crap. Purchased off Themeforest.
Is their really 22 tables? 22 isn't really that many :P yes
How did u learn webDev? Self-Taught.
How do you(Teddy) make money off this? Never was about making money

Just looking to come up with a creative idea.
Can I have the source? Nope. Chuck Testa
If you have any other questions you can A) Keep asking me in Teamspeak like most of these did come from, B) MSN (ask for it in PM) C) either Argo Forum PM or ASM PM
Hope it clears things up