-
Posts
3,368 -
Joined
-
Last visited
-
Days Won
126
Content Type
Profiles
Forums
Events
Everything posted by Dave
-
Private message me what name you'd like and I'll update it for you.
-
Go here: https://makewebgames.io/settings/username/
-
Do you have the legacy website codes hosted somewhere for potential applicants to poke around at?
-
Welcome back! Glad you're not dead, feel free to change your name. I used to be called "iamwicked" and it was good the day that name died.
-
That’s so tragic, rest in peace brother.
-
Oh neat, do you have an existing IPN solution? or you wanting to integrate a new one?
-
What system are you trying to implement the IPN into? I've done my fair share of PayPal work so I could potentially help.
-
Your favourite Laravel God and resident asshole
Dave replied to IllegalPigeon's topic in Introductions
Ugh, welcome back I guess. At least it'll be like old MWG / CE with you calling everyone out and causing a scene. -
We’re about games and programming, so this just falls into the later.
-
Yeaaah boy! Welcome back
-
I’m still stuck to the web, want to branch out into things like Unity and UE4 at some point. Currently working at Adobe on the Magento e-commerce platform, it’s prettt fun!
-
Let me know how you like it! I think the bug is only if you select text and quote a specific part of a message. I imagine it just grabs all the formatting and does the quote.
-
In the JavaScript world people have been running shims as permanent solutions for missing browser API in older browsers for years. If a shim is stable and suitable for your issue it’s a great solution to bridging a gap. I’d still promote refactoring the code if you can (like with this MySQL shim, can’t really do that with browser APIs) over time as lack of prepared statements and other good features of directly using MySQLi or PDO would be missing from your code base.
-
Classic UK, always limiting people.
-
Your upload sucks compared to your download ?
-
There’s a “Theme” option in the footer. I thought this was to do with the forum. I use dark mode for everything else apart from the forum for some reason.
-
Also hosting companies can't really be bothered to validate everything, so if a DMCA is legit enough they'll most likely just pull the content. However, DMCA only technically works on websites hosted in the US, unless something has changed recently.
-
WHY IS THIS POLL IN CAPS Damn seems like I'm the only one using the light theme ?
-
Doesn't it make more sense to store those sorts of logs on disk? Then you can encrypt them and throw them onto another server.
- 14 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
@NonStopCoding as @Djkanna has said feel free to post the code. If @MNG hasn’t paid for it he has no reason to be annoyed. Technically he could just use your free mod and save money.
-
Ah okay! That makes sense. I’d personally want a stricter data architecture as it’ll be less prone to missing data. But in reality it depends on the business case! Thanks for sharing!
- 14 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
Does RC engine automatically sanitise $_POST? As right now you're using it directly in a query.
-
That's a crazy amount of helpful icons, I'm impressed! Open source is such an amazing thing.
-
I once considered using this type, but realised it wasn't available in any version below 8.0. Meaning we couldn't use it as part of the framework whilst we support older versions of MySQL. I feel like most situations requiring this field type should really have their data architected differently, but I'll be happily proven wrong.
- 14 replies
-
- 1
-
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with: