-- MySQL dump 10.13 Distrib 5.5.33, for debian-linux-gnu (x86_64) -- -- Host: mcp1.db.10953667.hostedresource.com Database: mcp1 -- ------------------------------------------------------ -- Server version 5.5.36-34.2-log /*!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 `bgplugin` -- DROP TABLE IF EXISTS `bgplugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `bgplugin` ( `name` varchar(128) NOT NULL, `version` varchar(32) NOT NULL, `installed_ts` int(11) NOT NULL, `installed_files` text NOT NULL, `server_id` int(11) NOT NULL, `disabled` tinyint(4) NOT NULL, PRIMARY KEY (`server_id`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bgplugin` -- LOCK TABLES `bgplugin` WRITE; /*!40000 ALTER TABLE `bgplugin` DISABLE KEYS */; INSERT INTO `bgplugin` VALUES ('essentials','2.13.1',1397862451,'Essentials.jar:EssentialsAntiBuild.jar:EssentialsChat.jar:EssentialsProtect.jar:EssentialsSpawn.jar',6,0),('essentials','2.13.1',1397865043,'Essentials.jar:EssentialsAntiBuild.jar:EssentialsChat.jar:EssentialsProtect.jar:EssentialsSpawn.jar',4,0),('permissionsex','1.21.3',1398226290,'PermissionsEx.jar',11,0),('worldedit','5.6.2',1398226338,'CHANGELOG.txt:contrib/:contrib/craftscripts/:contrib/craftscripts/draw.js:contrib/craftscripts/maze.js:contrib/craftscripts/quickshot.js:contrib/craftscripts/README.txt:contrib/craftscripts/roof.js:contrib/craftscripts/SUBMITTING.txt:LICENSE.txt:WorldEdit.jar:README.html',11,0),('teams','1.2.1',1398270749,'Teams.jar',11,0),('clearlagg','2.6.3',1398364920,'Clearlag.jar',11,0),('worldguard','5.9',1398228955,'CHANGELOG.txt:contrib/:contrib/blacklist_table.sql:contrib/region_storage.sql:contrib/region_storage_update_20110325.sql:LICENSE.txt:WorldGuard.jar:README.html',11,0),('essentials','2.13.1',1398229589,'Essentials.jar:EssentialsAntiBuild.jar:EssentialsChat.jar:EssentialsProtect.jar:EssentialsSpawn.jar',11,0),('playervaults','3.4.5',1398229680,'PlayerVaults.jar',11,0); /*!40000 ALTER TABLE `bgplugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `command` -- DROP TABLE IF EXISTS `command`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `command` ( `id` int(11) NOT NULL AUTO_INCREMENT, `server_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, `level` int(11) NOT NULL DEFAULT '0', `prereq` int(11) NOT NULL DEFAULT '0', `chat` varchar(128) NOT NULL DEFAULT '', `response` varchar(128) NOT NULL DEFAULT '', `run` varchar(128) NOT NULL DEFAULT '', `hidden` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `server_id` (`server_id`,`name`), KEY `idx_cmd_chat` (`chat`), KEY `idx_cmd_name` (`name`), KEY `idx_cmd_server` (`server_id`), KEY `idx_cmd_svprereq` (`server_id`,`prereq`) ) ENGINE=MyISAM AUTO_INCREMENT=188 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `command` -- LOCK TABLES `command` WRITE; /*!40000 ALTER TABLE `command` DISABLE KEYS */; INSERT INTO `command` VALUES (100,6,'Stop if Empty',40,0,'','','builtin:stop_empty',0),(99,6,'Stop',40,0,'','','builtin:stop',0),(97,6,'Restart',40,0,'','','builtin:restart',0),(98,6,'Restart if Empty',40,0,'','','builtin:restart_empty',0),(96,6,'Create Backup',40,0,'','','builtin:backup',0),(95,6,'Say Player List',30,0,'saylist','','builtin:saylist',0),(94,6,'Player List',10,0,'list','','builtin:list',0),(93,6,'Date',10,0,'date','','builtin:date',0),(91,6,'Save World',30,0,'save','','builtin:save',0),(92,6,'Time',10,0,'time','','builtin:time',0),(90,6,'Admin Say',30,0,'asay','','builtin:asay',0),(89,6,'Summon Player',30,0,'summon','','builtin:summon',0),(66,4,'Stop if Empty',40,0,'','','builtin:stop_empty',0),(65,4,'Stop',40,0,'','','builtin:stop',0),(63,4,'Restart',40,0,'','','builtin:restart',0),(64,4,'Restart if Empty',40,0,'','','builtin:restart_empty',0),(62,4,'Create Backup',40,0,'','','builtin:backup',0),(61,4,'Say Player List',30,0,'saylist','','builtin:saylist',0),(60,4,'Player List',10,0,'list','','builtin:list',0),(59,4,'Date',10,0,'date','','builtin:date',0),(57,4,'Save World',30,0,'save','','builtin:save',0),(58,4,'Time',10,0,'time','','builtin:time',0),(56,4,'Admin Say',30,0,'asay','','builtin:asay',0),(55,4,'Summon Player',30,0,'summon','','builtin:summon',0),(54,4,'Teleport To',30,0,'tp','','builtin:tp',0),(53,4,'Give Item',30,0,'give','','builtin:give',0),(52,4,'Message of the Day',10,0,'motd','','',0),(67,4,'Start',40,0,'','','builtin:start',0),(68,4,'Teleport Other',40,0,'','','builtin:tp_other',0),(88,6,'Teleport To',30,0,'tp','','builtin:tp',0),(87,6,'Give Item',30,0,'give','','builtin:give',0),(86,6,'Message of the Day',10,0,'motd','','',0),(101,6,'Start',40,0,'','','builtin:start',0),(102,6,'Teleport Other',40,0,'','','builtin:tp_other',0),(131,8,'Restart',40,0,'','','builtin:restart',0),(130,8,'Create Backup',40,0,'','','builtin:backup',0),(129,8,'Say Player List',30,0,'saylist','','builtin:saylist',0),(128,8,'Player List',10,0,'list','','builtin:list',0),(127,8,'Date',10,0,'date','','builtin:date',0),(126,8,'Time',10,0,'time','','builtin:time',0),(125,8,'Save World',30,0,'save','','builtin:save',0),(124,8,'Admin Say',30,0,'asay','','builtin:asay',0),(123,8,'Summon Player',30,0,'summon','','builtin:summon',0),(122,8,'Teleport To',30,0,'tp','','builtin:tp',0),(121,8,'Give Item',30,0,'give','','builtin:give',0),(120,8,'Message of the Day',10,0,'motd','','',0),(132,8,'Restart if Empty',40,0,'','','builtin:restart_empty',0),(133,8,'Stop',40,0,'','','builtin:stop',0),(134,8,'Stop if Empty',40,0,'','','builtin:stop_empty',0),(135,8,'Start',40,0,'','','builtin:start',0),(136,8,'Teleport Other',40,0,'','','builtin:tp_other',0),(182,11,'Restart',40,0,'','','builtin:restart',0),(181,11,'Create Backup',40,0,'','','builtin:backup',0),(180,11,'Say Player List',30,0,'saylist','','builtin:saylist',0),(179,11,'Player List',10,0,'list','','builtin:list',0),(178,11,'Date',10,0,'date','','builtin:date',0),(177,11,'Time',10,0,'time','','builtin:time',0),(176,11,'Save World',30,0,'save','','builtin:save',0),(175,11,'Admin Say',30,0,'asay','','builtin:asay',0),(174,11,'Summon Player',30,0,'summon','','builtin:summon',0),(173,11,'Teleport To',30,0,'tp','','builtin:tp',0),(172,11,'Give Item',30,0,'give','','builtin:give',0),(171,11,'Message of the Day',10,0,'motd','','',0),(154,10,'Message of the Day',10,0,'motd','','',0),(155,10,'Give Item',30,0,'give','','builtin:give',0),(156,10,'Teleport To',30,0,'tp','','builtin:tp',0),(157,10,'Summon Player',30,0,'summon','','builtin:summon',0),(158,10,'Admin Say',30,0,'asay','','builtin:asay',0),(159,10,'Save World',30,0,'save','','builtin:save',0),(160,10,'Time',10,0,'time','','builtin:time',0),(161,10,'Date',10,0,'date','','builtin:date',0),(162,10,'Player List',10,0,'list','','builtin:list',0),(163,10,'Say Player List',30,0,'saylist','','builtin:saylist',0),(164,10,'Create Backup',40,0,'','','builtin:backup',0),(165,10,'Restart',40,0,'','','builtin:restart',0),(166,10,'Restart if Empty',40,0,'','','builtin:restart_empty',0),(167,10,'Stop',40,0,'','','builtin:stop',0),(168,10,'Stop if Empty',40,0,'','','builtin:stop_empty',0),(169,10,'Start',40,0,'','','builtin:start',0),(170,10,'Teleport Other',40,0,'','','builtin:tp_other',0),(183,11,'Restart if Empty',40,0,'','','builtin:restart_empty',0),(184,11,'Stop',40,0,'','','builtin:stop',0),(185,11,'Stop if Empty',40,0,'','','builtin:stop_empty',0),(186,11,'Start',40,0,'','','builtin:start',0),(187,11,'Teleport Other',40,0,'','','builtin:tp_other',0); /*!40000 ALTER TABLE `command` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `daemon` -- DROP TABLE IF EXISTS `daemon`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `daemon` ( `id` int(11) NOT NULL, `name` varchar(128) NOT NULL, `ip` varchar(128) NOT NULL DEFAULT '', `port` int(11) NOT NULL DEFAULT '25465', `token` varchar(128) NOT NULL, `memory` int(11) NOT NULL DEFAULT '0', `ftp_ip` varchar(128) NOT NULL DEFAULT '', `ftp_port` int(11) NOT NULL DEFAULT '21', PRIMARY KEY (`id`), KEY `idx_dmn_token` (`token`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `daemon` -- LOCK TABLES `daemon` WRITE; /*!40000 ALTER TABLE `daemon` DISABLE KEYS */; INSERT INTO `daemon` VALUES (1,'Multicraft Daemon','192.99.42.72',25465,'1_2251da90405144f8bcb85a89804f8938',8192,'192.99.42.72',23),(2,'Multicraft Daemon','192.99.42.111',25465,'2_67cfe45c813931d9d66fbf4261006ca1',8192,'192.99.42.111',23); /*!40000 ALTER TABLE `daemon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ftp_user` -- DROP TABLE IF EXISTS `ftp_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ftp_user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(128) NOT NULL, `password` varchar(128) NOT NULL, PRIMARY KEY (`id`), KEY `idx_fus_name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ftp_user` -- LOCK TABLES `ftp_user` WRITE; /*!40000 ALTER TABLE `ftp_user` DISABLE KEYS */; INSERT INTO `ftp_user` VALUES (1,'admin','$1$kqJSTwHQ$OSYVZWxD3yHkA3DCaXX6K0'),(2,'benoit','$1$Omt1swOr$cvFJK9svgnyO9S4UNQsrQ1'),(4,'nocdpc@yahoo.com','$1$67LXjziL$9HFzMDeu6i27uZ7KGHM.c1'),(5,'mcforbob123@hotmail.com','$1$gRvujfGx$2.Q11CBJBx.XXGyNWShRI0'),(6,'nicholas08012@gmail.com','$1$vUkeZDWv$lQPpN11rMEDAZyXWGZRYI/'),(7,'kyle_debrouwer@ymail.com','$1$ZIMJ/tiY$NtSOT8N5t.P49pdfK923T1'); /*!40000 ALTER TABLE `ftp_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ftp_user_server` -- DROP TABLE IF EXISTS `ftp_user_server`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ftp_user_server` ( `user_id` int(11) NOT NULL, `server_id` int(11) NOT NULL, `perms` varchar(16) NOT NULL DEFAULT 'elr', PRIMARY KEY (`user_id`,`server_id`), KEY `server_id` (`server_id`), KEY `idx_fussv_perms` (`perms`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ftp_user_server` -- LOCK TABLES `ftp_user_server` WRITE; /*!40000 ALTER TABLE `ftp_user_server` DISABLE KEYS */; INSERT INTO `ftp_user_server` VALUES (1,6,'elradfmw'),(4,6,'elradfmw'),(1,4,'elradfmw'),(5,8,'elradfmw'),(1,8,'elradfmw'),(6,10,'elradfmw'),(1,10,'elradfmw'),(7,11,'elradfmw'); /*!40000 ALTER TABLE `ftp_user_server` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `move_status` -- DROP TABLE IF EXISTS `move_status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `move_status` ( `server_id` int(11) NOT NULL, `src_dmn` int(11) NOT NULL, `dst_dmn` int(11) NOT NULL, `status` varchar(32) NOT NULL, `message` text NOT NULL, PRIMARY KEY (`server_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `move_status` -- LOCK TABLES `move_status` WRITE; /*!40000 ALTER TABLE `move_status` DISABLE KEYS */; /*!40000 ALTER TABLE `move_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `player` -- DROP TABLE IF EXISTS `player`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `player` ( `id` int(11) NOT NULL AUTO_INCREMENT, `server_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, `level` int(11) NOT NULL DEFAULT '0', `lastseen` varchar(128) NOT NULL DEFAULT '', `banned` varchar(128) NOT NULL DEFAULT '', `op` varchar(128) NOT NULL DEFAULT '', `status` varchar(128) NOT NULL DEFAULT '', `ip` varchar(128) NOT NULL DEFAULT '', `previps` varchar(128) NOT NULL DEFAULT '', `quitreason` varchar(128) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `server_id` (`server_id`,`name`), KEY `idx_plr_svname` (`server_id`,`name`), KEY `idx_plr_svstatus` (`server_id`,`status`), KEY `idx_plr_server` (`server_id`) ) ENGINE=MyISAM AUTO_INCREMENT=87 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `player` -- LOCK TABLES `player` WRITE; /*!40000 ALTER TABLE `player` DISABLE KEYS */; INSERT INTO `player` VALUES (5,4,'bcroca',1,'1397555231.17073','','','offline','101.166.50.79','101.166.50.79;','Cleanup'),(4,4,'eaglecounter1',1,'1398057094.39111','','','offline','63.227.82.93','63.227.82.93;','Cleanup'),(6,4,'Kyle54106',1,'1397856462.8714','','','offline','108.5.131.145','108.5.131.145;','Cleanup'),(7,4,'omon23',1,'1397639536.64482','','','offline','86.156.189.143','86.156.189.143;','Cleanup'),(9,6,'nocdpc@yahoo.com',50,'','','','offline','','','Cleanup'),(10,6,'eaglecounter1',1,'1397862595.43127','','','offline','63.227.82.93','63.227.82.93;','Cleanup'),(11,6,'JohnnyJoe2002',40,'1398040327.70773','','','offline','108.215.111.8','108.215.111.8;','Cleanup'),(12,6,'JoshM2007',40,'1397953365.85309','','','offline','unknown','108.215.111.8;','Cleanup'),(13,6,'ChuckNorrisNo1',30,'1398040223.16478','','','offline','108.215.111.8','108.215.111.8;','Cleanup'),(14,4,'ropepretzel986',1,'1397856451.07534','','','offline','71.238.195.80','71.238.195.80;','Cleanup'),(15,4,'kitigrl',1,'1397856435.17669','','','offline','69.245.84.155','69.245.84.155;','Cleanup'),(16,6,'[AFK]JohnnyJoe2002',1,'1397951115.70253','','','offline','unknown','','Cleanup'),(17,6,'[AFK]JoshM2007',1,'1397953022.04284','','','offline','unknown','','Cleanup'),(18,8,'mcforbob123@hotmail.com',50,'','','','offline','','','Cleanup'),(19,8,'blackicetf2',1,'1398066593.99496','','','offline','70.26.209.111','70.26.209.111;','Cleanup'),(20,10,'nicholas08012@gmail.com',50,'','','','offline','','','Cleanup'),(21,10,'xXBagleBoyXx',1,'1398136433.30033','','','offline','98.110.63.111','98.110.63.111;','Cleanup'),(22,10,'[23:16:36] [Server thread/INFO]: xXBagleBoyXx',1,'1398136596.59858','','','offline','98.110.63.111','98.110.63.111;','Cleanup'),(23,10,'[23:18:19] [Server thread/INFO]: eaglecounter1',1,'1398136699.56082','','','offline','63.227.82.93','63.227.82.93;','Cleanup'),(24,10,'[23:20:42] [Server thread/INFO]: BackInNam147',1,'1398136842.83334','','','offline','98.110.63.111','98.110.63.111;','Cleanup'),(25,10,'[23:37:12] [Server thread/INFO]: xXBagleBoyXx',1,'1398137832.36983','','','online','98.110.63.111','98.110.63.111;',''),(26,10,'[23:42:05] [Server thread/INFO]: BackInNam147',1,'1398138125.59576','','','online','98.110.63.111','98.110.63.111;',''),(27,10,'[23:43:56] [Server thread/INFO]: BackInNam147',1,'1398138236.91725','','','online','98.110.63.111','98.110.63.111;',''),(28,10,'[23:44:36] [Server thread/INFO]: BackInNam147',1,'1398138276.80926','','','online','98.110.63.111','98.110.63.111;',''),(29,10,'[09:44:29] [Server thread/INFO]: xXBagleBoyXx',1,'1398174269.64988','','','online','98.110.63.111','98.110.63.111;',''),(30,10,'[09:44:51] [Server thread/INFO]: BackInNam147',1,'1398174291.91461','','','online','98.110.63.111','98.110.63.111;',''),(31,10,'[10:53:36] [Server thread/INFO]: xXBagleBoyXx',1,'1398178416.87424','','','online','98.110.63.111','98.110.63.111;',''),(32,10,'[12:08:39] [Server thread/INFO]: xXBagleBoyXx',1,'1398182919.64697','','','online','98.110.63.111','98.110.63.111;',''),(33,10,'[14:37:29] [Server thread/INFO]: xXBagleBoyXx',1,'1398191849.47198','','','online','98.110.63.111','98.110.63.111;',''),(34,10,'[14:37:50] [Server thread/INFO]: BackInNam147',1,'1398191870.75502','','','online','98.110.63.111','98.110.63.111;',''),(35,10,'[15:53:33] [Server thread/INFO]: BackInNam147',1,'1398196413.66883','','','online','98.110.63.111','98.110.63.111;',''),(36,10,'[16:08:59] [Server thread/INFO]: BackInNam147',1,'1398197339.26006','','','online','98.110.63.111','98.110.63.111;',''),(37,10,'[16:27:31] [Server thread/INFO]: BackInNam147',1,'1398198451.91276','','','online','98.110.63.111','98.110.63.111;',''),(38,10,'[18:10:39] [Server thread/INFO]: xXBagleBoyXx',1,'1398204639.73701','','','online','98.110.63.111','98.110.63.111;',''),(39,10,'[18:11:21] [Server thread/INFO]: BackInNam147',1,'1398204681.47792','','','online','98.110.63.111','98.110.63.111;',''),(40,10,'[18:50:56] [Server thread/INFO]: BackInNam147',1,'1398207056.99399','','','online','98.110.63.111','98.110.63.111;',''),(41,10,'[19:24:56] [Server thread/INFO]: xXBagleBoyXx',1,'1398209096.39857','','','online','98.110.63.111','98.110.63.111;',''),(42,10,'[19:47:04] [Server thread/INFO]: xXBagleBoyXx',1,'1398210424.49975','','','online','98.110.63.111','98.110.63.111;',''),(43,10,'[19:56:59] [Server thread/INFO]: hevens',1,'1398211019.09085','','','online','98.110.55.122','98.110.55.122;',''),(44,10,'[20:02:12] [Server thread/INFO]: BackInNam147',1,'1398211332.09866','','','online','98.110.63.111','98.110.63.111;',''),(45,10,'[20:22:05] [Server thread/INFO]: xXBagleBoyXx',1,'1398212525.73659','','','online','98.110.63.111','98.110.63.111;',''),(46,10,'[21:03:09] [Server thread/INFO]: hevens',1,'1398214989.37365','','','online','98.110.55.122','98.110.55.122;',''),(47,10,'[21:12:31] [Server thread/INFO]: hevens',1,'1398215551.27745','','','online','98.110.55.122','98.110.55.122;',''),(48,10,'[21:20:58] [Server thread/INFO]: hevens',1,'1398216058.68448','','','online','98.110.55.122','98.110.55.122;',''),(49,10,'[21:21:58] [Server thread/INFO]: hevens',1,'1398216118.59411','','','online','98.110.55.122','98.110.55.122;',''),(50,10,'[21:42:25] [Server thread/INFO]: xXBagleBoyXx',1,'1398217345.38882','','','online','98.110.63.111','98.110.63.111;',''),(51,10,'[21:48:47] [Server thread/INFO]: BackInNam147',1,'1398217727.13647','','','online','98.110.63.111','98.110.63.111;',''),(52,10,'[22:20:02] [Server thread/INFO]: xXBagleBoyXx',1,'1398219602.83905','','','online','98.110.63.111','98.110.63.111;',''),(53,10,'[22:29:39] [Server thread/INFO]: hevens',1,'1398220179.18873','','','online','98.110.55.122','98.110.55.122;',''),(54,10,'[22:35:48] [Server thread/INFO]: BackInNam147',1,'1398220548.77944','','','online','98.110.63.111','98.110.63.111;',''),(55,10,'[23:25:56] [Server thread/INFO]: xXBagleBoyXx',1,'1398223556.2344','','','online','98.110.63.111','98.110.63.111;',''),(56,10,'[23:35:56] [Server thread/INFO]: xXBagleBoyXx',1,'1398224156.67732','','','online','98.110.63.111','98.110.63.111;',''),(57,11,'kyle_debrouwer@ymail.com',50,'','','','offline','','','Cleanup'),(58,10,'[23:58:41] [Server thread/INFO]: hevens',1,'1398225521.60919','','','online','98.110.55.122','98.110.55.122;',''),(59,11,'devilkyle77',40,'1398365054.54627','','','online','173.24.98.73','173.24.98.73;',''),(60,10,'[00:10:41] [Server thread/INFO]: hevens',1,'1398226241.61258','','','online','98.110.55.122','98.110.55.122;',''),(61,11,'Dym_Slow',1,'1398300455.19368','','','online','68.104.174.54','68.104.174.54;',''),(62,11,'TomFallion',1,'1398234982.87394','','','offline','70.65.48.21','70.65.48.21;','Cleanup'),(63,10,'[10:31:26] [Server thread/INFO]: xXBagleBoyXx',1,'1398263486.66659','','','online','98.110.63.111','98.110.63.111;',''),(83,10,'[21:13:07] [Server thread/INFO]: xXBagleBoyXx',1,'1398301987.44867','','','online','98.110.121.45','98.110.121.45;',''),(64,10,'[10:50:57] [Server thread/INFO]: BackInNam147',1,'1398264657.6142','','','online','98.110.63.111','98.110.63.111;',''),(65,10,'[11:51:16] [Server thread/INFO]: xXBagleBoyXx',1,'1398268276.85547','','','online','76.116.165.57','76.116.165.57;',''),(66,10,'[12:05:03] [Server thread/INFO]: BackInNam147',1,'1398269103.78858','','','online','98.110.63.111','98.110.63.111;',''),(67,10,'[14:48:08] [Server thread/INFO]: xXBagleBoyXx',1,'1398278888.14862','','','online','76.116.165.57','76.116.165.57;',''),(68,10,'[15:08:27] [Server thread/INFO]: xXBagleBoyXx',1,'1398280107.42519','','','online','76.116.165.57','76.116.165.57;',''),(69,10,'[15:09:03] [Server thread/INFO]: xXBagleBoyXx',1,'1398280143.21156','','','online','76.116.165.57','76.116.165.57;',''),(70,10,'[15:19:10] [Server thread/INFO]: xXBagleBoyXx',1,'1398280750.43514','','','online','76.116.165.57','76.116.165.57;',''),(71,10,'[15:29:09] [Server thread/INFO]: BackInNam147',1,'1398281349.33997','','','online','98.110.63.111','98.110.63.111;',''),(72,10,'[15:34:42] [Server thread/INFO]: hevens',1,'1398281682.23458','','','online','98.110.55.122','98.110.55.122;',''),(73,10,'[15:37:30] [Server thread/INFO]: BackInNam147',1,'1398281851.00499','','','online','98.110.63.111','98.110.63.111;',''),(74,4,'CrispyBacon02',1,'1398288133.63329','','','online','216.58.116.84','216.58.116.84;',''),(75,10,'[18:27:01] [Server thread/INFO]: BackInNam147',1,'1398292021.41585','','','online','98.110.63.111','98.110.63.111;',''),(76,10,'[18:57:53] [Server thread/INFO]: hevens',1,'1398293873.94349','','','online','98.110.55.122','98.110.55.122;',''),(77,10,'[19:10:30] [Server thread/INFO]: xXBagleBoyXx',1,'1398294630.56101','','','online','98.110.121.45','98.110.121.45;',''),(78,10,'[19:29:21] [Server thread/INFO]: hevens',1,'1398295761.63978','','','online','98.110.55.122','98.110.55.122;',''),(79,10,'[19:32:09] [Server thread/INFO]: hevens',1,'1398295929.88896','','','online','98.110.55.122','98.110.55.122;',''),(80,10,'[19:34:28] [Server thread/INFO]: hevens',1,'1398296068.93706','','','online','98.110.55.122','98.110.55.122;',''),(81,10,'[20:41:54] [Server thread/INFO]: hevens',1,'1398300114.84627','','','online','98.110.55.122','98.110.55.122;',''),(82,10,'[20:46:09] [Server thread/INFO]: BackInNam147',1,'1398300369.25509','','','online','98.110.63.111','98.110.63.111;',''),(84,10,'[22:10:10] [Server thread/INFO]: xXBagleBoyXx',1,'1398305410.19659','','','online','98.110.121.45','98.110.121.45;',''),(85,10,'[12:24:51] [Server thread/INFO]: BackInNam147',1,'1398356691.39787','','','online','98.110.63.111','98.110.63.111;',''),(86,10,'[15:35:50] [Server thread/INFO]: hevens',1,'1398368150.19504','','','online','98.110.55.122','98.110.55.122;',''); /*!40000 ALTER TABLE `player` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `schedule` -- DROP TABLE IF EXISTS `schedule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `schedule` ( `id` int(11) NOT NULL AUTO_INCREMENT, `server_id` int(11) NOT NULL, `scheduled_ts` int(11) NOT NULL, `last_run_ts` int(11) NOT NULL DEFAULT '0', `interval` int(11) NOT NULL DEFAULT '0', `name` varchar(64) NOT NULL DEFAULT '', `command` int(11) NOT NULL, `run_for` int(11) NOT NULL DEFAULT '0', `status` int(11) NOT NULL DEFAULT '0', `args` varchar(128) NOT NULL DEFAULT '', `hidden` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_sch_server_id` (`server_id`), KEY `idx_sch_scheduled_ts` (`scheduled_ts`), KEY `idx_sch_status` (`status`), KEY `idx_sch_statusts` (`status`,`scheduled_ts`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `schedule` -- LOCK TABLES `schedule` WRITE; /*!40000 ALTER TABLE `schedule` DISABLE KEYS */; /*!40000 ALTER TABLE `schedule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `server` -- DROP TABLE IF EXISTS `server`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `server` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(128) NOT NULL, `ip` varchar(128) NOT NULL DEFAULT '', `port` int(11) NOT NULL DEFAULT '25565', `dir` varchar(128) NOT NULL, `world` varchar(128) NOT NULL DEFAULT '', `players` int(11) NOT NULL, `memory` int(11) NOT NULL DEFAULT '0', `start_memory` int(11) NOT NULL DEFAULT '0', `jarfile` varchar(128) NOT NULL DEFAULT '', `autostart` varchar(128) NOT NULL DEFAULT '1', `default_level` int(11) NOT NULL DEFAULT '10', `daemon_id` int(11) NOT NULL DEFAULT '1', `announce_save` int(11) NOT NULL DEFAULT '1', `kick_delay` int(11) NOT NULL DEFAULT '3000', `suspended` int(11) NOT NULL DEFAULT '0', `autosave` int(11) NOT NULL DEFAULT '1', `jardir` varchar(16) NOT NULL DEFAULT 'daemon', PRIMARY KEY (`id`), KEY `idx_srv_daemon_id` (`daemon_id`), KEY `idx_srv_suspended` (`suspended`), KEY `idx_srv_deflevel` (`default_level`), KEY `idx_srv_dir` (`dir`), KEY `idx_srv_ip` (`ip`), KEY `idx_srv_name` (`name`), KEY `idx_srv_suspdmn` (`suspended`,`daemon_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `server` -- LOCK TABLES `server` WRITE; /*!40000 ALTER TABLE `server` DISABLE KEYS */; INSERT INTO `server` VALUES (6,'nocdpc@yahoo.com\'s Minecraft Server','192.99.42.72',25566,'server6','JohnnysWorld',80,2048,0,'MCPC+.jar','1',30,1,1,3000,0,1,'server_base'),(4,'Test Server','192.99.42.72',25565,'server4','',20,1536,0,'craftbukkit.jar','1',10,1,1,3000,0,1,'server'),(8,'mcforbob123@hotmail.com\'s Minecraft Server','192.99.42.72',25567,'server8','',10,256,0,'craftbukkit_beta.jar','1',10,1,1,3000,0,1,'server'),(11,'kyle_debrouwer@ymail.com\'s Minecraft Server','192.99.42.72',25568,'server11','',30,768,0,'craftbukkit_beta.jar','1',10,1,1,3000,0,1,'server'),(10,'nicholas08012@gmail.com\'s Minecraft Server','192.99.42.111',25592,'server10','',40,1024,0,'snapshot.jar','1',10,2,1,3000,0,1,'server'); /*!40000 ALTER TABLE `server` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `setting` -- DROP TABLE IF EXISTS `setting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `setting` ( `key` varchar(128) NOT NULL, `value` varchar(128) NOT NULL, PRIMARY KEY (`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `setting` -- LOCK TABLES `setting` WRITE; /*!40000 ALTER TABLE `setting` DISABLE KEYS */; INSERT INTO `setting` VALUES ('dbVersion','10'),('saveInterval','600000'),('maxChatLines','120'),('maxLogLines','120'),('keepBackupCount','3'),('serversPerPage','10'),('defaultServerName','Minecraft Server'),('defaultServerPlayers','8'),('defaultServerMemory','1024'),('defaultServerIp','2'),('defaultServerPort','25565'),('defaultServerStartMemory','0'),('updateChecks','1'),('anonStats','1'),('pingInterval','30000'),('pingTimeout',''),('crashRestartDelay','5000'),('userSaveDelay','120000'),('userBackupDelay','300000'),('resourceCheckInterval','1000'),('pongMode','0'),('rateLimit','30'),('pluginScanDelay','5000'),('savePlayerInfo','2'); /*!40000 ALTER TABLE `setting` 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 */; -- Dump completed on 2014-04-24 20:07:49