-
Posts
2,146 -
Joined
-
Last visited
-
Days Won
149
Content Type
Profiles
Forums
Events
Everything posted by Magictallguy
-
100% agree. I want to bring us down to have a couple of different quite broad boards. Rather than trying to separate everything like the current forum structure does. From here
-
New web development forum with a section for game engines
Magictallguy replied to IllegalPigeon's topic in Web Developement
Cheeky bish! Besides, that was a quick-fix.. Not intended for long-term use -
I have received no DMCA notice. The game is Derek's, I just work there. Welcome to the internet! Where everything online is public. There is no theft, an idea cannot be stolen - it's outcome can, but the idea itself cannot. I remember, on multiple occasions, where you asked me to sign up to multiple games in order to see how they did things and copy them. Naturally, I refused, so you sent screenshots instead. - Didn't you ever notice how the things you asked me to write always ended up a little different from the screenshot(s)? I owe nothing. The payment for the graphics is between Derek and the designer. As I've stated to you on multiple occasions; I'm a developer, not a designer. As for the game, it's up and running fine
-
'tis one of my engines (not exactly my best work, greatly in need of an overhaul)
-
Sending some idiot to spam both my test rig (which really has no impact) and a game upon which I work (has little impact. 4 queries later, all is mopped up), whilst also directly attempting to insult me? How cute!
-
Forgive the gravedig.. Any updates, [MENTION=66442]grant[/MENTION]?
-
I noticed when I went back to developing it this morning, I've added the new tables, simply pull from the repo again I should probably open my own topic about this at some point haha My apologies to the OP, it was not my intention to nab your topic
-
They're open source as of about now. Feel free to fork the repo and submit whatever back. I'll happily merge with improvements!
-
Thanks for the mention - buy why pay? https://bitbucket.org/Magictallguy/mtg-engine
-
Screenshots restored The entire site (including domain) was supposed to be mine when I agreed to convert a terribly outdated casino script. Naturally, I never received a thing. I have long since re-installed my OS (thrice) and no longer have those logs, unfortunately That is *exactly* what he did - giving me absolutely no warning, not even a polite "your services are no longer required" Most likely not
-
My name is Anthony Jordan, you are welcome to state what you wish. I wrote the code under my online handle "Magictallguy" - there are references to my online handle throughout my code. I've already had this argument with you, I'm not doing it again. It's pretty obvious to most exactly what's going on between you and I and it's pretty obvious whom speaks the truth. I tire of your lies and deceit. Please, I implore you; do yourself a favour - grow up!
-
No, I'm selling absolutely nothing. Thank you for finally admitting it was my work As requested by a client Mmmkay, who wrote it? Who's name is on it? Who is the author? I wrote the code, I am the author, it is my name throughout it. When will you learn that theft and your twisted sense of reality is exactly that?
-
mccode-v2 Jail/Hospital Timestamps
Magictallguy replied to TheMasterGeneral's topic in Free Modifications
Minor recommendation. Change $q=$db->query("SELECT `hospital` FROM `users` WHERE `userid` = {$user}");$userhosptime=$db->fetch_single($q); if ($userhosptime > $currenttime) { $db->query("UPDATE `users` SET `hospital` = `hospital` + {$TimeGiven}, `hospreason` = '{$reason}' WHERE `userid` = {$user}"); } else { $db->query("UPDATE `users` SET `hospital` = {$currenttime} + {$TimeGiven}, `hospreason` = '{$reason}' WHERE `userid` = {$user}"); } to $db->query("UPDATE `users` SET `hospital` = IF(`hospital`, ".($currenttime+$TimeGiven).", `hospital` + ".$TimeGiven."), hospreason = '".$db->escape($reason)."' WHERE userid = ".$user); Do the same with jail too -
My offer was genuinely serious >.>
-
No activity in over 3 days? What a shame(!)
-
Sure.. I'll take it.. I'll give you $0.02
-
So, 4 pages of *****ing and we come to memes.. Mmkay then
-
Add it into the SESSIONDATA before it hits the URL, then check that session on the next action. If the SESSIONDATA matches, then chances are it's invalid. <?php // include globals.php or whatever // show some h3 title or whatever if(array_key_exists('minion', $_SESSION) && is_array($_SESSION['minion'])) { if($_SESSION['minion']['step'] == $_GET['step'] || $_SESSION['minion']['amt'] == $_GET['amt'] || $_SESSION['minion']['type'] == $_GET['type']) { echo 'No'; exit($h->endpage()); } unset($_SESSION['minion']); } // Do processing code $_SESSION['minion'] = [ 'step' => 'capture', 'amt' => $amt2, 'type' => $type ]; //Output.. $h->endpage(); NOTE: This has not been tested
-
To add on to this, I've also ran into this issue for a client. It was a simple DOCTYPE/XHTML issue, (more precisely, a non-self-closing tag that had been written to self-close (i.e. <form action='whatever' method='whatever' />))
-
I'm also available, feel free to give me a shout :)
-
v2: $db->fetch_row() ;)
-
Repaired and sent in response to the very same message in my inbox :/
-
Yerp, I got it on Saturday, I've just been too busy to respond
-
A db wrapper to better orchestrate user<->database activity. An entire database re-write to include primary keys on certain tables, indexing, better structures, etc. (Using a many-to-one system has worked best for me so far, but there may be better ways to suit your needs) Lightweight logging systems to log all input/activity (within reason) Staff features (including an easy way to manage staff ranks (none of that hardcode ****e)) to better manage a game. Then think about the users :P
- 1 reply
-
- 1
-
-
3+ pages of a *****fest? Jeez.. Get a grip guys. He wrote the original Staff Panel: Add Business Class, he had issues with getting it to work, so then I re-wrote it. As far as I'm aware, there has been no publicly released "mod" in which contains the ability for staff members (with access) to administrate the default business classes. All good now? Yes? Lovely.