Jop geht mal wieder nichts was muss ich machen ?
[PHX3.11.0] Was nun machen ?
-
-
-
Andere Phoenix 3.11-Datenbank.
-
Andere Phoenix 3.11-Datenbank.
schon versucht 3 mal -
SQL
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', `enable_cmd_redeempixels` enum('0','1') DEFAULT '1', `enable_cmd_redeemshells` enum('0','1') DEFAULT '1', `StaffPicksCategoryID` int(11) NOT NULL DEFAULT '8', `vipha_interval` double NOT NULL DEFAULT '1800', `viphal_interval` double NOT NULL DEFAULT '3600', `DisableOtherUsersToMovingOtherUsersToDoor` enum('1','0') NOT NULL DEFAULT '0') ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `server_settings` VALUES ('', '15', '25', '100', '1', '1', '1', '100', 'disabled', '1', '1', '1', '1', '0', '0', '0', '0', '1', '50', '1', '100000', '1', '1', '300', '1200', '1', '1', '1', '8', '1800', '3600', '0');
-
SQL
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', `enable_cmd_redeempixels` enum('0','1') DEFAULT '1', `enable_cmd_redeemshells` enum('0','1') DEFAULT '1', `StaffPicksCategoryID` int(11) NOT NULL DEFAULT '8', `vipha_interval` double NOT NULL DEFAULT '1800', `viphal_interval` double NOT NULL DEFAULT '3600', `DisableOtherUsersToMovingOtherUsersToDoor` enum('1','0') NOT NULL DEFAULT '0') ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `server_settings` VALUES ('', '15', '25', '100', '1', '1', '1', '100', 'disabled', '1', '1', '1', '1', '0', '0', '0', '0', '1', '50', '1', '100000', '1', '1', '300', '1200', '1', '1', '1', '8', '1800', '3600', '0');
Danke aber jetzt steht da statt points viewvip hier screen http://img5.fotos-hochladen.net/uploads/brca0jbnid43w.png -
- Offizieller Beitrag
Danke aber jetzt steht da statt points viewvip hier screen http://img5.fotos-hochladen.net/uploads/brca0jbnid43w.png
Könntest du jetzt Englisch, hättest du den Fehler schon.
-
Könntest du jetzt Englisch, hättest du den Fehler schon.
Würdest du deine dummen Sprüche lassen und ihm helfen, hätte er den Fehler schon.
SQLDROP TABLE IF EXISTS `permissions_ranks`;CREATE TABLE `permissions_ranks` ( `rank` int(1) unsigned NOT NULL, `cmd_update_permissions` enum('1','0') NOT NULL, `cmd_update_settings` enum('1','0') NOT NULL, `cmd_update_bots` enum('1','0') NOT NULL, `cmd_update_catalogue` enum('1','0') NOT NULL, `cmd_update_navigator` enum('1','0') NOT NULL, `cmd_update_items` enum('1','0') NOT NULL, `cmd_award` enum('1','0') NOT NULL, `cmd_coords` enum('1','0') NOT NULL, `cmd_override` enum('1','0') NOT NULL, `cmd_coins` enum('1','0') NOT NULL, `cmd_pixels` enum('1','0') NOT NULL, `cmd_ha` enum('1','0') NOT NULL, `cmd_hal` enum('1','0') NOT NULL, `cmd_freeze` enum('1','0') NOT NULL, `cmd_enable` enum('1','0') NOT NULL, `cmd_roommute` enum('1','0') NOT NULL, `cmd_setspeed` enum('1','0') NOT NULL, `cmd_masscredits` enum('1','0') NOT NULL, `cmd_globalcredits` enum('1','0') NOT NULL, `cmd_roombadge` enum('1','0') NOT NULL, `cmd_massbadge` enum('1','0') NOT NULL, `cmd_userinfo` enum('1','0') NOT NULL, `cmd_shutdown` enum('1','0') NOT NULL, `cmd_givebadge` enum('1','0') NOT NULL, `cmd_invisible` enum('1','0') NOT NULL, `cmd_ban` enum('1','0') NOT NULL, `cmd_superban` enum('1','0') NOT NULL, `cmd_roomkick` enum('1','0') NOT NULL, `cmd_roomalert` enum('1','0') NOT NULL, `cmd_mute` enum('1','0') NOT NULL, `cmd_unmute` enum('1','0') NOT NULL, `cmd_alert` enum('1','0') NOT NULL, `cmd_motd` enum('1','0') NOT NULL, `cmd_kick` enum('1','0') NOT NULL, `cmd_update_filter` enum('1','0') NOT NULL, `acc_anyroomrights` enum('1','0') NOT NULL, `acc_anyroomowner` enum('1','0') NOT NULL, `acc_supporttool` enum('1','0') NOT NULL, `acc_chatlogs` enum('1','0') NOT NULL, `acc_enter_fullrooms` enum('1','0') NOT NULL, `acc_enter_anyroom` enum('1','0') NOT NULL, `acc_restrictedrooms` enum('1','0') NOT NULL, `acc_unkickable` enum('1','0') NOT NULL, `acc_unbannable` enum('1','0') NOT NULL, `cmd_removebadge` enum('1','0') NOT NULL DEFAULT '0', `cmd_summon` enum('1','0') NOT NULL DEFAULT '0', `cmd_update_bans` enum('1','0') NOT NULL DEFAULT '0', `cmd_masspixels` enum('1','0') NOT NULL DEFAULT '0', `cmd_globalpixels` enum('1','0') NOT NULL DEFAULT '0', `cmd_sa` enum('1','0') NOT NULL DEFAULT '0', `receive_sa` enum('1','0') NOT NULL DEFAULT '0', `cmd_ipban` enum('1','0') NOT NULL DEFAULT '0', `floodtime` int(3) NOT NULL DEFAULT '30', `cmd_spull` enum('1','0') NOT NULL DEFAULT '0', `cmd_disconnect` enum('1','0') NOT NULL DEFAULT '0', `cmd_update_achievements` enum('1','0') NOT NULL DEFAULT '0', `ignore_friendsettings` enum('1','0') NOT NULL DEFAULT '0', `cmd_update_texts` enum('1','0') NOT NULL DEFAULT '0', `cmd_points` enum('1','0') NOT NULL DEFAULT '0', `cmd_teleport` enum('1','0') NOT NULL DEFAULT '0', `cmd_masspoints` enum('1','0') NOT NULL DEFAULT '0', `cmd_globalpoints` enum('1','0') NOT NULL DEFAULT '0', `cmd_empty` enum('1','0') NOT NULL DEFAULT '0', `wired_give_sql` enum('1','0') NOT NULL DEFAULT '0', `wired_give_badge` enum('1','0') NOT NULL DEFAULT '0', `wired_give_effect` enum('1','0') NOT NULL DEFAULT '0', `wired_give_award` enum('1','0') NOT NULL DEFAULT '0', `wired_give_send` enum('1','0') NOT NULL DEFAULT '0', `wired_give_credits` enum('1','0') NOT NULL DEFAULT '0', `wired_give_pixels` enum('1','0') NOT NULL DEFAULT '0', `wired_give_points` enum('1','0') NOT NULL DEFAULT '0', `wired_give_rank` enum('1','0') NOT NULL DEFAULT '0', `wired_cnd_roomusers` enum('1','0') NOT NULL DEFAULT '0', `wired_cnd_userhasachievement` enum('1','0') NOT NULL DEFAULT '0', `wired_cnd_userhasbadge` enum('1','0') NOT NULL DEFAULT '0', `wired_cnd_userhasvip` enum('1','0') NOT NULL DEFAULT '0', `wired_cnd_userhaseffect` enum('1','0') NOT NULL DEFAULT '0', `wired_cnd_userrank` enum('1','0') NOT NULL DEFAULT '0', `wired_cnd_usercredits` enum('1','0') NOT NULL DEFAULT '0', `wired_cnd_userpixels` enum('1','0') NOT NULL DEFAULT '0', `wired_cnd_userpoints` enum('1','0') NOT NULL DEFAULT '0', `wired_give_dance` enum('0','1') NOT NULL DEFAULT '0', `wired_give_respect` enum('0','1') NOT NULL DEFAULT '0', `wired_give_handitem` enum('0','1') NOT NULL DEFAULT '0', `cmd_userinfo_viewip` enum('0','1') NOT NULL DEFAULT '0', `wired_cnd_usergroups` enum('0','1') NOT NULL DEFAULT '0', `wired_cnd_wearing` enum('0','1') NOT NULL DEFAULT '0', `wired_cnd_carrying` enum('0','1') NOT NULL DEFAULT '0', `wired_give_alert` enum('0','1') NOT NULL DEFAULT '0', `ignore_roommute` enum('0','1') NOT NULL DEFAULT '0', `cmd_dance` enum('0','1') NOT NULL DEFAULT '0', `cmd_rave` enum('0','1') NOT NULL DEFAULT '0', `cmd_roll` enum('0','1') NOT NULL DEFAULT '0', `cmd_control` enum('0','1') NOT NULL DEFAULT '0', `cmd_makesay` enum('0','1') NOT NULL DEFAULT '0', `cmd_sitdown` enum('0','1') NOT NULL DEFAULT '0', `cmd_sleeped` enum('0','1') NOT NULL DEFAULT '0', `cmd_lay` enum('0','1') NOT NULL DEFAULT '1', `cmd_fly` enum('0','1') NOT NULL DEFAULT '0', `cmd_sellroom` enum('0','1') NOT NULL DEFAULT '1', `cmd_buyroom` enum('0','1') NOT NULL DEFAULT '1', `wired_give_wiredactived` enum('0','1') DEFAULT '0', `wired_cnd_wiredactived` enum('') DEFAULT NULL, `wired_unlimitedselects` enum('0','1') DEFAULT NULL, `cmd_push` enum('0','1') DEFAULT '0', `cmd_pull` enum('0','1') DEFAULT NULL, `cmd_flagme` enum('') DEFAULT NULL, `cmd_mimic` enum('0','1') DEFAULT '0', `cmd_moonwalk` enum('0','1') DEFAULT NULL, `cmd_follow` enum('0','1') DEFAULT NULL, `cmd_handitem` enum('0','1') DEFAULT '1', `cmd_startquestion` enum('0','1') DEFAULT NULL, `cmd_vipha` enum('0','1') DEFAULT '0', `cmd_spush` enum('0','1') DEFAULT '0', `cmd_roomeffect` enum('0','1') DEFAULT '0', `cmd_viphal` enum('0','1') DEFAULT '0', `acc_moveotheruserstodoor` enum('0','1') DEFAULT NULL, `cmd_kiss` enum('0','1') DEFAULT '1', `acc_staffpicks` enum('1','0') NOT NULL DEFAULT '0', `cmd_adm` enum('0','1') DEFAULT NULL, `cmd_xlr` enum('0','1') DEFAULT NULL, `cmd_mass_summon` enum('0','1') DEFAULT '0', PRIMARY KEY (`rank`), UNIQUE KEY `rank` (`rank`) USING BTREE) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ------------------------------ Records of permissions_ranks-- ----------------------------INSERT INTO `permissions_ranks` VALUES ('0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', null, null, '0', null, null, '0', null, '1', '1', null, '0', '0', '0', '0', null, '1', '0', null, null, '0');INSERT INTO `permissions_ranks` VALUES ('1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '1', '1', null, null, null, '1', '1', '', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0');INSERT INTO `permissions_ranks` VALUES ('2', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '1', '1', null, null, null, '1', '1', '', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0');INSERT INTO `permissions_ranks` VALUES ('3', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '1', '1', null, null, null, '1', '1', '', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '1', '0');INSERT INTO `permissions_ranks` VALUES ('4', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '1', '0', '1', '1', null, null, null, '1', '1', '', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0');INSERT INTO `permissions_ranks` VALUES ('5', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '1', '0', '0', '1', '1', '0', '1', '1', '1', '1', '1', '0', '0', '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '1', '0', '0', '1', '0', '1', '1', '1', '0', '1', '0', '1', '1', '0', '1', '1', '1', '1', '1', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '1', '0', '1', '1', null, null, null, '1', '1', '', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0');INSERT INTO `permissions_ranks` VALUES ('6', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '0', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '1', '1', '0', '1', '1', null, null, null, '1', '1', '', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', '1', '1');INSERT INTO `permissions_ranks` VALUES ('7', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '0', '0', '1', '1', '1', '1', '1', '1', null, null, null, '1', '1', '', '0', '1', '1', '0', '0', '1', '1', '1', '0', '0', '1', '1', '1', '1', '1');
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!