Jump to content
MakeWebGames

sniko

Members
  • Posts

    2,209
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by sniko

  1. sniko

    Why developers hate PHP

    Perhaps you haven't maintained a large enough codebase that is critical to business infrastructure, especially one that is financial related and data accuracy is pivotal. A lot of projects with PHP architecture is spaghetti code where types are not enforced - it makes it very hard to test and maintain.
  2. I doubt you'll get interest without supplying more information... and if you do get interest, why are you intentionally putting friction on discussions about it?
  3. 91,674 views... nice https://makewebgames.io/profile/15267-sniko/
  4. sniko

    Bitcoins

    Discussing where you trade is different to discussing how much you hold
  5. sniko

    Bitcoins

    Pro tip: don't discuss your cryptocurrency holdings online Source: I work 24/7 in the cryptocurrency field and knows about the exploitation of those who discuss their holdings online.
  6. Just testing some things out - I haven't played these games in a while, so I don't have a review ready - might update this reply later with more stuff You can spawn a verbose error with the BBCode engine You can spawn a verbose error by calling AjaxPHP3.php with an invalid userid
  7. Is this competition valid from the ChristopherDay/Gangster-Legends repo at any commit? Or the latest release at 1d87908?
  8. Hi Aaron! I remember an Aaron, but unsure if it's the same one. Welcome (back)!
  9. I was recently hired by Curt. After discussing the scope of the work and pricing, he promptly paid and gave me all the tools and code access I needed to perform the job. 10/10 would recommend.
      • 2
      • Like
  10. I don't have any public projects and I don't run any games (anymore)
  11. I'm available for PHP and JS (Vanilla and React) work 😄 UK timezone, but ultra flexible Payment methods available: PayPal, Cryptocurrency (BTC or ETH or ERC20 stablecoins)
  12. I'm based in the UK - we're in lockdown as some other commentors have said. My life not so much impacted as others as I work from home as default - though it's odd to see all the new restrictions. I am worried about the social and economic hits we will take as a planet due to the virus though, with the uncertainty of when/if it will end.
  13. You've been audited by a neutral third-party?
  14. Grab another server (probably best to be in the same datacenter/region) (PROTIP: Use my referral link https://m.do.co/c/b1c2c28c6822) Install the mysqld daemon Configure your mysql users to have strict permissions (crud and ip range with a strong password) Open port 3306 on your firewall telnet the port from your other server to see if you've configured your firewall correctly (telnet <ip> 3306) Modify the PHP script to point to the remote server in the mysql api (pdo, mysqli, dbconnector, ...) (optional but advised) create backup routines that store mysql backups offsite (probably best to be in a different datacenter or dedicated storage - then make sure you know how to restore from a backup)
  15. a) $timeRemaining should be an integer - make it the number of seconds (%s) instead of a string of hours and minutes b) Format the first occurence of addToTemplate to be the string you have in line 8 c) How is "bodyguard" timer updated - what is it updated with?
  16. The requirements of a staff member in sentence two is too vague to have the following clause "Staff members that will not help the game or be inactive they will be removed without warning.". How and who rates the deliverables for each staff member?
  17. sniko

    Lovesac

    I'm sad it's not the thing that came into my mind when I read "Lovesac Sactional" 😭
  18. That's a pretty subjectively worded question to make a technical decision. What is your endgoal? What are you trying to build? Do you have any experience with PHP? Which version of each engine are you referring to?
  19. Refuses because your offers are too low or because they don't want to sell it in general?
  20. Thanks Dave
  21. What payment processor are you needing integration with? Once you figure that out, look at their documentation.
  22. sniko

    Laravel Vapor

    $40/month is not pricey especially since it's on AWS
  23. Your BBCode engine is open to be exploited btw, especially with persistent site defacement. Also your web server error handling is leaking some PHP code, specifically $_SERVER,"session"=>$_SESSION) )); ?>
  24. I don't have the code anymore.
  25. sniko

    ? Hello

    Hello brother
×
×
  • Create New...