Search results

  1. JayCustom

    Disable Navigator

    If he's trying to disable it to prevent people from being able to change to any room they want, this is a bad suggestion. Someone could just send the packets to teleport them to other rooms based on their ID and get around the front-end hiding it. They could also just set it to show in dev...
  2. JayCustom

    Pets issue

    Probably missing the column on pets_commands_data, since you're trying to execute a pet command. 1740354204 DROP TABLE IF EXISTS `pet_commands_data`; CREATE TABLE `pet_commands_data` ( `command_id` int(11) NOT NULL, `text` varchar(15) NOT NULL, `required_level` int(11) NOT NULL...
  3. JayCustom

    React App - Queueing State

    Thanks, I'll look into this
  4. JayCustom

    React App - Queueing State

    Its from everywhere, not specific to a certain IP, device or location.
  5. JayCustom

    React App - Queueing State

    I am using cloudflare. I had disabled cloudflare, which supposedly is supposed to bypass their network all together, and it didn't change the results....
  6. JayCustom

    React App - Queueing State

    I thought this was the issue. I upgraded the server from 2 to 4 cores, 4GB to 8GB of ram, 500mb bandwidth to 1GB. It's a very light-weight app that only a couple of users are utilizing at a time. 1735745858 I think its queueing from the client side. When using the chrome browser tool it shows...
  7. JayCustom

    React App - Queueing State

    I have an application that I've been running for awhile. I can't find any changes in my git history that would explain this issue. I haven't changed any configuration on the server either. My react application will get hung up where requests are stuck in a "queueing" state for 2-10 seconds. It...
  8. JayCustom

    Autogames

    not sure what you mean by gaming cabinets, but you can use wired alone to build auto games.
  9. JayCustom

    Rooms on a Habbo Roleplay

    no, the item ids would need to match your catalog and you would have to have all the same items. You could find a roleplay release pack and get the database but that would probably set your catalog back a long ways, you would have to re-add all the furniture. Might also be outdated or overused...
  10. JayCustom

    Habbo Retro Fansite Pull data in real time.

    You're selected on 'Errors', so if you're using console.log() in the javascript code you won't see it unless you toggle to logs. https://www.w3schools.com/jsref/met_console_log.asp
  11. JayCustom

    Habbo Retro Fansite Pull data in real time.

    Create some logs to the console after you assign CurrentArticleIndex, see what that logic is doing. Make sure the function is being called on the interval correctly.
  12. JayCustom

    How to run Plus Emu on Visual Code ?

    https://www.youtube.com/watch?v=DAsyjpqhDp4
  13. JayCustom

    Limited rares, how do they work?

    https://github.com/brenoepics/morningstar/blob/master/src/main/java/com/eu/habbo/habbohotel/catalog/CatalogLimitedConfiguration.java
  14. JayCustom

    How do you add a page in housekeeping?

    Hire a developer.
  15. JayCustom

    npm error in Atom CMS

    The build is fine, you probably have a misconfiguration.
  16. JayCustom

    How long does it take do these changes?

    Adding badges and text to the hotel page for VIP and others: Estimate: 2 hours Standardizing one language on all furniture and catalog: Estimate: 3-5 days (depending on the number of items and complexity) Fixing building stacks to avoid repetitive clicking: Estimate: 3 hours Fixing...
  17. JayCustom

    How long does it take do these changes?

    Why are you looking for an estimate on time? You have vastly different things in this list. This is highly dependent on your database and catalog. You could have a few hundred items requiring translation and fixing, or you could have thousands. This could take a day, a week, or even longer...
  18. JayCustom

    Novice confusion....

    - DB server: Google https://lmgpthat.com/render.html?search=What's%20the%20difference%20between%20the%20different%20database%20servers%3F - PHP: Google https://lmgpthat.com/render.html?search=What%20is%20PHP%20used%20for%3F -Composer: Google...
  19. JayCustom

    c# ASPNET rightclick event

    You could add an attribute to the button, such as: data-id="@Person.id" and then do something like this: document.addEventListener('DOMContentLoaded', function() { var buttonWithNameElements = document.querySelectorAll('.showNameOnClick')...
  20. JayCustom

    How to change Text colors?

    This CMS release was from 2014, it literally has myspace images. I could almost guarantee it has known exploits.
Top