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 Releases
CMS Releases
[Release] Jays UberCMS Edit
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: 257328" data-attributes="member: 37842"><p>Here you go. Hope it works if not message me. <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p> </p><p>[CODE]-- Table structure for table `navigator_pubcats`</p><p>--</p><p></p><p>DROP TABLE IF EXISTS `navigator_pubcats`;</p><p>CREATE TABLE IF NOT EXISTS `navigator_pubcats` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `caption` varchar(100) NOT NULL,</p><p> `enabled` enum('0','1') NOT NULL DEFAULT '1',</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;</p><p></p><p>--</p><p>-- Dumping data for table `navigator_pubcats`</p><p>--</p><p></p><p>INSERT INTO `navigator_pubcats` (`id`, `caption`, `enabled`) VALUES</p><p>(1, 'Cafes and Restaurants', '1'),</p><p>(2, 'Lounges and Entertainment', '1'),</p><p>(3, 'Pubs and Clubs', '1'),</p><p>(4, 'Outside Spaces & Swimming Pools', '1');</p><p></p><p>-- --------------------------------------------------------[/CODE]</p></blockquote><p></p>
[QUOTE="Timothy, post: 257328, member: 37842"] Here you go. Hope it works if not message me. (: [CODE]-- Table structure for table `navigator_pubcats` -- DROP TABLE IF EXISTS `navigator_pubcats`; CREATE TABLE IF NOT EXISTS `navigator_pubcats` ( `id` int(11) NOT NULL AUTO_INCREMENT, `caption` varchar(100) NOT NULL, `enabled` enum('0','1') NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; -- -- Dumping data for table `navigator_pubcats` -- INSERT INTO `navigator_pubcats` (`id`, `caption`, `enabled`) VALUES (1, 'Cafes and Restaurants', '1'), (2, 'Lounges and Entertainment', '1'), (3, 'Pubs and Clubs', '1'), (4, 'Outside Spaces & Swimming Pools', '1'); -- --------------------------------------------------------[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[Release] Jays UberCMS Edit
Top