Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,124
  • Joined

  • Last visited

  • Days Won

    144

Everything posted by Magictallguy

  1. He must be shown the path to righteous awesomeness! >:D
  2. Nicely done. For those of us who don't like the error_log filling up: Add: $_GET['action'] = isset($_GET['action']) && is_string($_GET['action']) ? strtolower(trim($_GET['action'])) : null; above (line 7): switch($_GET['action'])   Add: $_POST['step'] = isset($_POST['step']) && is_numeric($_POST['step']) && in_array($_POST['step'], array(0, 1, 2)) ? abs(@intval($_POST['step'])) : null; above (line 106): switch($_POST['step'])   Change (line 210): if($_POST['course']) to: if(isset($_POST['course']))   There are multiple other things that may throw errors, but you can tackle those yourself ;) Great mod illusions, nicely done :)
  3. Deprecated people? Now that's interesting...
  4. That's obviously because we are amazing ^.^
  5. (8) Since you've been gone, I can feel for the first time (8)... I be pretty good. I'm a family man now (never thought I'd say that lol)
  6. Hahaha, I still use it, just not as excessively. Definitely my favourite string function
  7. Wow, I'm looking back at my old codes and wondering to myself: What the hell was I doing?! xD I may recode this shortly
  8. Enabled and added :)
  9. FAZOOTHY! :D How be you? :)
  10. I remember you as LostOne. Good to see (read from) you again :)
  11. HA! DJKanna! :P You mean to tell me that v3 hasn't been released yet?!
  12. This is true, which is why I'm, once again, completely recoding MC Craps (HA!)! It's a nice project for me, and already runs much smoother than MC Craps (HA again!) ever did. Project status can be found on my site: Magictallguy.tk
  13. Well said sir, well said! I've had a look at your engine (the demo version). I like the idea, but I don't like your style. No offense, of course. Your code is clean and efficient. It's just not what I'm used to seeing (I'm autistic and don't deal with change very well). So, for the time being whilst I get used to it, I don't like it xD
  14. Well, thank you all. Made me smile to see you all (almost have happy tears lol). It's nice to know I was appreciated ^.^ Sniko, thank you! +1! illusions, silly man! xD
  15. Aye, I remember you. I doubt I'll be LiveStreaming again - don't think the family could stand it lol
  16. After 2 years of homelessness (thanks Mother -.-), 2 more years of family taking priority, I'm back! I'm currently limited to the MC Codes as that's all I remember after 4 years of inactivity. Back to learning! I suppose, it'll be interesting to see how the PHP standards have changed ^.^ Magictallguy
  17. Old ass post but I thought I'd raise the dead.. I, personally, don't remember creating a CSS Administration mod - but if I did, it's something I'd release free anyway. As for anyone who bought the gallery mod, you are still entitled to your refund! Send me an email with your details and, once confirmed, I will send you a full refund! [email protected]
  18. My stylesheets won't be on here.. They were for use on my site(s) when they were up and running - of which they no longer are. If you really want my stylesheets... Well, it ain't gonna happen. I'm not rewriting them for a job I no longer do
  19. I've given you a link on MSN
  20. Getting back on topic.. The header() code would simply redirect you to robbery.php You would need an if() statement, tertiary statement, or similar code to determine whether the user has more than just criminal.php in their URL
  21. If they'd patched up the damn code in the first place, they wouldn't need to do this, what 2 - 3 years down the line?
  22. Please wrap your code in code tags! As for the event_add failing, this doesn't surprise me. The event_add() can be found in global_func.php, yet I see no call for that file ;)
  23. SamZ is a well-known scammer, I would recommend breaking all contact with him and leaving a public notice on it, as to prevent similar victimizations in the future.
×
×
  • Create New...