Recent content by lincoln67

  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?
Top