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 greenelfx

  1. greenelfx

    Web MapleBit Support Thread

    Thanks for reporting this issue, I've released v1.31 which resolves this issue under PHP 8.x: You must be registered for see element.
  2. greenelfx

    [BETA] MapleBitCMS

    Fair, I wasn't expecting folks to try out v2 this early! I've added a readme that guides manual installation: You must be registered for see element.
  3. greenelfx

    [BETA] MapleBitCMS

    Did you install dependencies with composer? In any case, v2 isn't ready for general consumption yet
  4. greenelfx

    [BETA] MapleBitCMS

    had some free time to work on this this weekend, here's where I'm at for v2: You must be registered for see element. doesn't look like much :D, but has some stuff going on under the hood like: - boilerplate code to handle authentication - boilerplate code to handle routing (and active links in...
  5. greenelfx

    [BETA] MapleBitCMS

    Great question! The tldr; of the answer is, I've learned a lot in the last couple years, and Laravel has gotten significantly better alongside me :) For a bit more context - I think stormcaster had a lot of good ideas, and was generally well executed for where I was at as a developer four years...
  6. greenelfx

    [BETA] MapleBitCMS

    I started working on a v2 branch for fun. It combines a lot of the ideas I had in my old stormcaster project, but is significantly more maintainable due to test driven development and some nice CI/CD tooling. If you're interested, check out the following links: - You must be registered for see...
  7. greenelfx

    Web MapleBit Support Thread

    GD works in all versions of maplebit. there is some issue on your end, without logs or information I can't figure out what's going on. But, I know this works with PHP7 on latest maplebit.
  8. greenelfx

    [BETA] MapleBitCMS

    It seems like there's been a lot of people struggling with reCaptcha, or deleting it all together. I've released v1.3 (You must be registered for see element.) which bumps recaptcha to v3 to be less intrusive. You must be registered for see element. I've also updated the instructions to obtain...
  9. greenelfx

    Web MapleBit Support Thread

    I've fixed the second issue, I think that must have been some new PHP7 warning. Check out the latest master for this fix (You must be registered for see element.) Feels nostalgic looking at this codebase :')
  10. greenelfx

    Web Maplebit Problem

    Can you verify these queries are actually able to run from your webpage to your DB? Looks like something's messed up with your connection to MySQL, either on the web end of things or in your sql db server
  11. greenelfx

    [BETA] MapleBitCMS

    Dead as in there is no active development being done on the project, and someone should write a new CMS that doesn't use old design styles found in MapleBit. If you can find how the attacker injected your site I can roll out a fix.
  12. greenelfx

    [BETA] MapleBitCMS

    Until someone finds or reveals the vector I can't really fix it..MapleBit is essentially a dead project and I have 0 time to investigate myself.
  13. greenelfx

    [BETA] MapleBitCMS

    Hm..that's concerning! I haven't looked at the source code in many months, but if you locate the attack vector I can get a fix pushed out immediately. My guess it somewhere in the ticketing system or buynx system...
  14. greenelfx

    Web MapleBit Problem (Alert)..

    What version of PHP are you running?
  15. greenelfx

    Aria CMS [Front-end built using React]

    This is kind of a useless release without releasing a backend. Why not extend stormcaster, since you're using Laravel anyway? Why not release a basic backend for others to use? People who have the experience and skillset to create their own backend API do not need your React site. In fact...
Back
Top