Search results

  1. JynX

    Find items using query

    SELECT * FROM `catalog_items` WHERE `item_id` = 'ID HERE'; You can find the ID HERE value by checking inside the furniture table for that specific item's ID.
  2. JynX

    HabboTML5 - A new generation of Habbo

    This week has been slightly slow just due to Alex being in holiday and myself doing side work and working a full-time job, but in my free time I've been slowly working towards creating a self-hosted imager to handle all of the assets for the client (Kinda like a CDN I suppose). I've recently had...
  3. JynX

    [PLUSEMU] Purchasable Namecolors from Catalogue

    You'll want to add the namecolors such as the link Adrian sent and then add them to the catalog purchase packet so when an item with a color is bought it will change the color of their chat. You don't need a color command unless you want to allow them to swap between colors that they've...
  4. JynX

    [PLUSEMU] Purchasable Namecolors from Catalogue

    Make it like the badge page but with images of the colors.
  5. JynX

    Need Help

    You'll want to first login to the VPS using an SSH client (I recommend PuTTY -- https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html). If you're unsure about how to do this a quick Google search of "how do I connect to a Linux server using SSH CLIENT HERE" will almost always do the...
  6. JynX

    HabboTML5 - A new generation of Habbo

    We are currently using MySQL as a database server, however the library we utilize for the database side of things (Bookshelf) has compatibility for PostgreSQL and SQLite3 so those are both options as well. I debated going the MongoDB route but changed my mind due to simplicity down the road with...
  7. JynX

    HabboTML5 - A new generation of Habbo

    Updated. With retro owners these days that can't even be trusted not to take part in malicious events using passwords/IP's found within their database, the last thing I'd be doing would be downloading a client and allowing them to run on my computer. Hell, you can hardly trust some of the...
  8. JynX

    HabboTML5 - A new generation of Habbo

    HabboTML5 "A new generation of Habbo" https://discord.gg/D3qPYqz [/SPOILER] [/SPOILER] [/SPOILER]
  9. JynX

    Buy furniture on the site?

    As JMG said you'd just need to run an insert query to insert the furniture into the database if they're offline and you'd also probably want to use RCON to give them the item if they are online.
  10. JynX

    Welcome Lounge Re-color For St. Pattys

    The red carpet and the red border look weird with all the green. Also the bathroom wall looks odd with that weird stripe.
  11. JynX

    Anyone interested in going to Japan in July (2019)?

    More information please
  12. JynX

    NextGen Hosting

    My favorite part is "Basic support will still be available but will be limited to:" and then goes on to say "Basic Support needs" Isn't that the same thing as what's already listed because he has defined what a basic support need would be, lol.
  13. JynX

    Zeus HTML5 Engine

  14. JynX

    Zeus HTML5 Engine

    He wants your code for his hotel
  15. JynX

    Feedback #New Welcome Lounge 2019 for Lubbo Hotel

    I assume you edited it to be more Valentine based which looks great as well, though the window looks more like a picture now with the changes.
  16. JynX

    hi can u teach me how to c# so i can get rid of my glasses? pls

    hi can u teach me how to c# so i can get rid of my glasses? pls
  17. JynX

    Unknown column 'refered_by' in 'field list'

    ALTER TABLE `users` ADD `refered_by` INT(11) NOT NULL; Note this assumes it's in the users table and that it is done using the referrer's user ID.
  18. JynX

    Sulake have plans for Habbo after Flash's death in 2020

    You do realize that HTML5 includes the usage of Javascript right? Also, lol at your profile picture and banner. Are you a developer too? Kappa
  19. JynX

    Plus Emulator Slot Machine Interaction

    Are you using the InteractorSlots provided?
  20. JynX

    PlusEMU R1 Error? (Paying to whoever fixes)

    Make sure diamonds is added to the subscriptions table and has a default value
Top