Jump to content
MakeWebGames

AdamHull

Members
  • Posts

    442
  • Joined

  • Last visited

  • Days Won

    17

AdamHull last won the day on September 22 2023

AdamHull had the most liked content!

7 Followers

Personal Information

  • Location
    Darlington,UK

Recent Profile Visitors

9,259 profile views

AdamHull's Achievements

Contributor

Contributor (5/14)

  • Very Popular Rare
  • First Post Rare
  • Collaborator Rare
  • Dedicated Rare
  • Week One Done

Recent Badges

104

Reputation

  1. 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
  2. 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
  3. 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
  4. It is better from a developer point of view to have these in other files, it makes finding and debugging things easier
  5. 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
  6. 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
  7. 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
  8. You need to join their discord server and ask for a access code to join
  9. There is plenty out there like this, secret gangster being one they a tree very out dated tho
  10. 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?
  11. 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
  12. I did not put this public I have now
  13. 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
×
×
  • Create New...