Guten Abend, ich suche ein Emulator für das TC CMS, habe schon welche ausprobiert zb Phoenix da steht "MaxPerRooms" gehört nicht zur Tabelle
Suche Emulator
-
-
-
- Offizieller Beitrag
Guten Abend, ich suche ein Emulator für das TC CMS, habe schon welche ausprobiert zb Phoenix da steht "MaxPerRooms" gehört nicht zur Tabelle
Du musst nur die Datenbank anpassen.
-
Du musst nur die Datenbank anpassen.
Habe ich bereits, aber da steht MaxRoomsPerUser gehört nicht zur Tabelle, könntest du mir eine passende Emulator schicken für das TC CMS?
-
Versuch mal das zu importieren:
Spoiler anzeigen
SQL
Alles anzeigenDROP TABLE IF EXISTS `server_settings`; CREATE TABLE `server_settings` ( `motd` text NOT NULL, `timer` int(11) NOT NULL DEFAULT '15', `pixels` int(11) NOT NULL DEFAULT '15', `pixels_max` int(15) NOT NULL DEFAULT '0', `credits` int(11) NOT NULL DEFAULT '75', `credits_max` int(15) NOT NULL DEFAULT '0', `points` int(11) NOT NULL DEFAULT '0', `points_max` int(15) NOT NULL DEFAULT '0', `enable_cmd_redeemcredits` enum('0','1') NOT NULL DEFAULT '1', `enable_cmd_redeempixels` enum('0','1') NOT NULL DEFAULT '1', `enable_cmd_redeemshells` enum('0','1') NOT NULL DEFAULT '1', `enable_chatlogs` enum('0','1') NOT NULL DEFAULT '1', `enable_roomlogs` enum('0','1') NOT NULL DEFAULT '1', `vipclothesforhcusers` enum('1','0') NOT NULL DEFAULT '1', `MaxRoomsPerUser` int(4) NOT NULL DEFAULT '50', `enable_externalchatlinks` enum('disabled','blacklist','whitelist') NOT NULL DEFAULT 'disabled', `enable_securesessions` enum('0','1') NOT NULL DEFAULT '1', `enable_cmdlogs` enum('0','1') NOT NULL DEFAULT '1', `allow_friendfurnidrops` enum('0','1') NOT NULL DEFAULT '1', `enable_antiddos` enum('0','1') NOT NULL DEFAULT '1', `MaxPetsPerRoom` int(2) NOT NULL DEFAULT '15', `MarketPlaceTax` int(2) NOT NULL DEFAULT '1', `MaxMarketPlacePrice` int(9) NOT NULL DEFAULT '10000', `unload_crashedrooms` enum('0','1') NOT NULL DEFAULT '1', `ShowUsersAndRoomsInAbout` enum('0','1') NOT NULL DEFAULT '1', `idlesleep` int(6) NOT NULL DEFAULT '300', `idlekick` int(6) NOT NULL DEFAULT '1200', `ip_lastforbans` enum('0','1') NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of server_settings -- ---------------------------- INSERT INTO `server_settings` VALUES ('Hotel-Alert Addet', '30', '0', '0', '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '100', 'whitelist', '1', '1', '1', '1', '20', '1', '500000', '1', '1', '300', '1200', '0');
-
Versuch mal das zu importieren:
Spoiler anzeigen
SQL
Alles anzeigenDROP TABLE IF EXISTS `server_settings`; CREATE TABLE `server_settings` ( `motd` text NOT NULL, `timer` int(11) NOT NULL DEFAULT '15', `pixels` int(11) NOT NULL DEFAULT '15', `pixels_max` int(15) NOT NULL DEFAULT '0', `credits` int(11) NOT NULL DEFAULT '75', `credits_max` int(15) NOT NULL DEFAULT '0', `points` int(11) NOT NULL DEFAULT '0', `points_max` int(15) NOT NULL DEFAULT '0', `enable_cmd_redeemcredits` enum('0','1') NOT NULL DEFAULT '1', `enable_cmd_redeempixels` enum('0','1') NOT NULL DEFAULT '1', `enable_cmd_redeemshells` enum('0','1') NOT NULL DEFAULT '1', `enable_chatlogs` enum('0','1') NOT NULL DEFAULT '1', `enable_roomlogs` enum('0','1') NOT NULL DEFAULT '1', `vipclothesforhcusers` enum('1','0') NOT NULL DEFAULT '1', `MaxRoomsPerUser` int(4) NOT NULL DEFAULT '50', `enable_externalchatlinks` enum('disabled','blacklist','whitelist') NOT NULL DEFAULT 'disabled', `enable_securesessions` enum('0','1') NOT NULL DEFAULT '1', `enable_cmdlogs` enum('0','1') NOT NULL DEFAULT '1', `allow_friendfurnidrops` enum('0','1') NOT NULL DEFAULT '1', `enable_antiddos` enum('0','1') NOT NULL DEFAULT '1', `MaxPetsPerRoom` int(2) NOT NULL DEFAULT '15', `MarketPlaceTax` int(2) NOT NULL DEFAULT '1', `MaxMarketPlacePrice` int(9) NOT NULL DEFAULT '10000', `unload_crashedrooms` enum('0','1') NOT NULL DEFAULT '1', `ShowUsersAndRoomsInAbout` enum('0','1') NOT NULL DEFAULT '1', `idlesleep` int(6) NOT NULL DEFAULT '300', `idlekick` int(6) NOT NULL DEFAULT '1200', `ip_lastforbans` enum('0','1') NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of server_settings -- ---------------------------- INSERT INTO `server_settings` VALUES ('Hotel-Alert Addet', '30', '0', '0', '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '100', 'whitelist', '1', '1', '1', '1', '20', '1', '500000', '1', '1', '300', '1200', '0');
Moin, da steht jetzt retro_texts existiert nicht.
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!