Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,142
  • Joined

  • Last visited

  • Days Won

    148

Everything posted by Magictallguy

  1. 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?
  2. ❤️
  3. Man love some puss puss!
  4. Magictallguy

    erw

    Derailed and locked
  5. 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?
  6. This is incomplete - we are still missing the information we require to help you
  7. 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.
  8. You appear to be popular.. Heck knows why 😛
  9. In your login.php, is the CSRF token sent with the authenticate.php form?
  10. More information required. Where exactly are you experiencing this? Can you provide the offending snippet of code?
  11. 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;
  12. Despite my moral and ethical objections, I must admit I laughed
  13. /install/index.php, canonically, but that path would also work. Patched
  14. 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
  15. Passive insult aside, we're still awaiting relevant information
  16. 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.
  17. This provides very little information. What engine are you using (if any)? Are you looking for someone to repair it, or are you wanting a new system? If the latter, what are you looking for in a referral system?
  18. This part depends on the topsite and whether they offer incentive voting
  19. Your vote links won't work (as intended) for anyone else. Here's the list (without ref IDs): Arena-Top100 Browser Game Rank MMOHub Top 100 Arena Top Web Games Xtreme Top 100
  20. To streamline author updates. Intent is to reduce the amount of messing around to release updates. It can become an arduous process, posting the same update to multiple places. It can be easy to forget a thing or two. On a personal level; ideally, if I'm already posting the code to a repo (or branch thereof) which can handle pipelines/webhooks/callbacks, etc., why not have the repo send the updates to where they need to be?
  21. Is it possible and would you consider supporting Git via the marketplace?
  22. Could be seen as harassment once it hits a certain point. As a preventative measure, I don't see x-per-time-limiting same-player hits as a bad idea - as long as it's not too restrictive.
  23. ..Yes, he already has done. He's attempting to get that variable from the settings
  24. This method would hard-code the email address. OP wants to use the dynamically-set address in the site settings. I'm not massively familiar with GL, so I can't advise further
  25. Site appears to use minified resource. Your updates wouldn't automatically be applied. If you're using an editor (such as Sublime Text, Atom, Emacs, VSCode, etc), then you can likely find a plugin to generate minified resources - I personally use VSCode's Minify and Atom's atom-minify. Alternatively, you can minify resources online with tools such as CSS Minifier. So! 1. Minify bootstrap.css (to get an updated bootstrap.min.css) 2. Upload your new bootstrap.min.css
×
×
  • Create New...