// load up the database
Configuration.Database.loadDB();
Logging.info("STARTUP", "Database loaded...");
// start a thread to save the database every five minutes.
util.startThread(new Thread(new DbThread())).start();
Logging.info("STARTUP", "Database thread started...");
// initialize the connection
InetAddress inetT;
if (Configuration.Config.get("localhost").toLowerCase().equals("any"))