Goto the login screen. On the right-hand side, it says the newest user is "*". Well, in PHP (Script Type), * is a wild card, as in anything can be there...
And if you go to the member's list, it's empty. Finally, try to make an account on HullBreach Online. It always gives all errors possible except the "invalid username" error works correctly...
Conclusion: I think that the database (Where all our users are saved) was renamed/moved and HullBreach Online has the old database info. If this is true, then we just wait for HullBreach (Owner, obviously) to find out and fix it. I'm done.
The problem involved (thankfully past tense) a missing connection between the "login" and the database. Whenever a username and password was entered, the system was returning nothing because the database being accessed was nonexistent. Attached to the login info were things like ship names, ship stats, etc, thus explaining why those items were missing; the fact that global information was also missing makes it appear that there were more interconnections than seemed obvious. Exactly why this happened, only the man with the PHP source knows, but I do speculate that something got deleted here or there, at best a typo. We now know that the fix was relatively easy.