-
Posts
2,142 -
Joined
-
Last visited
-
Days Won
148
Content Type
Profiles
Forums
Events
Everything posted by Magictallguy
-
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?
-
Man love some puss puss!
-
You wish to build a community, but provide virtually no information that might entice such a community. You, uh .. you new to this?
-
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.
-
You appear to be popular.. Heck knows why 😛
-
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;
-
Despite my moral and ethical objections, I must admit I laughed
-
/install/index.php, canonically, but that path would also work. Patched
-
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
-
Passive insult aside, we're still awaiting relevant information
-
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.
-
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?
-
This part depends on the topsite and whether they offer incentive voting
-
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
-
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?
-
Is it possible and would you consider supporting Git via the marketplace?
-
mccode-v2 Best Way to Prevent Repetitive Attacks?
Magictallguy replied to TonyCisseroni's topic in Game Support
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.- 9 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
..Yes, he already has done. He's attempting to get that variable from the settings
-
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
-
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