Search results

  1. L

    Nitro with Plus emulator

    I've also added websockets to plus emulator: https://github.com/dank074/PlusEMU/tree/nitro-ws
  2. L

    Habflash: The easy way to use flash, just like you used to.

    From https://www.adobe.com/products/flashplayer/end-of-life.html:
  3. L

    PeakRP Browser

    I guess since it is using the latest flash version (32.0.0.465) it will block itself from loading content on january 12th. Are you planning to downgrade the flash version?
  4. L

    Counter don't stop in comet emu

    are you using the latest comet from Leon's github?
  5. L

    Cameras help

    Yeah but you will have to rewrite plus networking because in its current state it's not designed to accept large packets, and the raw blob that gets sent to your emulator will be a big packet.
  6. L

    Problem with PlusEmu

    maybe migrate the awful plus networking to using DotNetty
  7. L

    Help for HabboAPI.js

    Make sure that the flash object has id flash-container
  8. L

    room url not working?

    You will have to code that in your CMS. Parse the url and retrieve the roomid then add this to your flashvars: if(RoomId > 0) { flashvars["forward.type"] = "2"; flashvars["forward.id"] = RoomId; }
  9. L

    CMS Design

    Looks good, keep it up
  10. L

    Plus EMU Spambot Problem

    Are you sure that they are crashing your emulator through chat messages? I'm pretty sure they are using some other method. I've seen retros get flooded with tcp connections when they don't set connection limit per IP in the emulator config. By any chance is the emulator online count increased...
  11. L

    Plus EMU Spambot Problem

    What do you mean 1 package? Do they send one enormous packet that crashes the emulator? Or are they separate packets? I'm curious and would like to help you fix this.
  12. L

    PlusEMU Floor Planner

    You can either do it from the mysql command line client: SET @@global.sql_mode= ''; or from Navicat: 1) Open up information_schema database 2) Open GLOBAL_VARIABLES table 3) Change SQL_MODE to empty string
  13. L

    Camera not working (TCP Proxy)

    How would one secure IIS? From my limited understanding of networking, wouldn't it be possible for any user who has the real IP address of a server to launch a ddos attack? And even if there was a way to secure IIS, a user will still be able to launch an attack on the emulator port, wouldn't they?
  14. L

    [PLUSEMU] Sub-categorie Catalogo

    https://devbest.com/threads/plus-catalogindex-clean-up-and-sub-pages-fix-done-properly.85492/ The above code worked for me
  15. L

    Habbo-Camera Fix

    What kind of redirects? You got any screenshots?
  16. L

    How to fix Jarvis Emulator Problem [plus]

    You probably set the same port for mus and game socket on config. Also, Jarvis Emulator? wtf it clearly says Plus Emulator at the top
  17. L

    Habbo-Camera Fix

    It depends on how your camera is implemented. Could either be implemented using an API or a modified swf. If it is the latter, you will probably have to decompile the swf and edit the bytecode
  18. L

    test

    there are a number of reasons why this could happen. Open developer tools in your browser and check if any errors are thrown out. Also check your emulator logs
  19. L

    AWS XAMPP Habbo Retro Port-Forwarding

    it was not habbo related. I hosted a webpage but also ran a Don't Starve Together dedi on there and both worked fine
  20. L

    AWS XAMPP Habbo Retro Port-Forwarding

    I've used aws recently and doing what I told you on previous thread worked for me.
Top