-
Posts
443 -
Joined
-
Last visited
-
Days Won
20
Content Type
Profiles
Forums
Events
Everything posted by AdamHull
-
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
-
Need some help with a blog mod I've created
AdamHull replied to corruptcity || skalman's topic in Modification Support
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 -
Need some help with a blog mod I've created
AdamHull replied to corruptcity || skalman's topic in Modification Support
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 -
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
-
Inventory / Item Options (MCCodes V2)
AdamHull replied to Rooster's topic in Requests & In Production
It is better from a developer point of view to have these in other files, it makes finding and debugging things easier -
Have you ran the sql into phpMyAdmin?
-
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
-
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
-
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
-
You need to join their discord server and ask for a access code to join
-
GlobalGangsters - oldschool rpg style mafia game
AdamHull replied to m1ll1k3n's topic in Game Projects
There is plenty out there like this, secret gangster being one they a tree very out dated tho -
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?
-
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
-
I did not put this public I have now
-
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
-
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
-
I will help you remove it, possibly tomorrow
-
Message me with that line of code that it says and I will have a look for you
-
Good luck. Sounds like a good idea for a game!
-
Very interesting read! May come in handy and will evaluate on my local copy
-
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 🙂
-
I remember you working on this game when it was Samurai Assault and you where so young! you have come a long way
-
Cron-less Energy/Will/Brave/HP Regen + Admin Panel
AdamHull replied to Cronus2's topic in Free Modifications
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 -
Are you wanting it to randomly select either cash or crystals. Or are you wanting to separate sections for each