WibboEmulator + Client websocket engine

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 53
  1. #31
    Member Kodamas is offline
    MemberRank
    Feb 2014 Join Date
    55Posts

    Re: WibboEmulator + Client websocket engine

    Quote Originally Posted by Gabri4 View Post
    what look code ?

  2. #32
    LETS REACH 666 POSTS?!!!! ImNotSatan is offline
    MemberRank
    Apr 2013 Join Date
    google.devLocation
    573Posts

    Re: WibboEmulator + Client websocket engine

    Why is the RC4 removed here?

  3. #33
    Apprentice MrPowa is offline
    MemberRank
    Mar 2014 Join Date
    8Posts

    Re: WibboEmulator + Client websocket engine

    good evening jason,
    I managed to run the client, however impossible to access the hotel, the problem of the famous 78%, block 78%.
    https://prnt.sc/np2dnj

  4. #34
    Apprentice Gabri4 is offline
    MemberRank
    May 2019 Join Date
    6Posts

    Re: WibboEmulator + Client websocket engine

    Quote Originally Posted by Kodamas View Post
    what look code ?
    I think the problem comes from the image extractor, you can share yours?

  5. #35
    Member Kodamas is offline
    MemberRank
    Feb 2014 Join Date
    55Posts

    Re: WibboEmulator + Client websocket engine

    Wait update

  6. #36
    Novice GregB is offline
    MemberRank
    May 2019 Join Date
    4Posts

    Re: WibboEmulator + Client websocket engine

    Hello, I have a problem with the habbo-imaging... https://gyazo.com/36533068b315b64bcd128350d19ee818 :/

  7. #37
    Member Kodamas is offline
    MemberRank
    Feb 2014 Join Date
    55Posts

    Re: WibboEmulator + Client websocket engine

    Quote Originally Posted by GregB View Post
    Hello, I have a problem with the habbo-imaging... https://gyazo.com/36533068b315b64bcd128350d19ee818 :/
    Hello, url ?

  8. #38
    Novice GregB is offline
    MemberRank
    May 2019 Join Date
    4Posts

    Re: WibboEmulator + Client websocket engine

    Hello, it's in localhost.. But it's the same problem with all look code

  9. #39
    Member Kodamas is offline
    MemberRank
    Feb 2014 Join Date
    55Posts

    Re: WibboEmulator + Client websocket engine

    Hello, I warn that I updated for WibboEmulator and Client Websocket

    -Update production for open source Habbo.swf ( https://github.com/JasonWibbo/HabboSwfOpenSource )
    -SoundManager for playing one or multi song
    -Chatlog
    -ignoreall cmd (the user is muted but without knowing it)
    -A lot of little fixe
    -and other stuff i forgot

    SQL Update:
    Code:
    CREATE TABLE `chatlogs` (  `id` int(11) NOT NULL AUTO_INCREMENT,  `user_id` int(11) NOT NULL,  `room_id` int(11) NOT NULL,  `user_name` varchar(200) NOT NULL,  `timestamp` double NOT NULL,  `message` varchar(150) NOT NULL,  `type` varchar(10) NOT NULL,  PRIMARY KEY (`id`),  KEY `user_id` (`user_id`),  KEY `room_id` (`room_id`),  KEY `timestamp` (`timestamp`),  FULLTEXT KEY `message` (`message`)) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;
    
    ALTER TABLE `users`ADD COLUMN `ignoreall`  enum('0','1') NOT NULL DEFAULT '0' AFTER `langue`;

  10. #40
    Apprentice Gabri4 is offline
    MemberRank
    May 2019 Join Date
    6Posts

    Re: WibboEmulator + Client websocket engine

    Quote Originally Posted by Kodamas View Post
    Wait update
    I think the problem comes from the image extractor, you can share yours?
    The image extractor of habbo-imaging

  11. #41
    Member Kodamas is offline
    MemberRank
    Feb 2014 Join Date
    55Posts

    Re: WibboEmulator + Client websocket engine

    Quote Originally Posted by Gabri4 View Post
    I think the problem comes from the image extractor, you can share yours?
    The image extractor of habbo-imaging
    Ah yes, try with this in php https://github.com/JasonWibbo/CompileSwf

    I will share my extractor in as3 later

  12. #42
    Premium | VIP kalle801 is offline
    MemberRank
    Jan 2010 Join Date
    428Posts

    Re: WibboEmulator + Client websocket engine

    hm, im getting this if i try to start the Server:
    Code:
    Fatal error during startup: System.ArgumentException: Spalte 'title_en' gehört nicht zu Tabelle
    .

  13. #43
    Member Kodamas is offline
    MemberRank
    Feb 2014 Join Date
    55Posts

    Re: WibboEmulator + Client websocket engine

    Quote Originally Posted by kalle801 View Post
    hm, im getting this if i try to start the Server:
    Code:
    Fatal error during startup: System.ArgumentException: Spalte 'title_en' gehört nicht zu Tabelle
    .
    Code:
    DROP TABLE IF EXISTS `catalog_promotions`;CREATE TABLE `catalog_promotions` (  `id` int(11) NOT NULL AUTO_INCREMENT,  `title` varchar(35) DEFAULT '',  `title_en` varchar(35) DEFAULT NULL,  `title_br` varchar(35) DEFAULT NULL,  `image` varchar(75) DEFAULT '',  `unknown` int(11) DEFAULT '0',  `page_link` varchar(35) DEFAULT '',  `parent_id` int(11) DEFAULT '0',  PRIMARY KEY (`id`)) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;INSERT INTO `catalog_promotions` VALUES ('1', 'Bienvenue sur le catalogue', 'Welcome to the catalog', 'Bem-vindo ao catálogo', 'catalogue/feature_cata_hort_acceuil.png?cache=3', '0', 'frontpage', '-1');INSERT INTO `catalog_promotions` VALUES ('2', 'Découvre les derniers mobis', 'Discover the latest mobis', 'Descubra o mais recente mobis', 'catalogue/feature_cata_hort_furni.png?cache=2', '0', 'Nouveauxmobis', '-1');INSERT INTO `catalog_promotions` VALUES ('3', 'Visite la boutique animaux', 'Visit the animal shop', 'Visite a loja de animais', 'catalogue/feature_cata_hort_pets.png?cache=4', '0', 'Wibboanimaux', '-1');INSERT INTO `catalog_promotions` VALUES ('4', 'Notre boutique des Rares', 'Our Rare Shop', 'Nossa loja rara', 'catalogue/feature_cata_hort_wp.png?cache=1', '0', 'wpmagot', '-1');

  14. #44
    Member Kodamas is offline
    MemberRank
    Feb 2014 Join Date
    55Posts

    Re: WibboEmulator + Client websocket engine

    Quote Originally Posted by Gabri4 View Post
    I think the problem comes from the image extractor, you can share yours?
    The image extractor of habbo-imaging
    With that you can recover all the images and binary file in good quality:
    https://github.com/JasonWibbo/ExtratorSwf ( Need flashdevelop https://www.flashdevelop.org/ )

  15. #45
    Novice GregB is offline
    MemberRank
    May 2019 Join Date
    4Posts

    Re: WibboEmulator + Client websocket engine

    Hi thanks you !
    Last edited by GregB; 09-06-19 at 01:44 AM.



Page 3 of 4 FirstFirst 1234 LastLast

Advertisement