Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Phpmyadmin Problem
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Timothy" data-source="post: 262282" data-attributes="member: 37842"><p>Enter this sql;</p><p>[CODE]--</p><p>-- Table structure for table `server_settings`</p><p>--</p><p></p><p>CREATE TABLE IF NOT EXISTS `server_settings` (</p><p> `motd` text NOT NULL,</p><p> `timer` int(11) NOT NULL DEFAULT '15',</p><p> `pixels` int(11) NOT NULL DEFAULT '15',</p><p> `credits` int(11) NOT NULL DEFAULT '75',</p><p> `enable_chatlogs` enum('0','1') NOT NULL DEFAULT '1',</p><p> `enable_roomlogs` enum('0','1') NOT NULL DEFAULT '1',</p><p> `vipclothesforhcusers` enum('1','0') NOT NULL DEFAULT '1',</p><p> `MaxRoomsPerUser` int(4) NOT NULL DEFAULT '50',</p><p> `enable_externalchatlinks` enum('disabled','blacklist','whitelist') NOT NULL DEFAULT 'disabled',</p><p> `enable_securesessions` enum('1','0') NOT NULL DEFAULT '1',</p><p> `enable_cmdlogs` enum('0','1') NOT NULL DEFAULT '1',</p><p> `allow_friendfurnidrops` enum('0','1') NOT NULL DEFAULT '1',</p><p> `enable_cmd_redeemcredits` enum('0','1') NOT NULL DEFAULT '1',</p><p> `points` int(11) NOT NULL DEFAULT '0',</p><p> `pixels_max` int(15) NOT NULL DEFAULT '0',</p><p> `credits_max` int(15) NOT NULL DEFAULT '0',</p><p> `points_max` int(15) NOT NULL DEFAULT '0',</p><p> `enable_antiddos` enum('0','1') NOT NULL DEFAULT '1',</p><p> `MaxPetsPerRoom` int(2) NOT NULL DEFAULT '15',</p><p> `MarketPlaceTax` int(2) NOT NULL DEFAULT '1',</p><p> `MaxMarketPlacePrice` int(9) NOT NULL DEFAULT '10000',</p><p> `unload_crashedrooms` enum('0','1') NOT NULL DEFAULT '1',</p><p> `ShowUsersAndRoomsInAbout` enum('0','1') NOT NULL DEFAULT '1',</p><p> `idlesleep` int(6) NOT NULL DEFAULT '300',</p><p> `idlekick` int(6) NOT NULL DEFAULT '1200',</p><p> `ip_lastforbans` enum('0','1') NOT NULL DEFAULT '0'</p><p>) ENGINE=MyISAM DEFAULT CHARSET=latin1;</p><p></p><p>--</p><p>-- Dumping data for table `server_settings`</p><p>--</p><p></p><p>INSERT INTO `server_settings` (`motd`, `timer`, `pixels`, `credits`, `enable_chatlogs`, `enable_roomlogs`, `vipclothesforhcusers`, `MaxRoomsPerUser`, `enable_externalchatlinks`, `enable_securesessions`, `enable_cmdlogs`, `allow_friendfurnidrops`, `enable_cmd_redeemcredits`, `points`, `pixels_max`, `credits_max`, `points_max`, `enable_antiddos`, `MaxPetsPerRoom`, `MarketPlaceTax`, `MaxMarketPlacePrice`, `unload_crashedrooms`, `ShowUsersAndRoomsInAbout`, `idlesleep`, `idlekick`, `ip_lastforbans`) VALUES</p><p>('Benvenuto su SeasonsCms v2.1!\r\n\r\nQuesto Hotel utilizza la versione Premium! \r\n\r\n:D', 15, 150, 900, '1', '1', '1', 50, 'disabled', '0', '1', '1', '1', 0, 0, 0, 0, '1', 15, 1, 10000, '1', '1', 300, 1200, '1');</p><p></p><p>/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;</p><p>/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;</p><p>/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;[/CODE]</p><p>(You might have to change a few things on this <img src="/styles/default/xenforo/smilies/emojione/tongue.png" class="smilie" loading="lazy" alt=":p" title="Stick Out Tongue :p" data-shortname=":p" />)</p></blockquote><p></p>
[QUOTE="Timothy, post: 262282, member: 37842"] Enter this sql; [CODE]-- -- Table structure for table `server_settings` -- CREATE TABLE IF NOT EXISTS `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; -- -- Dumping data for table `server_settings` -- INSERT INTO `server_settings` (`motd`, `timer`, `pixels`, `credits`, `enable_chatlogs`, `enable_roomlogs`, `vipclothesforhcusers`, `MaxRoomsPerUser`, `enable_externalchatlinks`, `enable_securesessions`, `enable_cmdlogs`, `allow_friendfurnidrops`, `enable_cmd_redeemcredits`, `points`, `pixels_max`, `credits_max`, `points_max`, `enable_antiddos`, `MaxPetsPerRoom`, `MarketPlaceTax`, `MaxMarketPlacePrice`, `unload_crashedrooms`, `ShowUsersAndRoomsInAbout`, `idlesleep`, `idlekick`, `ip_lastforbans`) VALUES ('Benvenuto su SeasonsCms v2.1!\r\n\r\nQuesto Hotel utilizza la versione Premium! \r\n\r\n:D', 15, 150, 900, '1', '1', '1', 50, 'disabled', '0', '1', '1', '1', 0, 0, 0, 0, '1', 15, 1, 10000, '1', '1', 300, 1200, '1'); /*!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 */;[/CODE] (You might have to change a few things on this :P) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Phpmyadmin Problem
Top