I just dumped your sql tables on your terribad game server.
-- MySQL dump 10.13 Distrib 5.1.30, for Win32 (ia32)
--
-- Host: xxx.xxx.xxx.xxx Database: d2oob
-- ------------------------------------------------------
-- Server version 5.1.30-community
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `buildlog`
--
DROP TABLE IF EXISTS `buildlog`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `buildlog` (
`ID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`race` tinyint(2) unsigned NOT NULL,
`class` tinyint(2) unsigned NOT NULL,
`ship` char(6) NOT NULL,
`turn` int(10) unsigned NOT NULL,
`ep` tinyint(2) unsigned NOT NULL,
`bpv` smallint(4) unsigned NOT NULL,
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `buildlog`
--
LOCK TABLES `buildlog` WRITE;
/*!40000 ALTER TABLE `buildlog` DISABLE KEYS */;
/*!40000 ALTER TABLE `buildlog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `buildrates`
--
DROP TABLE IF EXISTS `buildrates`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `buildrates` (
`ID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`race` tinyint(2) unsigned NOT NULL,
`season` char(6) NOT NULL,
`class` tinyint(2) unsigned NOT NULL,
`rate` tinyint(2) unsigned NOT NULL,
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `buildrates`
--
LOCK TABLES `buildrates` WRITE;
/*!40000 ALTER TABLE `buildrates` DISABLE KEYS */;
/*!40000 ALTER TABLE `buildrates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `costs`
--
DROP TABLE IF EXISTS `costs`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `costs` (
`class` tinyint(2) unsigned NOT NULL,
`cost` tinyint(2) unsigned NOT NULL,
PRIMARY KEY (`class`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `costs`
--
LOCK TABLES `costs` WRITE;
/*!40000 ALTER TABLE `costs` DISABLE KEYS */;
INSERT INTO `costs` VALUES (3,3),(4,5),(5,4),(6,6),(7,8),(8,6),(9,10),(10,11),(11,16),(0,1),(1,2),(2,0),(12,18),(13,7),(14,10),(15,12),(16,16),(17,0),(18,100),(19,0);
/*!40000 ALTER TABLE `costs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `econrunlog`
--
DROP TABLE IF EXISTS `econrunlog`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `econrunlog` (
`ID` int(10) unsigned NOT NULL,
`turnlastrun` int(10) unsigned NOT NULL,
PRIMARY KEY (`ID`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `econrunlog`
--
LOCK TABLES `econrunlog` WRITE;
/*!40000 ALTER TABLE `econrunlog` DISABLE KEYS */;
/*!40000 ALTER TABLE `econrunlog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `offmap`
--
DROP TABLE IF EXISTS `offmap`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `offmap` (
`race` tinyint(2) unsigned NOT NULL,
`ep_offmap` smallint(4) unsigned NOT NULL,
PRIMARY KEY (`race`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `offmap`
--
LOCK TABLES `offmap` WRITE;
/*!40000 ALTER TABLE `offmap` DISABLE KEYS */;
INSERT INTO `offmap` VALUES (0,12),(1,0),(2,12),(3,12),(4,10),(5,4),(6,0),(7,8),(8,0),(9,0),(10,0),(11,0),(12,0),(13,0),(14,0),(15,0);
/*!40000 ALTER TABLE `offmap` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `points`
--
DROP TABLE IF EXISTS `points`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `points` (
`race` tinyint(2) unsigned NOT NULL,
`points` smallint(4) NOT NULL,
PRIMARY KEY (`race`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `points`
--
LOCK TABLES `points` WRITE;
/*!40000 ALTER TABLE `points` DISABLE KEYS */;
INSERT INTO `points` VALUES (0,0),(1,0),(2,0),(3,0),(4,0),(5,0),(6,0),(7,0),(8,0),(9,0),(10,0),(11,0),(12,0),(13,0),(14,0),(15,0);
/*!40000 ALTER TABLE `points` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `settings`
--
DROP TABLE IF EXISTS `settings`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `settings` (
`settings_ID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`setting` varchar(45) NOT NULL,
`value` varchar(45) NOT NULL,
PRIMARY KEY (`settings_ID`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `settings`
--
LOCK TABLES `settings` WRITE;
/*!40000 ALTER TABLE `settings` DISABLE KEYS */;
INSERT INTO `settings` VALUES (1,'turnsperphase','576'),(2,'ep_capital','12'),(3,'ep_maj_planet','4'),(4,'ep_min_planet','2'),(5,'useshiplistep','1');
/*!40000 ALTER TABLE `settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ships`
--
DROP TABLE IF EXISTS `ships`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `ships` (
`ID` int(11) NOT NULL DEFAULT '0',
`LOCKED` datetime DEFAULT NULL,
`LOCKID` int(11) DEFAULT NULL,
`Owner` int(11) NOT NULL DEFAULT '0',
`IsInAuction` tinyint(1) NOT NULL DEFAULT '0',
`Race` int(11) NOT NULL DEFAULT '0',
`ClassType` int(11) NOT NULL DEFAULT '0',
`BPV` int(11) NOT NULL DEFAULT '0',
`EPV` int(11) NOT NULL DEFAULT '0',
`ShipClassName` varchar(255) NOT NULL DEFAULT '',
`TurnCreated` int(11) NOT NULL DEFAULT '0',
`Name` varchar(255) NOT NULL DEFAULT '',
`DamageSize` int(11) NOT NULL DEFAULT '0',
`Damage` blob NOT NULL,
`StoresSize` int(11) NOT NULL DEFAULT '0',
`Stores` blob NOT NULL,
`OfficersSize` int(11) NOT NULL DEFAULT '0',
`Officers` blob NOT NULL,
`Flags` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `ships`
--
LOCK TABLES `ships` WRITE;
/*!40000 ALTER TABLE `ships` DISABLE KEYS */;
/*!40000 ALTER TABLE `ships` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;