I think your version of the habbo.swf and the emu do not matchI did it now thanks, but i still got 76% when it is loading..
I changed the Habbo.swf ( Put Habbo.swf from PlusEMU into SWF Pack )
And i also used the cleandatabase.sql ...
Need help pls
I think your version of the habbo.swf and the emu do not match
Screen of the config of your BrainCMS and Config of your EMUDude im using the ( Habbo.swf ) from the PlusEmulator Folder and the SWF Pack of the site.
I matched everything. I checked up the Version, so i why is this still on 76% ...
I added the new emu / swf pack / habbo.swf , still not working..
Hello, can someone send me the cms_news Table. Because I try to send the news to the server, but does not work.
Thank you.
Hello, where can I find this file, to use?Use the cleandatabase.sql
-- ----------------------------
-- Table structure for cms_news
-- ----------------------------
DROP TABLE IF EXISTS `cms_news`;
CREATE TABLE `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 AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
sighHello, can someone send me the cms_news Table. Because I try to send the news to the server, but does not work.
Thank you.
When I try to send Word to the cms, right. But it appears not, unfortunately.Code:-- ---------------------------- -- Table structure for cms_news -- ---------------------------- DROP TABLE IF EXISTS `cms_news`; CREATE TABLE `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 AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
sigh
what do u mean??When I try to send Word to the cms, right. But it appears not, unfortunately.
Thanks for the help
Learn some PHP before setting up a retro. Who would even play on a hotel where the owner cant even figure out how to make minimal fixes to some code? Just do some research bro, search for the error ..Guy. When I go to the Administrative Panel to write a story, it appears that the newswas sent correctly. However, she does not appear on the home page of the cms.
NOTICE: UNDEFINED INDEX: DATE IN C:\XAMPP\HTDOCS\ADMINPAN\NEWS.PHP ON LINE 116
Learn some PHP before setting up a retro. Who would even play on a hotel where the owner cant even figure out how to make minimal fixes to some code? Just do some research bro, search for the error ..
Sent from my SM-G928F using Tapatalk
-- ----------------------------
-- Table structure for `cms_news`
-- ----------------------------
DROP TABLE IF EXISTS `cms_news`;
CREATE TABLE `cms_news` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(100) NOT NULL,
`image` varchar(100) NOT NULL DEFAULT '0',
`shortstory` text NOT NULL,
`longstory` text NOT NULL,
`author` varchar(100) NOT NULL DEFAULT 'Tom',
`date` int(11) NOT NULL DEFAULT '0',
`type` varchar(100) NOT NULL DEFAULT '1',
`roomid` varchar(100) NOT NULL DEFAULT '1',
`updated` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of cms_news
-- ----------------------------
INSERT INTO `cms_news` VALUES ('33', 'Welkom!', '../images/ts/accessories_general.gif', 'Welkom in RangoHotel!', '<p>Hallo Rango\'s!</p>\r\n<p>Welkom in een nieuw hotel!</p>\r\n<p>We zijn vanaf vandaag open (4-11-2015)</p>\r\n<p>&nbsp;</p>\r\n<p>Er komen snel events en&nbsp;sollicitaties aan.</p>\r\n<p>&nbsp;</p>\r\n<p>Mvg Tom</p>', 'Tom', '1449229241', '1', '1', '1');