-
Posts
2,142 -
Joined
-
Last visited
-
Days Won
148
Content Type
Profiles
Forums
Events
Everything posted by Magictallguy
-
You certainly have a flair for diplomacy..
-
-
Ah, that's your angle. In that case, yes! There's almost always a call for content creators in this world π
-
On the rare occasion that I need content for projects (freelancing in primarily backend dev), I'll just write it myself - doesn't mean it's any good, mind!
-
You are [loved/stalked] by many here! (Pick the adjective that best fits)
-
The only footprint I leave is the one I don't mind leaving. You can keep your tracking device to yourself, kthx!
-
One well-done derail later.. Hi there! Welcome (back) to MWG π
-
Query updated
-
Query updated
-
From reading the code originally posted in 2015 and if I understand correctly (edit: I did not) See this post for the fix
-
CriminalEmpire - Brand New MMORPG Set to release this weekend
Magictallguy replied to m1ll1k3n's topic in Game Projects
That is a considerable upgrade on your previous theme. Nicely done! Pet peeve of green on red (or vicΓ© versa), but you aren't catering to me π -
Both directly to @m1ll1k3n and in general to anyone using a framework - it it's there and it's supposed to be; use it!
-
As do you! Why should @MNG explain why @Paulvanegmond should explain?! .. Yeah!
-
Great attempt and interesting approach to things. However, I strongly recommend that you use the framework readily available to make any additions like this; not only is it "the proper way" (debate in a different topic if you wish), but it usually eases future maintenance
-
#allLimesMatter With PDO, you can pass an array of key-pair parameters to an execute() call. $stmt = $pdo->query('INSERT INTO users (username, level) VALUES (:name, :level)'); $stmt->execute([ ':name' => $someName, ':level' => $nextLevelMaybe ]); Alternatively, you can also use question-mark placeholders and pass parameters in the same order $stmt = $pdo->query('UPDATE some_table SET some_value = ?, some_other_value = ? WHERE some_criteria = ?'); $stmt->execute([$firstVal, $secondVal, $criteriaVal]); Perhaps this information may be useful to you during your wrapper writes
- 1 reply
-
- 1
-
-
Just gonna direct you here And you, stop flaming people for the shit of it. If you have a professional review of someone, you are welcome to share it in the relevant area.
-
Is GL rogue-like?
-
How did we go from "OMFGNODON'T" to "meh, wutever, you go right ahead"?
-
Debatable. This is a blacklist for URIs, including various workaround attempts. It is not the be-all-and-end-all of patches
-
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 }
-
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
-
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
-
How much time do you spend developing a day?
Magictallguy replied to Sim's topic in Question of the day
Yesterday alone, I spent almost every waking moment coding. Love it! -
CriminalEmpire - Brand New MMORPG Set to release this weekend
Magictallguy replied to m1ll1k3n's topic in Game Projects
One of the resident retards here. It's just a word, guys π -
Apologies on the delay for that; I didn't receive a notification that you'd posted an update - normally I do. Approved π