Jump to content
MakeWebGames

SRB

Members
  • Posts

    785
  • Joined

  • Last visited

  • Days Won

    79

SRB last won the day on January 11

SRB had the most liked content!

3 Followers

Recent Profile Visitors

41,712 profile views

SRB's Achievements

Enthusiast

Enthusiast (6/14)

  • Reacting Well Rare
  • Conversation Starter Rare
  • Very Popular Rare
  • Dedicated Rare
  • First Post Rare

Recent Badges

278

Reputation

  1. yo hello 🙂

  2. @Dave I just looked at the GitHub and the readme links to makewebgames.com, rather than the .io.
  3. What's the point of luck without pushing it? So, that unreleased V3 ... any plans to ever complete? If not, open source, to perhaps give something new to look at; pique some interest of older folks, way past looking at V2 code - not sure what status that ever reached.
  4. Does it even really make money from new sales? I have no mods in a market to monetise this, but if the money from the engine is not that much, at least not enough to motivate you to want to bother, would you not be better off making it open source, potentially? Since you DO have mods available for sale (unless you removed them from everywhere), it would possibly (since you could direct link from the GH readme) link back to wherever becomes the new mod site home. Not sure what your financial investment is there, or whether it's even yours to make the call on - figured the free entry to the market may help bring some life to stuff again. But, what do I know? Just an old man these days. It's crazy to think I've been around these boards for 18 years. 18. damn. years.
  5. Since I'm not 100% sure which ones you need, these should cover most of your options: * * * * * - Every 1 minute */5 * * * * - Every 5 minutes */15 * * * * - Every 15 minutes 0 * * * * - Every hour @ XX:00 22 * * * * - Every hour @ XX:22 0 0 * * * - Daily (Midnight) 0 0 1 * * - First Day of every month Was going to point you to the tool at https://crontab.guru so you could play, but noticed they have a pretty good cheat sheet with a tonne covered: https://crontab.guru/examples.html
  6. What personal information do you show in-game, on a user's profile or not, that you feel would contravene GDPR/Privacy laws? I think if any game shows enough information from the user interface, that you'd have GDPR conflicts, I think the problem there is too much information on the show. Not sure ICO are ever really coming for anyone they can't take millions from either.
  7. Pretty sure you can replace that clusterfug of code with this: if (isset($_SESSION['switch_to']) && (int)$_SESSION['switch_to'] === 1) { $_SESSION['switch_to'] = ""; } $userid = ! empty($_SESSION['switch_to']) ? $_SESSION['switch_to'] : $_SESSION['userid'];
  8. Then turn on error reporting and report back what the actual error is. A generic 500 error page doesn't help us to help you. If you do not know how to enable any type of error logging, and need help with that; we'll need some server information - at a minimum, relevant software versions - to help direct to the correct locations to enable error logs (or view them)
  9. *blinks twice*
  10. I lied, I can't keep quiet. I have one thing to say - this is criticizing; Why is this proving to be difficult? Duplicate usersonline.php and call it fights.php. Done. Exactly what this is.
  11. Fair response. I shall leave this as my last response to anything you ever post here. Toodle pip.
  12. A lot of people learned from asking questions on these forums - myself included. Some of us also, me included, then went on to grow up and do software development roles as a living, so yes, people sure so learn a lot from asking questions. This summed it up exactly. It wasn't an attack on you or anything, but the simple fact is that you won't ever be successful in the field if you never learn to research yourself. Most developers aren't super intelligent like some people like to believe - we just have an understanding of the syntax and can roughly name most functions. If anyone ever tells you, even after writing PHP for 15+ years, that they know which order all array functions are in - they are lying, and they refer to the manual/documentation. If you can't accept that comment without being annoyed, this probably isn't the right hobby for you because once you put something public, on forums to Git Hub, people will be reviewing it and judging it, regardless of your thread title.
  13. How long is that delaying you and what have you decided you need to pay for initially?
  14. You also don't come across as trying much yourself either, so I'll be the one to say it - if you are never going to put one foot forward and look at researching stuff yourself, but just ask on forums constantly, you'll never learn. At some point, you need to take the driving seat of your own knowledge, so let's drive. You don't know what you're looking for? Sweet, so what do you THINK you're looking for? What have you taken from anyone's suggestions here?
  15. 19 hours have passed - what's the progress report, Sir?
×
×
  • Create New...