Search results

  1. Synapse

    Plus Emulator Problem, Client stays white

    Which CMS are you using? On the surface it doesn't appear to be an issue, but I've tried setting up Brain before and had the same issue. Switched to the good ol Rev and fixed the issue entirely. Not sure if I missed a step or not on the Brain config, but was a headache.
  2. Synapse

    What was the last game you played?

    Sold my Xbox some time back, so I play mobile games quite frequently. As I avoid playing games on PC as a mean to not procrastinate as much. Last game I played is Clash Royale. I used play very competitively when it first came out. Now not so much.
  3. Synapse

    [TUT] How to make a R63B Habbo Roleplay

    http://www.htaccesstowebconfig.com Import your current .htaccess get back webconfig
  4. Synapse

    Habbo Asset Updater - Python

    While I've considered this, a web-based project isn't as feasible. And it's not what I'm currently learning. I'm making this for myself. Figured I'd be kind enough to release it. And I agree. It's not noob friendly. It isn't meant to replace all the work. It's just meant to automate the more...
  5. Synapse

    News selection

    Google using php to disable hrefs. Basically as Rush said, https://stackoverflow.com/questions/21090707/disable-a-href-links-using-php If you use this code but do an if statement for $_GET['id'] == $row['id']
  6. Synapse

    Customize Sublime Text with 320+ themes and custom fonts

    It really boils down to what language you're using. I'm pretty sure treebeard uses C++ and Java, so Sublime text is nearly useless.
  7. Synapse

    Customize Sublime Text with 320+ themes and custom fonts

    Sublime is probably the most lightweight code editor next to NP++. It's very hackable too as seen in this tutorial. Honestly Sublime is a great median between a full on IDE and a basic text editor. Really offering the best of both worlds.
  8. Synapse

    Client Banner

    On Google Chrome entering chrome://cache in your address bar can be extremely helpful sometimes. It will show you every GET request that is cached, and the url / path it came from!
  9. Synapse

    Background Design

    Can't exactly help you in the graphics department, but have you been on https://www.freepik.com/index.php?goto=2&k=polygon&order=2&vars=1? They have a lot of items similar to the one you're looking for.
  10. Synapse

    Habbo Asset Updater - Python

    Hello, After seeing many hotels struggling to update their clothing themselves, I decided to create a tool which grabs all of the latest clothing from Habbo. But, I decided I shouldn't stop there. With this tool you will be able to import your current figuremap to allow the tool to only...
  11. Synapse

    Recruiting Seeking a mature individuals for a few positions, Hotel Manager, Moderator, Official Dealer

    After failing to recruit a team of like-minded individuals, I decided to abandon the project.
  12. Synapse

    [Help] Adding New Clothes

    Damien has a comprehensive tutorial to adding new clothing, as well as getting the proper furni if you want them to be sellable. Edit: https://devbest.com/threads/diy-add-new-clothing-catalog-clothing-for-plus.78789/
  13. Synapse

    [Help] Adding New Clothes

    Yes, I do have a tool written in python, however it's not polished. A few errors. Pm me with your discord I'll give you the source.
  14. Synapse

    [Help] Guides arent working, how to set up Housekeeping?

    It appears you're trying to load a RevCMS template, without RevCMS. Therefore it won't work, because it's not initializing core rev files, such as the users class, and engine class. As for the actual issue. It's hard to say without more details. It could be a variety of things, from your URL...
  15. Synapse

    Trophy Display

    Oh. I need to go to sleep, I forgot they actually have that. LOOOL went back to Habbo beta again when they didnt even have that. Myb.
  16. Synapse

    Trophy Display

    It would be found in your Habbo.swf. it's possible to add more, but not feasible. (Actually so infeasible Sulake hasn't even paid their small team of professional developers to do so). You could edit that image in your Habbo.swf, to be more generic. But most trophies are gold, especially on retros.
  17. Synapse

    find retro problem

    EDIT: Overthought it, wasn't the code: for anyone else having issue the error is you need to make your header location: https://findretros.com/servers/YOURHOTEL/vote?minimal=1&return=1 (the old API system doesn't pass the return parameter to the new system) It's looking for voted, and you're...
  18. Synapse

    Automatically fixing item names in the catalogue

    I made a simple SQL query that will update all of your catalog_items catalog_name to match the furni's public name. This specific code should work fine with MySql Arcturus Plus R2 For the newbies: Run this SQL using Navicat/phpmyadmin, go to your hotel and type :update catalog
  19. Synapse

    problem adding ssl

    Never added SSL, but I know from everything I've read about it is that it uses port 443. Not sure if that would throw the issue, however. Let us know.
  20. Synapse

    Habbo Latest Clothing - 12/30/17 (Release)

    Not quite sure if you figured this out yet, but the problem seems to have occurred from changing all selectable "0" to selectable "1". If you're adding clothing and using Habbo's figuremap and figuredata files you only change buyable "1" to buyable "0". If you want to add the extra colors to the...
Top