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
Help (r63b) revcms Email is not valid
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="Jerry" data-source="post: 272863" data-attributes="member: 35321"><p>You know, try this..</p><p>[CODE]--</p><p>-- Rakenne taululle `cms_news`</p><p>--</p><p></p><p>CREATE TABLE IF NOT EXISTS `cms_news` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `title` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,</p><p> `shortstory` text COLLATE latin1_general_ci,</p><p> `longstory` text COLLATE latin1_general_ci,</p><p> `published` int(10) NOT NULL DEFAULT '0',</p><p> `image` varchar(255) COLLATE latin1_general_ci DEFAULT '/Public/Images/news/TS_Web60.png',</p><p> `campaign` int(1) NOT NULL DEFAULT '0',</p><p> `campaignimg` varchar(255) COLLATE latin1_general_ci NOT NULL,</p><p> `author` int(6) NOT NULL DEFAULT '1',</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=2 ;</p><p></p><p>--</p><p>-- Vedos taulusta `cms_news`</p><p>--</p><p></p><p>INSERT INTO `cms_news` (`id`, `title`, `shortstory`, `longstory`, `published`, `image`, `campaign`, `campaignimg`, `author`) VALUES</p><p>(1, 'Habboon Hotel', 'Welcome to the official test hotel to<br>Phoenix 3.0!<br><br>The hotel is due to open up on<br>Friday, 29th October', 'Well what have we here?', 0, '/Public/Images/news/TS_Web60.png', 0, '', 1);</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="Jerry, post: 272863, member: 35321"] You know, try this.. [CODE]-- -- Rakenne taululle `cms_news` -- CREATE TABLE IF NOT EXISTS `cms_news` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE latin1_general_ci DEFAULT NULL, `shortstory` text COLLATE latin1_general_ci, `longstory` text COLLATE latin1_general_ci, `published` int(10) NOT NULL DEFAULT '0', `image` varchar(255) COLLATE latin1_general_ci DEFAULT '/Public/Images/news/TS_Web60.png', `campaign` int(1) NOT NULL DEFAULT '0', `campaignimg` varchar(255) COLLATE latin1_general_ci NOT NULL, `author` int(6) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=2 ; -- -- Vedos taulusta `cms_news` -- INSERT INTO `cms_news` (`id`, `title`, `shortstory`, `longstory`, `published`, `image`, `campaign`, `campaignimg`, `author`) VALUES (1, 'Habboon Hotel', 'Welcome to the official test hotel to<br>Phoenix 3.0!<br><br>The hotel is due to open up on<br>Friday, 29th October', 'Well what have we here?', 0, '/Public/Images/news/TS_Web60.png', 0, '', 1); [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Help (r63b) revcms Email is not valid
Top