Search results

  1. Meap

    PlusEMU Support thread.

    yeah I recently found out theres some sort of memory leak or something, this guy came on and did something that made my emulator use 2.3gb RAM, emulator said there was like 100+ users online and the hotel was lagging to shit, I have no idea what he did anyone else experienced this or
  2. Meap

    PlusEMU Support thread.

    gonna sound like a noob but can someone explain how this works in a bit of detail so I can understand it more ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300
  3. Meap

    small loan of 1 million dollars

    small loan of 1 million dollars
  4. Meap

    PlusEMU Support thread.

    If you have any understanding of the emulator this is probably one of the easiest commands to make
  5. Meap

    PlusEMU Support thread.

    anyone got a way to fix a little rare glitch that when the user disconnects its not setting their online status to 0? is there anyway to make this coloured like the Console.Writeline? log.Info("messagehere");
  6. Meap

    PlusEMU Support thread.

    or you can do it in external flash texts Lol
  7. Meap

    PlusEMU Support thread.

    https://devbest.com/threads/little-badge-script.78675/ @Sledmore for the commands list, for each register section of commands is there anyway to add some text before it shows those certain commands, so you can kind of split them into more readable sections?
  8. Meap

    PlusEMU Support thread.

    oh its that easy LOL, I didnt even think of that to be honest, thanks Craig
  9. Meap

    PlusEMU Support thread.

    @Sledmore how would I go about changing this so it would use a specific bubble instead of the users last used bubble Room.SendMessage(new ShoutComposer(Me.VirtualId, "Welcome to HabSlick " + Other.GetClient().GetHabbo().Username + ", I hope you enjoy your stay :)", 0, Me.LastBubble));
  10. Meap

    RevCMS/PlusEMU Extra Security

    All Credits for this go to @Damien I have gotten permission from him to post this For a better more secure Authenticate you can leave the contents in "SSOTicketEvent.cs" as they are (the check for the empty string wont be needed, but you can keep it if you choose to). In UserDataFactory.cs...
  11. Meap

    Little Badge Script

    If you wanna simplify it a tiny bit you can do this $gifkill=str_replace('.gif', '', $value); $gif2kill=str_replace('.GIF', '', $gifkill); to this $gif2kill = str_replace(['.gif', '.GIF'], '', $value);
  12. Meap

    Little Badge Script

    I posted this on the PlusEMU Support thread also because I was asking for help but I managed to figure it out a bit so this may help some of you I was reading up on some stuff and managed to come together with this after compiling together some examples I found This will auto give you the...
  13. Meap

    PlusEMU Support thread.

    is there an easier way to update the badge definitions table with the badges? was reading up on some stuff and managed to come together with this after compiling together some examples I found This will auto give you the queries so you can just truncate your badge_definitions table and run this...
  14. Meap

    Question about Register

    I completely forgot how to do it but how would I go about implementing a thing into the register where if the name they decided contains something like MOD- etc it would tell them they can't use that?
  15. Meap

    PlusEMU Support thread.

    Isn't there wired regarding bots that might help?
  16. Meap

    AFK & BRB

    I know r63 had these enables but due to the structure of how enables are changing and now each enable has its own SWF file, does anyone have or would be able to recreate the brb and afk enables?
  17. Meap

    Service Cyclops Habbo Graphic Services

    Name of Service (eg. Logo): Logo and FindRetros Banner (GIF if possible) Hotel name: HabSlick Theme: Anything, creativity is key Colour scheme: Red, blue & whatever colours you think will suit it best Text: R63B - Friendly Community - Minimal Lag - Hiring Staff - Daily Events - Join Today...
  18. Meap

    PlusEMU Support thread.

    How wold I go about implementing something like this so I can list off the commands into sections easier to see instead of one command being one after the other? private void RegisterUser() { StringBuilder List = new StringBuilder()...
  19. Meap

    PlusEMU Support thread.

    Sledmore is Craig -facepalm
  20. Meap

    PlusEMU Support thread.

    @Sledmore how would I go about implementing MUS commands for housekeeping actions such as reloading badges and bans etc? I tried this as a test to see if MUS would work but it didn't seem to do anything <?php if(isset($_POST['disconnect'])) { function MUS($command, $data = '')...
Top