http://prntscr.com/c6i7mu http://prntscr.com/c6i7qi
Okay und dann? Wars das ?
http://prntscr.com/c6i7mu http://prntscr.com/c6i7qi
Okay und dann? Wars das ?
Okay und http://prntscr.com/c6i6i9 wo da sind 3 felder
Okay hab aber 2, sorry für meine Dummheit
Die? Muss ich im Server oder Hoster eintragen
Danke dir ich hab nichts verstanden kenne mich 0 damit aus Aber brauche unbedingt einen Schutz.
Ja wenigstens etwas Schutz.
Hallo, liebe/r RetroTowner/in
Ich habe ein Problem, und zwar werde ich dauernt gedost. Ich bräuchte Hilfe bei CloudFlare wie bekomme ich das eingestellt. Bzw. wie/ wo bekomme ich einen kostenlosen DDos Schutz, war garantiert den Attacken abweicht.
Liebe Grüße: Quecksilber
Geht auch so, vielen dank
Okay hab einzelnd gemacht. Und was soll ich nach der items noch einfügen?
Erst löscht du navigator_publics und die rooms Tabelle, danach fügst du den SQL-Code ein, mit Navicat STRG + Q und den Code einfügen danach auf den grünen Play-Button drauf klicken.
Soll ich beide einfügen oder einzelnd.
Alles anzeigenLösche mal diese Tabellen: rooms und navigator_publics
und füge diese per Query/SQL ein:
Navigator Publics
Spoiler anzeigen
-- ----------------------------
-- Table structure for `navigator_publics`
-- ----------------------------
DROP TABLE IF EXISTS `navigator_publics`;
CREATE TABLE `navigator_publics` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ordernum` int(11) NOT NULL DEFAULT '1',
`bannertype` enum('0','1') NOT NULL COMMENT '0 = big, 1 = normal',
`caption` varchar(100) NOT NULL,
`image` text NOT NULL,
`image_type` enum('internal','external') NOT NULL DEFAULT 'internal',
`room_id` int(10) unsigned NOT NULL,
`category` enum('0','1') NOT NULL DEFAULT '0',
`category_parent_id` int(11) NOT NULL DEFAULT '-1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;-- ----------------------------
-- Records of navigator_publics
-- ----------------------------
INSERT INTO `navigator_publics` VALUES ('1', '1', '1', 'Hotel Reception', 'newbie_lobby', 'internal', '1', '0', '0');
INSERT INTO `navigator_publics` VALUES ('2', '3', '1', 'Theatredrome', 'theatredrome_xmas', 'internal', '2', '0', '0');
INSERT INTO `navigator_publics` VALUES ('3', '8', '1', 'The Orient', '', 'internal', '3', '0', '0');
INSERT INTO `navigator_publics` VALUES ('4', '6', '1', 'Picnic Area', 'picnic', 'internal', '4', '0', '0');
INSERT INTO `navigator_publics` VALUES ('5', '5', '1', 'Tea Room', 'tearoom', 'internal', '5', '0', '0');
INSERT INTO `navigator_publics` VALUES ('6', '7', '1', 'Dusty Lounge', 'dusty_lounge', 'internal', '6', '0', '0');
INSERT INTO `navigator_publics` VALUES ('7', '4', '1', 'Uber Cinema', 'habbo_cinema', 'internal', '7', '0', '0');Rooms
Spoiler anzeigen
-- ----------------------------
-- Table structure for `rooms`
-- ----------------------------
DROP TABLE IF EXISTS `rooms`;
CREATE TABLE `rooms` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`roomtype` enum('public','private') NOT NULL DEFAULT 'private',
`caption` varchar(100) NOT NULL DEFAULT 'Room',
`owner` varchar(75) NOT NULL DEFAULT '',
`description` varchar(255) NOT NULL DEFAULT '',
`category` int(11) NOT NULL DEFAULT '0',
`state` enum('open','locked','password') NOT NULL DEFAULT 'open',
`users_now` int(11) NOT NULL DEFAULT '0',
`users_max` int(11) NOT NULL DEFAULT '25',
`model_name` varchar(50) NOT NULL,
`public_ccts` varchar(50) NOT NULL DEFAULT '',
`score` int(11) NOT NULL DEFAULT '0',
`tags` varchar(100) NOT NULL DEFAULT '',
`icon_bg` int(11) NOT NULL DEFAULT '1',
`icon_fg` int(11) NOT NULL DEFAULT '0',
`icon_items` varchar(50) NOT NULL DEFAULT '',
`password` varchar(30) NOT NULL DEFAULT '',
`wallpaper` varchar(10) NOT NULL DEFAULT '0.0',
`floor` varchar(10) NOT NULL DEFAULT '0.0',
`landscape` varchar(10) NOT NULL DEFAULT '0.0',
`allow_pets` enum('0','1') NOT NULL DEFAULT '1',
`allow_pets_eat` enum('0','1') NOT NULL DEFAULT '0',
`allow_walkthrough` enum('0','1') NOT NULL DEFAULT '0',
`allow_hidewall` enum('0','1') NOT NULL DEFAULT '0',
`wallthick` int(1) NOT NULL DEFAULT '0',
`floorthick` int(1) NOT NULL DEFAULT '0',
`achievement` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;-- ----------------------------
-- Records of rooms
-- ----------------------------
INSERT INTO `rooms` VALUES ('1', 'public', 'Welcome Lobby', '', 'Where we give you a warm welcome to the hotel!', '0', 'open', '0', '50', 'newbie_lobby', 'hh_room_nlobby', '0', '', '1', '0', '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', '0', '0');
INSERT INTO `rooms` VALUES ('2', 'public', 'Theatredrome', '', 'For mass assemblies and gatherings.', '0', 'open', '0', '50', 'theater', 'hh_room_theater', '0', '', '1', '0', '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', '0', '0');
INSERT INTO `rooms` VALUES ('3', 'public', 'Club Orient', '', 'Come and relax, dance under the lights or chill out with a cup of tea in this oriental styled club.', '0', 'open', '0', '30', 'orient', 'hh_room_orient', '0', '', '1', '0', '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', '0', '0');
INSERT INTO `rooms` VALUES ('4', 'public', 'Picnic Area', '', 'Enjoy the ever-lasting summer sun with a fresh picnic, even in winter!', '0', 'open', '0', '50', 'picnic', 'hh_room_picnic', '0', '', '1', '0', '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', '0', '0');
INSERT INTO `rooms` VALUES ('5', 'public', 'Tea Room', '', 'Have a relaxing cup of fruit, herbal or even everyday tea in this Chinese themed tea house.', '0', 'open', '0', '30', 'tearoom', 'hh_room_tearoom', '0', '', '1', '0', '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', '0', '0');
INSERT INTO `rooms` VALUES ('6', 'public', 'Dusty Lounge', '', 'Origninally where the hotel air conditioning emptied its filters, this dusty, old void is now a beautifully decorated lounge!', '0', 'open', '0', '30', 'dusty_lounge', 'hh_room_dustylounge', '0', '', '1', '0', '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', '0', '0');
INSERT INTO `rooms` VALUES ('7', 'public', 'Cinema', '', 'Watch or perform, the choice is yours!', '0', 'open', '0', '50', 'cinema_a', 'hh_room_cinema', '0', '', '1', '0', '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', '0', '0');
Hallo, ich verstehe nicht
Wo soll ich diese Codes einfügen?
Bzw. ich soll die Navigator_Publics und Rooms löschen.??
Liebe Grüße: Quecksilber
Ich denke mal dein navigator_publics Tabelle ist leer, dort MUSS etwas drin stehen ansonsten kommt dieser Fehler.
Guten Morgen, Sonay
Vielen dank erstmal für deine Hilfe. Aber was soll ich jetzt tun?
Liebe Grüße: Quecksilber
Da steht ja schon mal was wichtiges im Emulator error.
Fehler wurde eingetragen exceptions.err Dort wo deine Emulator .exe ist muss es eine datei geben die exceptions.err heißt. Öffnen ganz nach unten Scrollen also neusten error log raus suchen und uns Mitteilen. Dann können iwr dir auch besser Helfen vllt. kannst du das Problem dann auch selber Lösen.Mfg.
at Phoenix.HabboHotel.Navigators.Class32.method_0(ServerMessage gclass5_0) in C:\Users\Administrator\Desktop\2123\Phoenix\HabboHotel\Navigators\Class32.cs:line 56
at Phoenix.HabboHotel.Navigators.Navigator.method_4(Int32 int_0, ServerMessage gclass5_0) in C:\Users\Administrator\Desktop\2123\Phoenix\HabboHotel\Navigators\Navigator.cs:line 130
at Phoenix.HabboHotel.Navigators.Navigator.method_5() in C:\Users\Administrator\Desktop\2123\Phoenix\HabboHotel\Navigators\Navigator.cs:line 143
at Phoenix.Communication.Messages.Navigator.Class288.method_0(GameClient class16_0, ClientMessage class18_0) in C:\Users\Administrator\Desktop\2123\Phoenix\Communication\Messages\Navigator\Class288.cs:line 10
at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0) in C:\Users\Administrator\Desktop\2123\Phoenix\HabboHotel\GameClients\GameClient.cs:line 499
8/16/2016 10:51:16 AM: Error: System.NullReferenceException: Object reference not set to an instance of an object.
at Phoenix.HabboHotel.Navigators.Class32.method_0(ServerMessage gclass5_0) in C:\Users\Administrator\Desktop\2123\Phoenix\HabboHotel\Navigators\Class32.cs:line 56
at Phoenix.HabboHotel.Navigators.Navigator.method_4(Int32 int_0, ServerMessage gclass5_0) in C:\Users\Administrator\Desktop\2123\Phoenix\HabboHotel\Navigators\Navigator.cs:line 130
at Phoenix.HabboHotel.Navigators.Navigator.method_5() in C:\Users\Administrator\Desktop\2123\Phoenix\HabboHotel\Navigators\Navigator.cs:line 143
at Phoenix.Communication.Messages.Navigator.Class288.method_0(GameClient class16_0, ClientMessage class18_0) in C:\Users\Administrator\Desktop\2123\Phoenix\Communication\Messages\Navigator\Class288.cs:line 10
at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0) in
C:\Users\Administrator\Desktop\2123\Phoenix\HabboHotel\GameClients\GameClient.cs:line 499
Aber vielen dank für deine Hilfe
Hallo, Label
Gefällt mir echt super, aber wie Mert_Coleman schon sagte, es ist ein wenig eintönig.
Liebe Grüße:
Quecksilber
Hallo, liebe/r RetroTowner/in
Mein Problem ist, sobald ich Einchecke klappt sonst alles gut gar keine Frage!
Aber sobald ich bei der Erwähnten rCMS, die Navigation im Client öffne.
Stürzt der Client ab.
Kurz davor wo ich gedost wurde ging aber alles wie zuvor.
Hier ein paar Screenshots, die ich für euch gemacht habe.
Client Normal: http://prntscr.com/c65oby
Client Absturz: http://prntscr.com/c65ohu
Emulator: http://prntscr.com/c65nq3
Ich hoffe, ihr könntet mir weiter helfen. Und ich hoffe ich hab's genau erläutert
Liebe Grüße: Quecksilber
Hallo liebe/r RetroTowner/in
Ich suche zurzeit ein gutes Content Management System für mein Hotel. Es muss Datenbank sowie Emulator und SWF vorhanden sein. Es muss IIS 7 + Webserver Kompatibel sein. Ich hoffe ihr könnt meinen Wunsch entgegen nehmen. Vielen dank im vorraus.
Lg. QueckSilber