Search results

  1. Zodiak

    Applicant Offering my servicesss

    No he's not.
  2. Zodiak

    SSO Ticket exploit

    Prepared statement should fix that?
  3. Zodiak

    SSO Ticket exploit

    if (string.IsNullOrEmpty(SSO) || string.IsNullOrWhiteSpace(SSO) || SSO.Length < 15) return; No need for the extra code, because it shouldn't run anyway if the above if statement is triggered.
  4. Zodiak

    INACTIVE [HTML5] HabboHTML5 Project Development

    Not been active in a while, think I'm going to start development on this again soon! Will also fix snippets.
  5. Zodiak

    INACTIVE PlusEMU RP Versio

    Don't mean to intrude, looked at some of the snippets and just thought I'd help out abit. UserManager using System; using System.Data; using System.Collections; using System.Collections.Generic; using System.Collections.Concurrent; using System.Threading; using log4net; using Plus.Core; using...
  6. Zodiak

    INACTIVE [HTML5] HabboHTML5 Project Development

    Not 100% sure as of now, the answer definitely isn't no though. Depends how I feel when I finish it. Made a simple design for CMS index. Done CMS GET/POST routing system. Done CMS SessionHandler / SessionManager. Done logging in and logging out. Design isn't final, just a simple design...
  7. Zodiak

    INACTIVE [HTML5] HabboHTML5 Project Development

    Started working on a CMS w/ my own routing system, session handler, etc. Sorry about slow updates, busy w/ other stuff aswell. https://pastebin.com/tJ5Fpuv2
  8. Zodiak

    Devbest API

    Why would information about a public profile require a key?
  9. Zodiak

    INACTIVE [HTML5] HabboHTML5 Project Development

    Been running scripts to extract xml and images out of clothing swfs, ran scripts to convert figuredata/figuremap from xml to sql database, scripts are currently inserting clothing pieces/offsets into the database. Going to attempt to make my own Avatar Imager instead of using Habbo's. Not sure...
  10. Zodiak

    INACTIVE [HTML5] HabboHTML5 Project Development

    Decided to make profiles have tabs like "rooms","groups","posts", etc. Development on this is slow atm because I'm being lazy for the time being.
  11. Zodiak

    Plus Emulator, 76%

    Plus used to have issues where sometimes it wouldn't take connections so the emulator would have to be restarted 1-2 times and it'd work out of nowhere, could be that. If not check the firewall to make sure the ports are open and make sure the connection between server and client are alright.
  12. Zodiak

    Plus Emulator, 76%

    If the emulator doesn't receive the connection, then the emulator isn't receiving the connection? Proxy may be down, ports may be closed or connection to the server may just be shitty.
  13. Zodiak

    INACTIVE [HTML5] HabboHTML5 Project Development

    Always loved the design for it
  14. Zodiak

    INACTIVE [HTML5] HabboHTML5 Project Development

    Added a zoom in/out function.
  15. Zodiak

    INACTIVE [HTML5] HabboHTML5 Project Development

    Editable wall colours without the need of wallpapers. Needs some more work & maybe I'll add the ability to add patterns/images for walls some time. :D
  16. Zodiak

    INACTIVE [HTML5] HabboHTML5 Project Development

    Made a start on the profiles design.
  17. Zodiak

    INACTIVE [HTML5] HabboHTML5 Project Development

    I've not bothered with PHP for a while, one of the reasons I'm doing it in PHP aswell, got some catching up to do w/ PHP.
  18. Zodiak

    INACTIVE [HTML5] HabboHTML5 Project Development

    I'll probably end up doing a few different versions of the server in different languages when the PHP ones finished, I just got bored of JS/C# so decided to go with PHP to start off with.
  19. Zodiak

    INACTIVE [HTML5] HabboHTML5 Project Development

    Added some more snippets.
  20. Zodiak

    INACTIVE [HTML5] HabboHTML5 Project Development

    This is a development thread for a private Habbo HTML5 project I'm working on. I'll update this thread as I go along. Quote by @Sledmore NOTE: I'm shit at threads.
Top