Search results

  1. JayCustom

    Visual Studios

    Its in one of the db configuration tables or external texts / external override texts
  2. JayCustom

    what cms is this?

    Doesn't matter the CMS, it's all on the front end... You can rip any front end by just inspecting the element.
  3. JayCustom

    Add Furni Issue

    Did you change not only the item ID, but also the Sprite ID (this is what connects the furniture to the furnidata)
  4. JayCustom

    Plus Emu + RP Escort (need help)

    I'm not sure the correct method of coding the command, I mean there is multiple ways to code everything, but what I did was took the control and follow commands and merged them together with some minor changing to path finding to keep the police user on top of the escorting user. When police...
  5. JayCustom

    Help with the habbo TV, for Youtube video playing

    Convert to using websockets and build and html and css view of the TV screen and use websockets. The code in the swf is no longer supported by YouTube.
  6. JayCustom

    PureRP developers wanted

    What emulator? That CMS design is based off peak rp not really exclusive
  7. JayCustom

    Habbo UI Editor

    If you are using cloudflare you have to clear the cloudflare cache as well.
  8. JayCustom

    Habbo UI Editor

    Did you clear cache
  9. JayCustom

    Cosmic CMS + Morningstar

    You are either using the latest version of MySQL, or you're trying to authenticate with the latest version - one or the other is not supported.
  10. JayCustom

    [R63B] Avo Hotel Files

    Hello, Attached are the CMS, DB and EMU files for Avo. This was a project I worked on in 2019 and early 2020. In 5 months, flash is going to die out and I will have no purpose for these files. The emulator has a lot of added features from the Plus Emulator original release, including...
  11. JayCustom

    [R63B] Zova Hotel Files

    Hello, Attached are the CMS, DB and EMU files for Zova. This was a project I worked on in 2019 and early 2020. In 5 months, flash is going to die out and I will have no purpose for these files. The emulator has a lot of added features from the Plus Emulator original release, including...
  12. JayCustom

    Search Programmers for coding tools

    What languages ? You need to be more specific
  13. JayCustom

    Sultan's Throne [New LTD]

    This is part of the Indian collection and there were 2 LTD's released with it. Another LTD was the tiger. The whole collection was released in April https://devbest.com/threads/release-indian-2020-furni-pack.90333/
  14. JayCustom

    4th VIP?

    The Parent catalog page ID assigned to Ruby VIP, did not exist
  15. JayCustom

    4th VIP?

    Ranks are controlled under the Permission_Groups table Subscriptions are controlled under the Subscriptions table By default, users start off with rank 1, subscription 1 which means by registering they will have Silver VIP (As hr1 noted) Restarting the emulator or saying: update permissions...
  16. JayCustom

    [FluxEmu] Credits Balance Update

    In the emulator Habbo.cs file, I would change the Credits to be public property and in the set, method call a function that updates the credit balance in the database. This will resolve your issue.
  17. JayCustom

    Help With Youtube Tv Websocket? Arcturus Morningstar 2.3.1

    I believe there were changes on the youtube platform that broke this. In order to get it working you would have to decompile the swf, and edit the flash script to use the new youtube URL. I'm not sure what file you find the youtube loading in though. Most hotels are now using WebSockets, as you...
  18. JayCustom

    Enable Over Head

    RoomUserManager.cs the function where a room user enters the room, add a line If (Session.GetHabbo().Rank > X) Session.GetHabbo().Effects().AddEnable or whatever the function is to add the enable
  19. JayCustom

    Blocking "ß" letter on register

    PHP Regex A-Za-z0-9
  20. JayCustom

    [HELP] Adding Arcuturs MorningStar Furniture

    I release a furni generator that should work for both, it generates only the needed columns and the rest is auto populated. You can try it, may need to modify it slightly. It's written in C#.
Top