Phoenix Emulator Problem! (3.0)

  • server_settings table:

    SQL
    SET FOREIGN_KEY_CHECKS=0;DROP 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',  `credits` int(11) NOT NULL DEFAULT '75',  `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('1','0') NOT NULL DEFAULT '1',  `enable_cmdlogs` enum('0','1') NOT NULL DEFAULT '1',  `allow_friendfurnidrops` enum('0','1') NOT NULL DEFAULT '1',  `enable_cmd_redeemcredits` enum('0','1') NOT NULL DEFAULT '1',  `points` int(11) NOT NULL DEFAULT '0',  `pixels_max` int(15) NOT NULL DEFAULT '0',  `credits_max` int(15) NOT NULL DEFAULT '0',  `points_max` int(15) NOT NULL DEFAULT '0',  `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=MyISAM DEFAULT CHARSET=latin1;INSERT INTO `server_settings` VALUES ('Mattersmine is king in programming. Change that in motd column', '15', '15', '75', '1', '1', '1', '50', 'disabled', '1', '1', '1', '1', '0', '0', '0', '0', '1', '15', '1', '10000', '1', '1', '300', '1200', '0');

    Einmal editiert, zuletzt von Mattersmine (24. Februar 2014 um 15:43)

  • Führe das als Query aus :

    wzfVqqG.png

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!