Search results

  1. JayCustom

    HylibCMS - ReactJS

    This isn't the same though. Setting a token to never expire is a security concern. If the token is stolen or compromised, you could login impersonating that user (your server would never invalidate after a certain amount of time). With a refresh token can use their current auth token (before...
  2. JayCustom

    HylibCMS - ReactJS

    Looks good. One optional improvement is updating the authentication to utilize a refresh token so users can stay logged in.
  3. JayCustom

    [Swf+.Nitro] Toxic Trophies

    This perfectly describes the remaining community. 😆
  4. JayCustom

    Razor JSON to list

    Instead of deserializing into a dynamic, pass in a list of person and deserialize directly to your list. var Persons = JsonConvert.DeserializeObject<List<Person>>(json);
  5. JayCustom

    |HELP| Websockets

    You can either modify the emulator (or there may be a setting) to downgrade from secure websocket protocol to the unsecured protocol Or You can get an SSL certificate and secure your websocket connection (preferred)
  6. JayCustom

    Recruiting Recruiting numerous retro roles!

    The market is definitely not the same. Every year the retro community shrinks (since most of us are all getting older) and those that are left really make the community toxic. Goodluck though.
  7. JayCustom

    Looking for Help

    Read the GitHub read me, literally gives you instructions.
  8. JayCustom

    Help with Localhost!

    This is RevCMS which is old and outdated. You need to use old versions of PHP, you most likely have updated your PHP version to 7 or higher which has deprecated mysql functions. PHP now utilizes mysqli.
  9. JayCustom

    ¿PlusEmu or Nitro?

    Nitro isn't an emulator it's a front end to replace flash.
  10. JayCustom

    Is it possible?

    https://git.krews.org/nitro/nitro-converter
  11. JayCustom

    Toggle State Wired - Not Toggling Counters?

    Sounds like to me, when you changed the CMS you updated something with the item definitions
  12. JayCustom

    Toggle State Wired - Not Toggling Counters?

    What changed yesterday? Did you do an update to the emulator? Furniture? Change something? ... Something changed to break it.
  13. JayCustom

    How to..

    If you're using Arcturus, source out some plugins and/or request them in their discord. If you're using Plus, you'll either need to code them yourself or most likely pay someone to code those for you.
  14. JayCustom

    Bootstrap Help

    Need to put the content into columns https://getbootstrap.com/docs/4.0/layout/grid/ You wrap a container taking up the entire 100% Then a column that takes up 30% that is your sidebar Then a column that takes up the remaining percentage for the screen content Then within that column, you can...
  15. JayCustom

    Any other way of editing SWF other than HabboUI Editor?

    You can use any swf decompiler , habboui just extracts out the need to edit the binaries yourself by giving you another layer
  16. JayCustom

    How do you change the background when you're logged into the hotel (noob friendly) step by step if possible thanks!

    Make sure you are editing the UI config in the dist folder of the built nitro files as well as the source. If you only change source, that is why you are rebuilding.
  17. JayCustom

    Expose yourself!

    Way to go brother
  18. JayCustom

    How to set up a retro in 2025 IIS) (Nitro HTML5) - (Part 1)

    Computer is the IP Username is usually Administrator Then click connect and enter password. You will be prompted for the certificate and just say yes
  19. JayCustom

    How to set up a retro in 2025 IIS) (Nitro HTML5) - (Part 1)

    You should get an email or have a portal that supplies you with the IP and password. If no password is given you will likely need to use the KVM to login to the vps and set the password.
  20. JayCustom

    Project Ideas

    Create a portfolio containing as many projects as you can, and showcase the ones that are the best. Try to show different topics in your showcases (I.E Architecture)
Top