I've finished a database that supports all features darkorbit currently has, the only thing that's missing is the item craft thing (which I plan to add in a near feature).
It's properly named (90% of columns have comments explaining what they are) and indexed (so
SELECT queries takes as little as possible).
Here it is:
[Only registered and activated users can see links. Click Here To Register...]
Use
Code:
php compiler.php > database.sql
to merge all the different sql files so it's ready to import through PHPMyAdmin.