Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,124
  • Joined

  • Last visited

  • Days Won

    144

Everything posted by Magictallguy

  1. Is GL rogue-like?
  2. How did we go from "OMFGNODON'T" to "meh, wutever, you go right ahead"?
  3. Debatable. This is a blacklist for URIs, including various workaround attempts. It is not the be-all-and-end-all of patches
  4. The Spam Block Fool <?php $blocklist = ['unistreets']; preg_match_all('#\bhttps?://[^,\s()<>]+(?:\([\w]+\)|([^,[:punct:]\s]|/))#i', $_POST['msg'], $matches); if (count($matches) > 0 && !empty(array_intersect($matches, $blocklist))) { // blackhole it }
  5. I'm in support of silently blackholing them! Note: There are multiple ways to get around this, dependent on how restrictive you write your block. Just catch 'em as you go
  6. Not to be that guy, but I feel it must be stated that we are not responsible for handling drama within your site. We definitely agree that something should be done, but our jurisdiction lies within MakeWebGames only
  7. Yesterday alone, I spent almost every waking moment coding. Love it!
  8. One of the resident retards here. It's just a word, guys 😉
  9. Apologies on the delay for that; I didn't receive a notification that you'd posted an update - normally I do. Approved 🙂
  10. Not here to attack - wanting clarity. If a developer releases something and you edit it, at what point does it become the original developer's task to edit your modified code?
  11. ❤️
  12. Man love some puss puss!
  13. Magictallguy

    erw

    Derailed and locked
  14. Magictallguy

    erw

    You wish to build a community, but provide virtually no information that might entice such a community. You, uh .. you new to this?
  15. This is incomplete - we are still missing the information we require to help you
  16. This is but one of multiple occasions. If we don't bring it to light now, it'll continue. Yes, we can just fed and move on, though I'd rather not have a game full of banned accounts. It'd be simpler if players just didn't spam other sites; it's massively disrespectful and, in my mind, detracts value from the advertised site. I believe this topic should stay.
  17. You appear to be popular.. Heck knows why 😛
  18. In your login.php, is the CSRF token sent with the authenticate.php form?
  19. More information required. Where exactly are you experiencing this? Can you provide the offending snippet of code?
  20. Nice! Quick tip; appending an array is cheaper on the resources (and therefore faster) than array_push(). Recommendation: Alter array_push($decoded->admin, $array); to $decoded->admin[] = $array;
  21. Despite my moral and ethical objections, I must admit I laughed
  22. /install/index.php, canonically, but that path would also work. Patched
  23. It did on every instance I've set up. Can you provide more info please (to my inbox, so we're not hijacking this thread)? I spotted the other thread
  24. Passive insult aside, we're still awaiting relevant information
  25. Freelance dev here. The majority of my clients have been financially hit by COVID which has had a domino-effect on my responsibilities. Hell, it took our government long enough to declare lockdown (almost 5 hours from writing this), let alone reduce the cost of living, so it's been a struggle.
×
×
  • Create New...