Search results

  1. Joshhh

    HTTPS Mixed Content

    You might need to edit your Habbo.swf and edit the http and change it to https instead.
  2. Joshhh

    [REL] Gaming Furni 2018/Laundry furni 2018

    Gaming furni; https://mega.nz/#!MpJzkTyT!8YGXPPr9SRXu1m-rhbUr21nvjDPEMCfv-l_ESKnetN8
  3. Joshhh

    Ruby and gold horse statue not found in catalog_items

    The ID for that item I have got is; 5538. To find the item you look in the catalog_pages table. Then find the page name you want to look into, and then get that ID (Which is the first column); Once you've found that, you can run this as a query; SELECT * FROM catalog_items WHERE page_id =...
  4. Joshhh

    Error help!

    Run this as a query; ALTER TABLE `rooms` CHANGE `allow_pets` `allow_pets` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_pets_eat` `allow_pets_eat` INT(1) NOT NULL DEFAULT '0', CHANGE `room_blocking_disabled` `room_blocking_disabled` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_hidewall`...
  5. Joshhh

    Client loads to 76% then disconnects

    Make sure that your configs are correct Your external_variables, external_override_variables, and client.php. Also look in your emulator log files to see if there is any errors in there, if there is post them here, because that is probably stopping you from connecting. As well as that, make sure...
  6. Joshhh

    Avatar, Clothing and Furni Items Not Loading

    Fixed; I just edited his vars by editing the bottom line; productdata.load.url=http://localhost/swfs/gamedata/productdata/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae external.texts.txt=http://localhost/swfs/gamedata/external_flash_texts/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae...
  7. Joshhh

    Avatar, Clothing and Furni Items Not Loading

    Are you sure that there is no errors in the console in Inspect Element?
  8. Joshhh

    Avatar, Clothing and Furni Items Not Loading

    In your client.php your links have "localhost/swf", but in your recent vars it says "localhost/swfs". You need to make sure that your links are correct.
  9. Joshhh

    Avatar, Clothing and Furni Items Not Loading

    Have you edited your override variables? Located in /swf/gamedata/override
  10. Joshhh

    Avatar, Clothing and Furni Items Not Loading

    Is there any errors in the console? *Inspect Element Console*
  11. Joshhh

    Client black after changing hotel url

    Make sure that all the vars / configs are correct. Also make sure on the new domain that flash is enabled.
  12. Joshhh

    [ERROR] Failed to connect to the specified MySQL server.

    Like SaW said, make sure that your configs are correct in your config.ini in your emulator folder. "Failed to connect to the specified MySQL server" means that either the username / password / db is incorrect.
  13. Joshhh

    [Rel] RevCMS Vue Skin[Rel]

    Yes, that is the config file..
  14. Joshhh

    Plus EMU New Furnis dont Show

    Have you looked in the console for any errors? If so, what are they? Have you also added the correct furnidata for your furniture? furnidata.xml And also made sure that you have imported your furniture queries etc?
  15. Joshhh

    [New] How to make R63B Habbo Retro [Plus Emu] 100% Working!

    run that code in there, and click "run". Once you've done that retry importing your database.
  16. Joshhh

    https://image.prntscr.com/image/xdUzVzw8TK2Go61Ymy62Bw.png

    https://image.prntscr.com/image/xdUzVzw8TK2Go61Ymy62Bw.png
  17. Joshhh

    [New] How to make R63B Habbo Retro [Plus Emu] 100% Working!

    Run this; SET @@global.sql_mode= ''; Then try to re-import your db.
  18. Joshhh

    no orange 4 u

    no orange 4 u
  19. Joshhh

    Cut user head commands

    This is a AFK command, but you can easily change it to BRB if you want. using System; using System.Linq; using System.Text; using System.Collections.Generic; using Plus.Communication.Packets.Outgoing.Rooms.Avatar; using Plus.HabboHotel.Rooms; using Plus.HabboHotel.Items; using...
  20. Joshhh

    Cut user head commands

    Here's the full command. Just create a new class in the User > Fun folder using visual studio. using System; using Plus.HabboHotel.Rooms; using Plus.HabboHotel.GameClients; using Plus.Communication.Packets.Outgoing.Rooms.Chat; using System.Threading; namespace...
Top