Jump to content
MakeWebGames

AdamHull

Members
  • Posts

    443
  • Joined

  • Last visited

  • Days Won

    20

AdamHull last won the day on May 8

AdamHull had the most liked content!

7 Followers

Personal Information

  • Location
    Darlington,UK

Recent Profile Visitors

10,957 profile views

AdamHull's Achievements

Contributor

Contributor (5/14)

  • Conversation Starter Rare
  • Very Popular Rare
  • First Post Rare
  • Collaborator Rare
  • Dedicated Rare

Recent Badges

113

Reputation

  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
×
×
  • Create New...