Jump to content
MakeWebGames

AdamHull

Members
  • Posts

    443
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by AdamHull

  1. Afternoon all, Whilst we are making game engines open source.https://gitlab.com/Magictallguy/grpg-pdo We have decided to follow the MCCodes v2 and bring the v2 of GRPG v2 to become open source. If you do have any issues, I will try my best to patch them and update the repo, how ever I will not be able to do this all the time and if you fix something please do submit a push request
  2. is it the header already sent or what ever? if it is you could use something like if (session_status() === PHP_SESSION_NONE) { session_start(); } in your globals_nonauth
  3. if (isset($_SESSION['userid'])) { include("globals.php"); // Include the globals.php file for logged-in users } else { include("globals_nonauth.php"); // Include the globals_nonauth.php file for non-logged-in users } have you tried something like this? You may get a session already started issue tho
  4. Out of curiosity what specs does this server have and what is the player limit my friend has been asking me about making one and I have no clue on the specs it requires
  5. It is better from a developer point of view to have these in other files, it makes finding and debugging things easier
  6. Have you ran the sql into phpMyAdmin?
  7. If your wanting to have this online, the forums have their own hosting which is very cheap and inexpensive and will be able to get you in the right direction into getting something online
  8. Your probably best using GL Engine which is free and available on the marketplace here, there are a lot of people who develop for this and their own discord with people who will be able to help you
  9. There is multiple issues within the echo's the above being one of them If you are using a echo starting with a " or ' you can then not use these within HTML either as this will also cause a syntax error Within the snippet @corruptcity || skalman showed you take a close look at the beginning of the echo as you have a issue and then your 'style' within your span
  10. You need to join their discord server and ask for a access code to join
  11. There is plenty out there like this, secret gangster being one they a tree very out dated tho
  12. AdamHull

    Hi

    Your website states that the mods you supply are entitled to updates, so if you removed access for athena to be able to download the files this means she is no longer entitled to the updates, which does not state that this is only for 6 months?
  13. Very interesting!
  14. Coldblooded still owns the engine but has given the rights to MWG to sell to support the forum. V3 will never be a thing unless their was a community version
  15. I did not put this public I have now
  16. PHP 8.2 McCodes v1 Here is a repo of the v1 version modified to run PHP 8.2, be careful using it as there is a few bugs and runs a shim to enable MySQL connection, if you want any advise on how to upgrade the PHP version, give me a message and I will be able to show you how to get things going, including getting your composer to work on you IDE
  17. It's more to do with letting users upload their own images. Hosting your own images is completely fine to do as they wouldn't be able to inject malicious code into the actual image file
  18. I will help you remove it, possibly tomorrow
  19. Message me with that line of code that it says and I will have a look for you
  20. Good luck. Sounds like a good idea for a game!
  21. Very interesting read! May come in handy and will evaluate on my local copy
  22. I've started working on mccodes again. Currently have a game I am working through to bring back up to modern standards. Nice to see someone else realising for mccodes 🙂
  23. I remember you working on this game when it was Samurai Assault and you where so young! you have come a long way
  24. Would this work if nobody was on the site? Would it loop through and update for the missing time? This is the reason I hate timestamps
  25. Are you wanting it to randomly select either cash or crystals. Or are you wanting to separate sections for each
×
×
  • Create New...