Jump to content
MakeWebGames

URBANZ

Members
  • Posts

    533
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by URBANZ

  1. firstly check that you have uploaded the FastImage.php to your class directory depending which version you are running of GL this could also just be called image.php
  2. Yes i do agree with this but also with acquiring this game from a complete idiot this is guaranteed the original owner was the one that did this, im sure @CrazyElk will fix this over time
  3. This was an oversight on my part, as i did say was a big list and if i forgot people then sorry. You have been added to the list as you definitely are a trusted coder 🙂 good to hear i am also doing this i have a module lineup after my game is released.
  4. Thanks for the mention 🙂 I would also mention @ags_cs4 @BeNiiiBoiiiboth recommended to anyone looking to hire. Also a quick mention to all other coders over the years that i would definitely trust some may still be here or not but i would trust all of these @Magictallguy @Dave @Dayo @KyleMassacre @Script47 @AdamHull@SRB@Zeddicus @a_bertrand@sniko@SwiftGameR@Djkanna @Ishraq(Biohazard) @Sim@Danny696@Spudinski@Isomerizer@Lithium@HauntedDawg@Arson@Nickson@rulerofzu@Dominion@illusion@Alan@Zero-Affect Sorry if i didnt mention anyone but a big list here.
  5. URBANZ

    Developer

    just a couple questions which languages are you offering and what would you bring to a game? What kind of % would you also be looking for like partnerships (50%) or fixed % of the game or even % of profits til you have made your development costs back then you would part ways?
  6. yes thats exactly what i mean should have been more specific lol, you dont have to change the whole database collation just the fields that will be storing the emojis in. you can also change the PDO connection like below. so in dbconn.php change $db = NEW glPDO("mysql:host=" . $config["db"]["host"] . ";dbname=" . $config["db"]["database"], $config["db"]["user"], $config["db"]["pass"]); to $db = NEW glPDO("mysql:host=" . $config["db"]["host"] . ";dbname=" . $config["db"]["database"], $config["db"]["user"], $config["db"]["pass"], array(PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8mb4"));
  7. you could use an emoji library i personally like to use Twemoji or just enable utf8mb4 in the database this allow html emojis to be used.
  8. This is due to cpanel handling it happens with any site hosted on the same server you can access your cpanel from any site hosted with MWG. It's because of vhosts redirecting any port request to the server. It makes no difference you end up at the same server in the end. So if you are logging into other accounts on the same server you need to first logout of your session.
  9. I think it's either GRPG or GDPR GRPG game that did run on this https://musicbattle.com https://prisonstruggle.com Think those 2 only worth giving time but do bare In mind they may be based off GRPG originally but that's far from the case now. if it's GDPR there is plenty of documentation around to abide by these laws in Europe.
  10. Dont know how long i could have done without a dark theme could feel the migraine coming. Thanks. looking good.
  11. URBANZ

    GRPG v1

    yes i know where they are so will send a request to change these.
  12. URBANZ

    GRPG v1

    their is risks in any script but as far as GL goes its a very good script and also prevents SQL Injections which is a major thing. only thing i would say is the posting of numbers does need sorting in the bank and transfer areas as you can add - and + which is never a good thing. i make sure these places use abs(intval($variable));
  13. in hooks for example you can make custom functions that are accessible though-out the whole engine. you can call these as normal classes and functions and just extend the module then you can call these functions in any of the modules.
  14. yes was a suggestion i made a while back and was added to the newest version but still having some issues within the master branch on new installs
  15. if you have discord add me and will send you a fixed version. URB4NZ#6770
  16. this is down to autoloading classes in the newest update as it runs strict type and is case sensitive. Im sure dayo is working to fix this currently. Premium version does get full support so would get this fixed quickly with this version.
  17. if you add me on discord i can give you some help with the layout etc URB4NZ#6770
  18. URBANZ

    GRPG v1

    if you are starting out developing a game i would highly recommend not using the engine as a base for a game or any learning platform to better your skills. Grpg v2 (Paid $100) Gangster Legends v2 (Free Open Source) both these are good bases to work from depending on your budget but without major work Grpg v1 would take alot to get to a secure and fully functional state.
  19. URBANZ

    Paypal

    this is very true stripe does have a bad policy when it comes to chargebacks braintree definitely a good choice
  20. URBANZ

    Paypal

    exactly the same thing dave said but with these game i would try and get away from the paypal payments and go with stripe or something similar that support google and apple pay as when you expand you are going to need this for like mobile apps etc as paypal payments on mobile platforms would automatically get your app refused. just a bit of advice.
  21. in this circumstance though seems like it could just been done in bulk the price would then be acceptable but to login to your game and add these every day for 30 days different story when you could just time the crimes and features for release with a couple lines of code.
  22. can i ask why you would want these added per day and not just as bulk. still if you just wanted new things in each day you could just setup a simple script to auto release them.
  23. no problem can add me on discord if you have will be quicker to reply on there. will also set you a demo up if you let me know, i have around 50 modules if there are certain other things you are looking for aswell. URB4NZ#6770
  24. these are currently WIP but as stated the sale is just for the theme and not the game itself Inventory and attacking system are created by me and require licencing for use on other games.
  25. His game is using my attack system now. if interested can give me a DM
×
×
  • Create New...