Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by briian

  1. briian

    Arcturus vs Plus

    I get why Arcturus is closed source now, and The General I was referring to you, but I don't mean you're actually inherently an idiot, I think people stealing your poop has just made you stubborn, but then again I didn't know you beforehand anyway. Arcturus is extremely closed source, even if...
  2. briian

    Bootstrap / Modern HTML of old habbo?

    Are there any sources that have a bootstrap-made or any modern html (not the html from revcms) released that I can use? Was looking around the release sections but everyone pretty much either went with their own layouts or ripped Habbo's
  3. briian

    libhh - C, SQLite [RELEASE63-35668-35665-201108301108]

    How big is your sqlite file?
  4. briian

    Arcturus vs Plus

    This guy's kinda a penis but around here it also kinda makes sense, the source is closed but the plugin system gives you a lot of wiggle room on the client for things that you might actually change. Plus runs on .NET 3.5 so you'd have to run it on a Windows server which is far more expensive for...
  5. briian

    CMS news error? [RevCMS Arcturus]

    Re: [Help] CMS news error? [RevCMS Arcturus] Still curious what version of php your server is on
  6. briian

    Setting up Arcturus in a Centos 7 VPS

    The file structure should be the same as any other server that's using apache
  7. briian

    CMS news error? [RevCMS Arcturus]

    Re: [Help] CMS news error? [RevCMS Arcturus] What php version is your server running? If you're running a server and you need a cms then you should not be using RevCMS if it is still using mysql_query. Mysql_query was deprecated in php 5.x somewhere and is totally removed in php 7. This code...
  8. briian

    CMS news error? [RevCMS Arcturus]

    Re: [Help] CMS news error? [RevCMS Arcturus] post the code
  9. briian

    PlusEMU - Help Thread

    has anyone had success running plus on a *nix server? i was thinking it can probably be containerized in docker but i've not used docker in a while, but anything is better than spending $25 on a windows vps
  10. briian

    How is the user session determined in client?

    No idea about RevCMS, every time I've ever had to touch that I wanted to die because it's so Ducking confusing to look at (outdated). Where ever the client is accessed in a route is probably where it's being generated. It's stored in the flashvars.
  11. briian

    How is the user session determined in client?

    You generate an sso token and pass it from the server to the client object in the sso token field, then if I'm not mistaken the emulator verifies the token matches the field and generates the session.
  12. briian

    [Final] Comet Server [Open-Source, Java, 2017]

    I don't get why people want to use this unless you're willing to finish a lot of the code base, because a lot of the poop in this release does not work, and if it's still unsupported given the nature of the release then there's really no point
  13. briian

    MySQLi Help

    post the code on hastebin.com and then post the link
  14. briian

    Laravel ORM with Arcturus' enum fields in database

    yeah, idk, i tried it again today and it worked fine. i have no idea why we weren't getting the right results last time.
  15. briian

    Laravel ORM with Arcturus' enum fields in database

    Has anyone had any issues with querying the Arcturus DB with most of the boolean fields if not all being set as enumerable instead of tinyint or similar? Is it safe to change these values to tinyint instead of enum? I'm trying to create a Permission model so that I can manage user ranks via...
Back
Top